index.css 1.6 KB

123456789101112131415161718192021
  1. .coupon-box{background-color: #f5f6f7;padding: 0 20rpx 20rpx;overflow: hidden;}
  2. .copons-view{border-radius: 20rpx;padding-bottom: 40rpx;}
  3. .head .titleNav{justify-content: space-between;align-items: center;font-size: 36rpx;font-weight: bold;padding-bottom: 20rpx;padding-top: 20rpx;}
  4. .head .titleNav text{font-size: 24rpx;color: #666;margin-left: 10rpx;font-weight: normal;}
  5. .head .titleNav .quan-tits{color: #FD3E33;font-size: 36rpx;font-weight: bold;margin-left: 0;}
  6. .more{width: 16rpx;height: 27rpx;}
  7. .imgtit{width: 100%; margin-bottom:20rpx; }
  8. .coupons-list{justify-content: center;height: 202rpx;overflow: hidden;}
  9. .coupons-lists{white-space: nowrap;height: 230rpx;}
  10. .coupons-list .li{display: inline-block;width: 148rpx;text-align: center;margin-right: 19rpx;position: relative;}
  11. .coupons-list .li:first-child{margin-left: 20rpx;}
  12. .coupons-list .li:last-child{margin-right: 20rpx;}
  13. .coupons-list .yi-li{opacity: .6;}
  14. .li-c{height: 184rpx;background: linear-gradient(180deg, #FF6525 0%, #FA6025 100%);border-radius: 10rpx;margin-top: 18rpx;}
  15. .coupons-top{width: 136rpx;height: 136rpx;position: relative;padding-top: 15rpx;box-sizing: border-box;background: #FFF5EB;margin: 0 6rpx;border-radius: 20rpx 20rpx 0 0;position: relative;top: -18rpx;z-index: 1;}
  16. .coupons-type{font-size: 20rpx;color: #F73C27;}
  17. .coupons-money{font-size: 56rpx;color: #F73C27;font-weight: bold;}
  18. .coupons-money text{font-size: 32rpx;font-weight: normal;}
  19. .coupons-man{font-size: 20rpx;color: #F73C27;}
  20. .coupons-btn{font-size: 24rpx;color: #FFEFC5;position: relative;z-index: 5;margin-top: -5rpx;}
  21. .coupons-bg{position: absolute;bottom: 0;left: 0;right: 0;width: 148rpx;height: 85rpx;z-index: 1;}