Files
pupil/static/styles/myAvatar.scss
clay 1eacdfe939 1
2022-12-18 23:30:02 +08:00

35 lines
559 B
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 {
position: absolute;
right: 325rpx;
top: 152rpx;
display: flex;
flex-direction: column;
align-items: center;
text {
font-size: 26rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 37rpx;
}
}