dengjie commit : 我的页面部分接口
This commit is contained in:
@@ -16,20 +16,46 @@
|
||||
}
|
||||
|
||||
.my_avatar {
|
||||
position: absolute;
|
||||
right: 325rpx;
|
||||
top: 152rpx;
|
||||
margin-top: -200rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
|
||||
justify-content: center;
|
||||
text {
|
||||
font-size: 26rpx;
|
||||
font-family: PingFangSC-Medium, PingFang SC;
|
||||
font-weight: 500;
|
||||
color: #FFFFFF;
|
||||
line-height: 37rpx;
|
||||
}
|
||||
}
|
||||
// 头像后面的背景定位
|
||||
.u-image {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
//模态框公共样式
|
||||
.u-modal {
|
||||
width: 472rpx !important;
|
||||
}
|
||||
.u-modal__content__text {
|
||||
font-size: 32rpx !important;
|
||||
font-weight: 400;
|
||||
color: #252421 !important;
|
||||
}
|
||||
|
||||
.u-modal__button-group__wrapper--confirm {
|
||||
background: #0EBB5B;
|
||||
|
||||
.u-modal__button-group__wrapper__text {
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.u-modal__button-group__wrapper--cancel {
|
||||
background: #D8D8D8;
|
||||
.u-modal__button-group__wrapper__text {
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user