| 12345678910111213141516171819202122232425262728293031 |
- /* product/coupon/coupon.wxss */
- .list{padding: 30rpx 20rpx 10rpx;overflow: hidden;}
- .list .li{background: #fff;border-radius: 10rpx;overflow: hidden;border:1px solid rgba(222,222,222,1);margin-bottom: 20rpx;position: relative;}
- .lit{height: 187rpx;position: relative;}
- .lqbg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}
- .lits{position: relative;z-index: 2;padding: 30rpx 40rpx 0;}
- .left{font-weight: bold;font-size: 24rpx;color: #fff;font-weight: bold;margin-right: 20rpx;}
- .left text{font-size: 36rpx;font-weight: normal;}
- .left text.jine{font-size: 88rpx;font-weight: bold;}
- .tong{margin-top: 25rpx;}
- .tong view{font-size: 28rpx;color: #fff;margin-bottom: 5rpx;}
- .tong text{font-size: 24rpx;color: #fff;}
- .lqbtn{width: 180rpx;height: 69rpx;background: #fff;border-radius: 35rpx;line-height: 69rpx;font-size: 24rpx;color: #FF6008;text-align: center;margin-top: 25rpx;}
- .right{padding: 15rpx 35rpx 10rpx;font-size: 24rpx;color: #9A9A9A;overflow: hidden;}
- .right view{position: relative;margin-bottom: 10rpx;}
- .right view::before{content: '';display: block;width: 8rpx;height: 8rpx;border-radius: 50%;background: #888;position: absolute;left: -20rpx;top: 50%;transform: translateY(-50%);}
- .list .li.fail .lqbtn{background: #A6A6A6;color: #333;}
- .guoqi{width: 187rpx;height: 165rpx;position: absolute;right: 50rpx;top: 6rpx;z-index: 1;}
- .confirm{height: 80rpx;
- width: 500rpx;
- line-height: 80rpx;
- border-radius: 40rpx;
- font-size: 30rpx;
- color: #fff;
- text-align: center;
- background: #FE0419;
- }
- .bot{background: #fff;height: 100rpx;position: fixed;left: 0;right: 0;bottom: 0;z-index: 80;display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
- .check{}
|