coupon.wxss 570 B

12345678910111213141516171819202122232425262728293031323334
  1. /* pages/welfareMall/coupon/coupon.wxss */
  2. page{
  3. background: #FFF6F5;
  4. display:flex;
  5. flex-flow: column nowrap;
  6. justify-content: left;
  7. align-items: center;
  8. box-sizing: border-box;
  9. padding-top: 13px;
  10. }
  11. .coupon-wrap-list {
  12. width: 100vw;
  13. padding: 20rpx 30rpx;
  14. box-sizing: border-box;
  15. }
  16. .coupon_wrap {
  17. width: 690rpx;
  18. }
  19. .coupon-item-style {
  20. background: #fff !important;
  21. }
  22. .coupon-circule-style {
  23. background: #FFF6F5 !important;
  24. }
  25. .no_result {
  26. font-size: 24rpx;
  27. color: #B1B1B1;
  28. line-height: 100rpx;
  29. font-weight: 1000;
  30. text-align: center;
  31. }