/* pages/usercenter/usercenter.wxss */ @import "../../module/logs/logs.wxss" .content{ background-color:#F9F9F9; } .usercenter_top_b{ width: 750rpx; background:linear-gradient(270deg,#FFD800,#FFE600); overflow: hidden; padding-bottom: 20rpx; }y .usercenter_top_w{ margin-top: 55px; height: 54rpx; line-height: 54rpx; color: rgba(56, 55, 53, 1); font-size: 36rpx; text-align: center; font-family: PingFangSC-Medium,NotoSansHans-Medium; } .usercenter_top_img{ margin: 50rpx auto 0rpx; display: block; width: 134rpx; height: 134rpx; } .usercenter_top_p{ height: 54rpx; line-height: 65rpx; color: rgba(56, 55, 53, 1); font-size: 36rpx; text-align: center; font-family: PingFangSC-Medium,NotoSansHans-Medium; } .usercenter_op_list{ margin-top: 20rpx; background-color: white; } .usercenter_op_i{ height: 98rpx; line-height: 98rpx; color: rgba(56, 55, 53, 1); font-size: 28rpx; font-family: PingFangSC-Regular,NotoSansHans-DemiLight; } .usercenter_op_img{ width:34rpx; height: 34rpx; margin-left: 30rpx; display: inline-block; vertical-align:text-bottom; } .usercenter_op_w{ margin-left: 5rpx; display: inline; } .usercenter_op_bt{ float: right; margin-right: 43rpx; margin-top:38rpx; width: 22rpx; height: 22rpx; }