/* pages/mine/wxml/allthesellers/allthesellers.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: #fb752c; box-sizing: border-box; color: #fff; } .user{ width: 100%; padding-top:4%; text-align: center; font-size: 30rpx; padding-bottom: 20rpx; } .user image{ display: block; width: 100rpx; height: 100rpx; margin: 0 auto; border-radius: 50rpx; } .money{ margin:40rpx 0; font-size: 25rpx; 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; text-align: center; } .title::after{ content: ''; display: block; clear: both; } .title{ display: block; width: 100%; margin-top: 15rpx; background: #fff; font-size: 30rpx; padding:15rpx 30rpx; box-sizing: border-box; } .title text{ display: block; float: left; } .title image{ float: right; width: 34rpx; height: 40rpx; } .clickingbar{ width: 100%; background: #fff; } .whole{ width:33.33%; float: left; margin: 0 auto; padding: 20rpx 0; font-size: 25rpx; color: #777; background: #fff; } .wholes{ width: 25%; float: left; margin: 0 auto; padding: 20rpx 0; font-size: 25rpx; color: #777; background: #fff; } .whole image,.wholes image{ width: 60rpx; height:60rpx; display: block; margin: 10rpx auto 20rpx; box-sizing: border-box; } .whole view,.wholes view{ width:100%; font-size: 22rpx; text-align: center; } #btnno{ margin: 10rpx auto; } .footer{ width: 100%; background: #fff; } .footimg{ display: flex; align-items: center; } .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; } .collection{ width: 100%; } .collection-title{ background: #fff; } .collection-title::after{ content: ''; display: block; clear: both; } .collection-title text{ float: left; } .collection-title image{ float: right; width: 34rpx; height: 40rpx; } .binding{ display: inline-block; margin: 20rpx auto; font-size: 30rpx; padding:10rpx 30rpx; background: #fb752c; border-radius: 50rpx; text-align: center; color: #fff; } .usertext{ margin-top: 10rpx; } .user .userHead{ display: block; width: 100rpx; height: 100rpx; margin: 0 auto; border-radius: 50%; overflow:hidden; } .user .username{ margin-top: 20rpx; }