/* pages/index/detailedvolume/detailedvolume.wxss */ .box{ width: 686rpx; /* height: 1302rpx; */ background: #ffffff; margin: 32rpx; padding: 32rpx 0; border-radius: 8rpx; } .box_left{ justify-content: space-between; width: 45%; display: flex; height: 36rpx; line-height: 36rpx; margin: 32rpx 19rpx 0 32rpx; } .box_right{ justify-content: space-between; width: 45%; display: flex; height: 36rpx; line-height: 36rpx; margin: 32rpx 32rpx 0 19rpx; } .box_text{ color: #999999; font-size: 24rpx; } .title{ font-size: 24rpx; color: #333333; } .num{ color: #0084FF; font-size: 24rpx; } .container{ display: flex; height: 104rpx; line-height: 104rpx; background: #ffffff; } .loading { position: relative; bottom: 5rpx; padding: 10rpx; text-align: center; font-size: 12px; }