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.
xzjl-ui/pages/home/me/ysxy/ysxy.wxss

53 lines
981 B

/* pages/home/me/ysxy/ysxy.wxss *//* pages/home/me/yhsyxy/yhsyxy.wxss */
.user-container {
width: 100%;
height: 100%;
padding-top: 88rpx;
display: flex;
flex-direction: column;
}
.user-header {
position: relative;
width: 100%;
height: 88rpx;
display: flex;
align-items: center;
justify-content: center;
color: rgba(108, 108, 108, 1);
font-size: 32rpx;
}
.header-reback{
position: absolute;
left: 20rpx;
width:48rpx;
height:48rpx;
background-repeat: no-repeat;
background-size:100% 100%;
background-image: url(https://wish-assets.windymuse.com.cn/xy/reback.png);
}
.user-main {
flex: 1;
width: 100%;
padding: 48rpx 64rpx;
overflow-y: scroll;
}
.main-title {
width: 100%;
margin-bottom: 46rpx;
color: #000000;
font-size: 36rpx;
text-align: center;
}
.main-text {
color: rgba(16, 16, 16, 1);
font-size: 24rpx;
}
.main-text-title {
font-weight: 700;
}