You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.1 KiB

5 years ago
/* pages/user/profile/index.wxss */
.profile-item {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 30rpx;
color: #333;
height: 118rpx;
margin: 0 30rpx;
border-bottom: 1rpx solid #D8D8D8;
}
.profile-item text {
font-weight: 500;
flex-shrink: 0;
}
.profile-item .info {
flex: 1;
text-align: right;
color: #888888;
font-size: 26rpx;
}
.profile-item .iconfont {
flex-shrink: 0;
}
.profile-item .info image {
5 years ago
display: inline-block;
5 years ago
width: 80rpx;
height: 80rpx;
border-radius: 50%;
}
.cropper{
position: absolute;
bottom: 0;
left: 0;
}
.cropper-buttons{
5 years ago
position: absolute;
bottom: 0;
height: 80rpx;
z-index: 111;
display: flex;
width: 100%;
left: 0;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.86)
}
.submit-upload {
position: absolute;
right: 0;
font-size: 24rpx;
color: #0B898E;
}
.picker {
width: 100%;
min-height: 30rpx;
5 years ago
}
.logoff {
width: 360rpx;
line-height: 80rpx;
text-align: center;
background: #0b898e;
color: #ffffff;
font-size: 30rpx;
border-radius: 40rpx;
margin: 0 auto;
margin-top: 100rpx;
5 years ago
}