/* pages/mine/wxml/seller.wxss */ .container{ background: #ececec; width: 100%; box-sizing: border-box; } .heared{ width: 100%; height: 100rpx; background: #fff; padding: 20rpx; box-sizing: border-box; } .heared :nth-child(1){ float: left; font-size: 30rpx; background: #fff; } .heared :nth-child(2){ float: right; font-size: 30rpx; } .heared image{ width: 60rpx; height:60rpx; margin-top: 4%; box-sizing: border-box; } .heared:nth-child(1) image{ width: 70rpx; height:70rpx; } button::after{ border: none; } .content{ width: 100%; background: #fff; box-sizing: border-box; } .user{ width: 100%; height: 140rpx; padding-top:4%; text-align: center; font-size: 30rpx; } .user image{ display: block; width: 100rpx; height: 100rpx; margin: 0 auto; border-radius: 50rpx; } .money{ margin:40rpx 0; font-size: 25rpx; height: 50rpx; display: flex; justify-content:space-around; align-items: center; border-radius: 50rpx; box-sizing: border-box; } .recharge{ background: #fb752c; padding: 10rpx 30rpx; border-radius: 50rpx; color: #fff; } .title{ width: 100%; margin-top: 15rpx; background: #fff; display: flex; justify-content: space-between; font-size: 30rpx; padding:15rpx 30rpx; box-sizing: border-box; } .title image{ width: 34rpx; height: 40rpx; } .clickingbar{ width: 100%; display: flex; justify-content: space-around; margin-top: 5rpx; background: #fff; } .clickingbar navigator{ padding: 30rpx; } .whole{ font-size: 25rpx; color: #777; } .whole image{ width: 50rpx; height:50rpx; display: block; margin: 10rpx auto; box-sizing: border-box; } .footer{ width: 100%; display: flex; justify-content: space-around; margin-top: 15rpx; background: #fff; } .footer navigator{ padding: 30rpx; } .footimg{ display: flex; align-items: center; } .footimg view{ float: left; display: block; } .footimg image{ width: 50rpx; height:50rpx; margin-right: 15rpx; display: inline-block; } .seller{ width: 100%; background: #fff; display: flex; justify-content: space-between; font-size: 30rpx; padding:15rpx 30rpx; box-sizing: border-box; margin: 15rpx 0; } .seller image{ width: 40rpx; height: 40rpx; }