/* 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; 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; }