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.
51 lines
875 B
51 lines
875 B
/* pages/user/profile/index.wxss */
|
|
.profile-item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 49rpx;
|
|
color: #333;
|
|
height: 187rpx;
|
|
margin: 0 30rpx;
|
|
font-weight: 500;
|
|
border-bottom: 1rpx solid #D8D8D8;
|
|
}
|
|
.profile-item text {
|
|
flex-shrink: 0;
|
|
}
|
|
.profile-item .info {
|
|
flex: 1;
|
|
text-align: right;
|
|
}
|
|
.profile-item .iconfont {
|
|
flex-shrink: 0;
|
|
}
|
|
.profile-item .info image {
|
|
display: inline-block;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.cropper{
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.cropper-buttons{
|
|
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: 36rpx;
|
|
color: #0B898E;
|
|
}
|