| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .row-list{
- width: 686rpx;
- height: 188rpx;
- margin-top: 24rpx;
- background-image: url('/static/coupon/u210.png');
- background-repeat: no-repeat;
- background-size: cover;
- }
- .listBackground{
- background-image: url('/static/coupon/u211.png');
- background-repeat: no-repeat;
- background-size: cover;
- }
- .h-text{
- width: 200rpx;
- height: 188rpx;
- }
- .h-center-content{
- width: 298rpx;
- height: 188rpx;
- }
- .h-right-content{
- width: 188rpx;
- height: 188rpx;
- }
- .money{
- height: 52rpx;
- font-size: 36rpx;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #333333;
- line-height: 52rpx;
- text-align: center;
- }
- .desc{
- height: 36rpx;
- font-size: 20rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 36rpx;
- text-align: center;
- }
- .h-value{
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: bold;
- color: #333333;
- line-height: 44rpx;
- margin-top: 24rpx;
- margin-left: 24rpx;
- }
- .title{
- font-size: 20rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 36rpx;
- margin-left: 24rpx;
- }
- .h-btn-value-use{
- width: 156rpx;
- height: 64rpx;
- background: #93D21A;
- border-radius: 32rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 64rpx;
- text-align: center;
- }
- .h-btn-img{
- width: 136rpx;
- height: 136rpx;
- }
|