123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- /* pages/usercenter/usercenter.wxss */
- @import "../../module/logs/logs.wxss"
- .content{
- background-color:#F9F9F9;
- }
- .usercenter_top_b{
- width: 750rpx;
- background:#fede18;
- overflow: hidden;
- padding-bottom: 20rpx;
- }
- .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;
- border-bottom: 1rpx solid rgba(235, 235, 235, 1);
- }
- .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;
- }
- .usercenter_logout{
- margin:140rpx auto 0rpx;
- background: #EBEBEB;
- border-radius: 6rpx;
- height: 88rpx;
- line-height: 88rpx;
- font-family: PingFang-SC-Regular;
- font-size: 30rpx;
- color: #383735;
- letter-spacing: 0;
- text-align: center;
- width: 620rpx;
- }
|