.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%; padding-top:4%; text-align: center; font-size: 30rpx; padding-bottom: 20rpx; } .user .userHead{ display: block; width: 100rpx; height: 100rpx; margin: 0 auto; border-radius: 50%; overflow:hidden; } .user image{ display: block; width: 100rpx; height: 100rpx; margin: 0 auto; border-radius: 50%; } .user button{ width:200rpx; height: 60rpx; font-size: 24rpx; background: #fb752c; margin-top: 20rpx; color: #fff; } .user .username{ margin-top: 20rpx; } .user .mobile{ color: #999; font-size: 24rpx; margin-top: 10rpx; } .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; border-bottom: 1px solid #e2e2e2; } .title text{ display: block; float: left; } .title image{ float: right; width: 34rpx; height: 40rpx; } .clickingbar{ width: 100%; background: #fff; } .whole{ width: 20%; float: left; margin: 0 auto; padding: 20rpx 0; font-size: 25rpx; color: #777; background: #fff; position: relative; } .whole image{ width: 60rpx; height:60rpx; display: block; margin: 10rpx auto 20rpx; box-sizing: border-box; } .whole view{ width:100%; font-size: 22rpx; text-align: center; } #btnno{ margin: 10rpx auto; } .footer{ width: 100%; background: #fff; display: flex; justify-content: space-around; } .footimg{ display: flex; align-items: center; position: relative; } .footimg view{ margin-left: 10rpx; } .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; } .tips{ float: right; font-size: 28rpx; color: #999; } .whole .count{ color: #fff; position: absolute; right:10rpx; top: 10rpx; height:40rpx; width: 40rpx; background: #ef2121; line-height: 40rpx; font-size: 24rpx; text-align: center; border-radius: 100rpx; vertical-align: middle; } .redpack{ background: #fff; width: 100%; padding: 20rpx 30rpx; box-sizing: border-box; } .redpack text{ font-weight: 600; font-size: 70rpx; color: #ef2121; }