/* pages/mine/wxml/biddersrecord/biddersrecord.wxss */ .container { background: #ececec; width: 100%; box-sizing: border-box; } .nothing{ height: 100vh; color: #999; line-height: 70vh; text-align: center; } .count{ width: 100%; margin-top: 100rpx; } .header{ width: 100%; display: flex; justify-content:space-around; align-items: center; padding: 20rpx 0; background: #fff; font-size: 30rpx; margin-bottom: 5rpx; position: fixed; } .header view{ width: 50%; text-align: center; } .header :nth-child(2){ border-left: 1rpx solid #fb752c; /* border-right: 1rpx solid #fb752c; */ } .public{ background: #fff; width: 100%; margin-bottom: 10rpx; } .top { width: 100%; background: #fff; padding: 20rpx; box-sizing: border-box; } .toptwo{ width: 100%; background: #fff; height: 165rpx; padding: 20rpx; box-sizing: border-box; } .top view,.toptwo view { float: left; } .img image { width: 100rpx; height: 100rpx; } .imgtwo image{ margin-top: 20rpx; } .price { width: 84%; font-size: 25rpx; margin-left: 10rpx; line-height: 35rpx; } .price view{ width: 100%; } .bottom,.bottomtwo{ clear: both; border-top: 5rpx solid #ececec; background: #fff; margin:5rpx 0; font-size: 28rpx; padding: 15rpx; } .fontcolor{ float: left; color: #fb752c; line-height: 60rpx; } .btns{ float: right; padding: 10rpx 30rpx; color: #fff; background: #fb752c; display: inline-block; } .clear{ clear: both; } .head{ width: 100%; display: flex; justify-content: space-between; padding: 10rpx; background: #fff; box-sizing: border-box; font-size: 28rpx; margin: 5rpx 0; } .footer{ width: 100%; background: #fff; padding: 10rpx; box-sizing: border-box; margin-bottom: 10rpx; } .head{ width: 100%; display: flex; justify-content: space-between; padding: 10rpx; background: #fff; box-sizing: border-box; font-size: 28rpx; margin: 5rpx 0; } .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; } .footimg{ display: flex; align-items: center; } .fc{ color: #fb752c; }