Newer
Older
smartKitchenMiniProgram / pages / mine / mine.wxss
dutingting on 22 Nov 2022 1 KB 1.0.1
page {
  padding: 20rpx 0 50rpx 0;
	/* min-height: 100%; */
	background: linear-gradient(180deg, #fefeff 0%, #a8cee1 50%, #fefeff 100%);
}
.head {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-top: 20rpx;
	margin-bottom: 150rpx;
}
.info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nickname {
	margin-top: 20rpx;
}
.head-picture {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190rpx;
	height: 190rpx;
	border-radius: 50%;
	/* background-color: #ccc; */
	border: 1rpx solid #ccc;
	background-color: #f4f4f6;
	overflow: hidden;
}
.i {
	width: 70rpx;
	height: 70rpx;
	margin-bottom: 20rpx;
}
.content-top {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 60rpx;
}
.middle-title {
	font-size: 32rpx;
	font-weight: 600;
	margin-left: 20rpx;
	margin-bottom: 32rpx;
	margin: 20rpx 0 32rpx 20rpx;
}
.line {
	height: 1rpx;
	width: 100%;
	background-color: rgb(173, 168, 168)
}
.content-bottom {
	display: flex;
	flex-direction: column;
	margin-top: 40rpx;
}
.bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 60rpx;
	padding: 30rpx 40rpx;
	border-bottom: 1rpx solid rgba(173, 168, 168, .2);
	background-color: rgba(255, 255, 255, .2);
}
.weui-input {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32rpx;
}
.avatar {
	width: 100%;
	height: 100%;
}