activityList.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. Page {
  2. width: 100%;
  3. height: 100%;
  4. box-sizing: border-box;
  5. display: flex;
  6. flex-flow: column nowrap;
  7. justify-content: flex-start;
  8. align-items: center;
  9. background-color: #F7F7F7;
  10. }
  11. .top_banner{
  12. width: 750rpx;
  13. height: 98rpx;
  14. background: #FFFFFF;
  15. justify-content: space-around!important;
  16. align-items: flex-end!important;
  17. }
  18. .top_banner_item{
  19. width: 60px;
  20. font-size: 14px;
  21. font-weight: 700;
  22. text-align: center;
  23. color: #000000;
  24. justify-content: end!important;
  25. align-items: center!important;
  26. margin-bottom: 8px;
  27. }
  28. .t_b_i_border{
  29. width: 45px;
  30. height: 2px;
  31. margin-top: 5px;
  32. }
  33. .active{
  34. background: #B01717;
  35. border-radius: 1px;
  36. }
  37. .coupon_item{
  38. height: 238rpx;
  39. width: 716rpx;
  40. margin-top: 24rpx;
  41. background-color: #FFFFFF;
  42. border-radius: 10rpx;
  43. margin: 24rpx auto 0;
  44. }
  45. .coupon_item_img{
  46. width: 240rpx;
  47. height: 91px;
  48. border-radius: 5px;
  49. margin-left: 13px;
  50. }
  51. .coupon_item_right{
  52. width: 398rpx;
  53. height: 182rpx;
  54. margin-left: 13px;
  55. box-sizing: border-box;
  56. padding-top: 5px;
  57. justify-content: space-between!important;
  58. }
  59. .coupon_name{
  60. font-size: 14px;
  61. font-weight: 700;
  62. color: #010101;
  63. line-height:15px ;
  64. }
  65. .coupon_num{
  66. height: 11px;
  67. font-size: 11px;
  68. font-weight: 500;
  69. color: #A0A0A0;
  70. margin-top: 6px;
  71. }
  72. .coupon_i_r_bottom{
  73. justify-content: space-between!important;
  74. }
  75. .coupon_price{
  76. font-size: 22rpx;
  77. font-weight: 500;
  78. color: #B01717;
  79. }
  80. .coupon_buy{
  81. width: 160rpx;
  82. height: 58rpx;
  83. line-height: 58rpx;
  84. background: #B01717;
  85. border-radius: 28rpx;
  86. color: #ffffff;
  87. text-align: center;
  88. font-size: 30rpx;
  89. }
  90. .no_result {
  91. font-size: 24rpx;
  92. color: #B1B1B1;
  93. line-height: 100rpx;
  94. font-weight: 1000;
  95. text-align: center;
  96. padding: 50rpx 0;
  97. }
  98. .coupon-list {
  99. padding-bottom: 50rpx;
  100. }