page { /* background: #f7f7f7; */ } .exchange-index { width: 100%; box-sizing: border-box; } .exchange-header { height: 680rpx; /* border: 1rpx solid red; */ } .exchange-header .background { box-sizing: border-box; width: 100%; height: 80rpx; background: #DD5245; } .exchange-header .exchange-code { box-sizing: border-box; width: 660rpx; height: 630rpx; margin: 0 auto; position: absolute; top: 2%; left: 50%; transform: translate(-50%, 0%); background: #FFFFFF; border-radius: 20rpx; padding: 40rpx 30rpx; box-shadow: 0px 0px 20rpx #eee; } .exchange-code .code-text { color: 32rpx; font-weight: bold; } .exchange-code .code-text text { vertical-align: middle; } .exchange-code .code-text .code { width: 32rpx; height: 32rpx; vertical-align: middle; margin-right: 10rpx; } .exchange-code .code-img { width: 400rpx; height: 400rpx; margin-left: 110rpx; margin-top: 50rpx; } .loading { width: 60rpx; height: 60rpx; margin-top: 170rpx; margin-left: 150rpx; } .exchange-code .code-footer { margin-left: 200rpx; font-size: 28rpx; color: #999; } .exchange-time .time-title { box-sizing: border-box; width: 100%; font-weight: bold; font-size: 30rpx; color: #151515; } .time-item-box { padding: 0 20rpx; } .exchange-time .time-item-box .time-item { box-sizing: border-box; width: 100%; display: flex; justify-content: space-around; font-size: 30rpx; margin-top: 50rpx; } .exchange-time .time-item-box .time-item .time-item-time { width: 45%; color: #151515; } .exchange-time .time-item-box .time-item .time-item-remark { width: 40%; color: #151515; } .exchange-time .time-item-box .time-item .time-item-num { width: 15%; color: #D60000; text-align: center; } /* 覆盖组件样式 */ .load-more-exchange { background: #fff !important; }