index.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .mall_all_goods {
  2. color: #343434;
  3. font-size: 13px;
  4. line-height: 11px;
  5. margin: 15px 10px;
  6. position: relative;
  7. }
  8. .mall-coupons-list-wrapper {
  9. background-color: #fff;
  10. height: auto;
  11. position: relative;
  12. }
  13. .mall-coupons-list-wrapper .mall-coupon-list {
  14. overflow-x: auto;
  15. overflow-y: hidden;
  16. padding: 15px 7.5px;
  17. position: relative;
  18. white-space: nowrap;
  19. width: 100%;
  20. }
  21. .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail {
  22. display: inline-block;
  23. padding: 0 2.5px;
  24. position: relative;
  25. }
  26. .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail img {
  27. height: 56px;
  28. width: 145px;
  29. }
  30. .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-left {
  31. display: inline-block;
  32. height: 56px;
  33. left: 2.5px;
  34. padding-top: 9px;
  35. position: absolute;
  36. top: 0;
  37. width: 60px;
  38. }
  39. .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-left .coupon-discount {
  40. color: #fff;
  41. font-size: 20px;
  42. line-height: 20px;
  43. text-align: center;
  44. }
  45. .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-left .coupon-min-custom {
  46. color: #fff;
  47. font-size: 9px;
  48. margin-top: 5px;
  49. text-align: center;
  50. }
  51. .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-right {
  52. color: #fff;
  53. display: inline-block;
  54. height: 56px;
  55. padding: 9px 0;
  56. position: absolute;
  57. right: 2.5px;
  58. text-align: center;
  59. top: 0;
  60. width: 85px;
  61. }
  62. .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-right .coupon-take {
  63. border: 1px solid #fff;
  64. border-radius: 10px;
  65. font-size: 13px;
  66. height: 20px;
  67. margin: 0 auto;
  68. width: 56px;
  69. }
  70. .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-right .coupon-expire-time {
  71. font-size: 9px;
  72. margin-top: 5px;
  73. }