60 lines
1.0 KiB
SCSS
60 lines
1.0 KiB
SCSS
.u-status-bar {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.u-navbar__content {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.u-navbar__content__title {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.uicon-arrow-left {
|
|
// display: none !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.my_avatar {
|
|
margin-top: -186rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text {
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
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;
|
|
}
|
|
} |