@import "../../template/template.wxss"; page{ background: #f1f1f1; } .container{ width: 100%; } .auctioneer-hader{ width: 100%; padding-top: 40rpx; background: #fff; margin-bottom: 10rpx; } .auctioneer-hader .hader-img{ width: 200rpx; height: 200rpx; margin: 0 auto; margin-bottom: 20rpx; } .auctioneer-hader .hader-img image{ width: 100%; height: 100%; border-radius: 50%; background: #fb752c; } .auctioneer-hader .auctioneer-name{ text-align: center; font-size: 34rpx; position: relative; margin-bottom: 15rpx; } .auctioneer-hader .auctioneer-name .sign{ font-size: 20rpx; color:#2abf01; border:1px solid #2abf01; background:#efffea; margin-left: 15rpx; position: absolute; top: 10rpx; padding: 0 5rpx; } .auctioneer-hader .auctioneer-company{ font-size: 28rpx; color: #333; text-align: center; margin-bottom: 15rpx; } .auctioneer-hader .auctioneer-describe{ height: 100rpx; color: #999; font-size: 28rpx; padding: 0 20rpx; text-align: center; } .company{ width: 100%; background: #fff; } .company .company-title{ border-bottom: 1px solid #f1f1f1; height: 80rpx; } .company .company-title .company-title-content{ width: 100%; margin: 0 auto; } .company-title-content::after{ content: ''; display: block; clear: both; } .company .company-title .company-title-content view{ font-size: 34rpx; text-align: center; width: 50%; float: left; } .company .company-title .company-title-content view text{ padding: 15rpx 0; display: block; width: 60%; margin: 0 auto; } .company .company-title .company-title-content .on{ color: #fb752c; border-bottom: 2px solid #fb752c; } .company .company-content::after{ content: ""; display: block; clear: both; } .company .company-content{ background: #f1f1f1; } .position-fixed{ background: #fff; width: 100%; position: fixed; left: 0; top: 0; z-index: 999; box-shadow: 5rpx 0rpx 10rpx rgba(0, 0, 0, 0.3) }