159 lines
2.6 KiB
Plaintext
159 lines
2.6 KiB
Plaintext
/* packageI/prizePool/prizePool.wxss */
|
|
.bgBox {
|
|
width: 100vw;
|
|
|
|
/* min-height: 100vh; */
|
|
}
|
|
|
|
.bgBox #myCanvas {
|
|
/* width: 100%;
|
|
height: 100%; */
|
|
}
|
|
|
|
page {
|
|
background-color: rgba(215, 64, 47, 1);
|
|
}
|
|
|
|
.topbox {
|
|
position: absolute;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.topbox .image {
|
|
width: 297rpx;
|
|
height: 363rpx;
|
|
background-image: url('http://www.yunzmall.com/min_img/water_droplets.png');
|
|
background-size: cover;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
color: #fff;
|
|
margin-top: 15rpx;
|
|
}
|
|
|
|
.image .txt {
|
|
font-size: 24rpx;
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.image .num {
|
|
font-size: 40rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
}
|
|
|
|
.centenBox {
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: space-around;
|
|
margin-top: 44rpx;
|
|
}
|
|
|
|
.centenBox .left .price {
|
|
font-size: 40rpx;
|
|
color: #d7402f;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.centenBox .left .text {
|
|
font-size: 26rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.centenBox .left,
|
|
.centenBox .right {
|
|
width: 330rpx;
|
|
height: 200rpx;
|
|
background-color: #fff;
|
|
border-radius: 15rpx;
|
|
padding: 32rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.centenBox .right .price {
|
|
font-size: 40rpx;
|
|
color: #d7402f;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.centenBox .right .text {
|
|
font-size: 26rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.listBox {
|
|
width: 690rpx;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
border-radius: 15rpx;
|
|
margin: 0 auto;
|
|
margin-top: -570rpx;
|
|
margin-bottom: 90rpx;
|
|
}
|
|
|
|
.listTop {
|
|
margin: 0 34rpx;
|
|
height: 85rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-bottom: 1rpx solid #fff;
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.listConten {
|
|
display: flex;
|
|
margin: 0 34rpx;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.viewlist {
|
|
width: 100%;
|
|
flex: 1;
|
|
height: 80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #fff;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: hidden;
|
|
}
|
|
|
|
.viewlistLive {
|
|
width: 100%;
|
|
flex: 1.4;
|
|
height: 80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #fff;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
text-align: center;
|
|
}
|