121 lines
2.2 KiB
Plaintext
121 lines
2.2 KiB
Plaintext
/* packageH/newDraw/luckyDraw/luckyDraw.wxss */
|
|
#lucky_draw .ul {
|
|
padding: 28rpx;
|
|
}
|
|
|
|
#lucky_draw .ul .li {
|
|
background-color: #fff;
|
|
box-shadow: 0 1rpx 8rpx 1rpx rgba(217, 217, 217, 0.43);
|
|
border-radius: 20rpx;
|
|
margin: 0 0 24rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
#lucky_draw .ul .li .active-img {
|
|
width: 100%;
|
|
height: 300rpx;
|
|
background-color: #ebebeb;
|
|
object-fit: cover;
|
|
}
|
|
|
|
#lucky_draw .ul .li .active-info {
|
|
padding: 24rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#lucky_draw .ul .li .active-info .active-title {
|
|
color: #202020;
|
|
font-weight: 700;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
#lucky_draw .ul .li .active-info .small-info {
|
|
color: #999;
|
|
font-size: 10px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
#lucky_draw .ul .li .active-info .small-rule {
|
|
display: flex;
|
|
}
|
|
|
|
#lucky_draw .ul .li .active-info .small-rule .price {
|
|
color: #f14e4e;
|
|
font-size: 16px;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
#lucky_draw .ul .li .active-status {
|
|
position: absolute;
|
|
top: 28rpx;
|
|
left: 28rpx;
|
|
height: 44rpx;
|
|
line-height: 44rpx;
|
|
background-color: #f14e4e;
|
|
border-radius: 20rpx;
|
|
padding: 0 16rpx;
|
|
color: #fff;
|
|
font-size: 10px;
|
|
}
|
|
|
|
#lucky_draw .ul .li .endBg {
|
|
background-color: #a8a8a8;
|
|
}
|
|
|
|
#lucky_draw .ul .li .active-draw {
|
|
position: absolute;
|
|
bottom: 28rpx;
|
|
right: 28rpx;
|
|
height: 44rpx;
|
|
line-height: 44rpx;
|
|
border: 1rpx solid #faa332;
|
|
border-radius: 20rpx;
|
|
padding: 0 16rpx;
|
|
color: #faa332;
|
|
font-size: 10px;
|
|
}
|
|
|
|
#lucky_draw .my-btn {
|
|
position: fixed;
|
|
right: 32rpx;
|
|
bottom: 256rpx;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background-color: #f14e4e;
|
|
border-radius: 50%;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 10px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-shadow: 1rpx 1rpx 6rpx 1rpx rgba(209, 209, 209, 0.5);
|
|
}
|
|
|
|
.icon-fontclass-huiyuanzhongixn {
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.blank-box {
|
|
margin: 40rpx auto 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.blank-box image {
|
|
width: 150rpx;
|
|
margin: 0;
|
|
}
|