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
68 lines
1.1 KiB
/* 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 {
|
|
display: inline-block;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
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: 24rpx;
|
|
color: #0B898E;
|
|
}
|
|
.picker {
|
|
width: 100%;
|
|
min-height: 30rpx;
|
|
}
|
|
.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;
|
|
}
|