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.
45 lines
545 B
45 lines
545 B
/* pages/main/index.wxss */
|
|
|
|
.canvas {
|
|
width: 100%;
|
|
height: 200px;
|
|
}
|
|
|
|
.item-host {
|
|
width: 200rpx;
|
|
padding-right: 20rpx
|
|
}
|
|
|
|
.case-class {
|
|
width: 320rpx;
|
|
}
|
|
|
|
.case2-class {
|
|
width: 160rpx;
|
|
}
|
|
|
|
.case3-class {
|
|
width: 600rpx;
|
|
}
|
|
|
|
.host-class {
|
|
width: 120rpx;
|
|
margin-top: 4rpx;
|
|
}
|
|
|
|
.image-load {
|
|
width: 50px;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50rpx;
|
|
}
|
|
|
|
.queue{
|
|
text-align: center;
|
|
width:160px;
|
|
border:2rpx solid #CCCCCC;
|
|
padding:10rpx 0rpx;
|
|
border-radius:36px
|
|
}
|