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.
146 lines
2.9 KiB
146 lines
2.9 KiB
.app-wallpaper{ |
|
position: relative; |
|
background:{ |
|
size: 100% 100%; |
|
repeat: no-repeat; |
|
}; |
|
.capsule-container{ |
|
position: sticky; |
|
|
|
box-sizing: border-box; |
|
width:100%; |
|
padding:10rpx; |
|
border:2rpx solid #262626; |
|
border-radius: 45rpx; |
|
box-shadow: 1rpx 4rpx 12rpx 0rpx rgba(90,104,103,0.24); |
|
background-color: #F8FAFA; |
|
.capsule{ |
|
box-sizing: border-box; |
|
padding:20rpx; |
|
text-align: center; |
|
font: { |
|
size:30rpx; |
|
weight:500; |
|
} |
|
line-height:30rpx; |
|
border:2rpx solid rgba(0,0,0,0); |
|
&.active{ |
|
background:{ |
|
color:#4DC3B8; |
|
} |
|
color:#FFFFFF; |
|
border:2rpx solid #262626; |
|
border-radius:35rpx; |
|
} |
|
} |
|
} |
|
.coupons-list{ |
|
margin-top:30rpx; |
|
margin-left:-15rpx; |
|
margin-right:-30rpx; |
|
.coupons-item-container{ |
|
padding:{ |
|
bottom:7rpx; |
|
} |
|
background:{ |
|
size: 100% 100%; |
|
repeat: no-repeat; |
|
}; |
|
.coupons-item{ |
|
box-sizing: border-box; |
|
|
|
height:226rpx; |
|
padding:{ |
|
top:28rpx; |
|
bottom:46rpx; |
|
left:10rpx; |
|
right:59rpx; |
|
} |
|
.coupons-left{ |
|
width:220rpx; |
|
padding-top:10rpx; |
|
.coupons-big-title-group{ |
|
align-items: flex-end; |
|
justify-content: center; |
|
.coupons-big-title{ |
|
text-align: center; |
|
font-size: 90rpx; |
|
font-family: Source Han Sans CN; |
|
font-weight: 800; |
|
color: #FFFFFF; |
|
line-height: 1; |
|
text-shadow: 0rpx 0rpx 14rpx rgba(209,145,70,0.21); |
|
} |
|
.coupons-big-desc{ |
|
font-size: 32rpx; |
|
font-family: Source Han Sans CN; |
|
font-weight: bold; |
|
color: #FFFFFF; |
|
line-height: 70rpx; |
|
text-shadow: 0rpx 0rpx 14rpx rgba(209,145,70,0.21); |
|
} |
|
} |
|
.coupons-cause{ |
|
margin-top:15rpx; |
|
text-align: center; |
|
font-size: 26rpx; |
|
font-family: Source Han Sans CN; |
|
font-weight: 400; |
|
color: #FFFFFF; |
|
} |
|
} |
|
.coupons-right{ |
|
padding:0 0 0 30rpx; |
|
justify-content: space-between; |
|
.coupons-gq{ |
|
width:80rpx; |
|
height:80rpx; |
|
.img{ |
|
width:75rpx; |
|
height:75rpx; |
|
} |
|
} |
|
.coupons-title{ |
|
font-size: 30rpx; |
|
font-weight: 500; |
|
color: #161616; |
|
} |
|
.coupons-desc{ |
|
margin:7rpx 0; |
|
font-size: 24rpx; |
|
font-weight: 400; |
|
color: #999999; |
|
} |
|
.coupons-bottom{ |
|
border-top: 1px solid #F0F1F6; |
|
align-items: center; |
|
justify-content: space-between; |
|
margin:15rpx 0; |
|
.coupons-rule{ |
|
|
|
font-size: 24rpx; |
|
font-weight: 400; |
|
color: #999999; |
|
.u-icon{ |
|
margin-left:3rpx; |
|
position: relative; |
|
top:2rpx; |
|
flex-direction: row; |
|
align-items: center; |
|
|
|
} |
|
} |
|
.coupons-button{ |
|
padding:10rpx; |
|
font-size: 26rpx; |
|
font-weight: 500; |
|
color: #FFFFFF; |
|
line-height: 30rpx; |
|
text-shadow: 0rpx 3rpx 2rpx rgba(77,195,184,0.16); |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |