You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
902 B

/* 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;
}