activityList.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. }
  44. .coupon_item_img{
  45. width: 240rpx;
  46. height: 91px;
  47. border-radius: 5px;
  48. margin-left: 13px;
  49. }
  50. .coupon_item_right{
  51. width: 398rpx;
  52. height: 182rpx;
  53. margin-left: 13px;
  54. box-sizing: border-box;
  55. padding-top: 5px;
  56. justify-content: space-between!important;
  57. }
  58. .coupon_name{
  59. font-size: 14px;
  60. font-weight: 700;
  61. color: #010101;
  62. line-height:15px ;
  63. }
  64. .coupon_num{
  65. height: 11px;
  66. font-size: 11px;
  67. font-weight: 500;
  68. color: #A0A0A0;
  69. margin-top: 6px;
  70. }
  71. .coupon_i_r_bottom{
  72. justify-content: space-between!important;
  73. }
  74. .coupon_price{
  75. font-size: 11px;
  76. font-weight: 500;
  77. color: #B01717;
  78. }
  79. .coupon_buy{
  80. width: 80px;
  81. height: 29px;
  82. line-height: 29px;
  83. background: #B01717;
  84. border-radius: 14px;
  85. color: #ffffff;
  86. text-align: center;
  87. font-size: 15px;
  88. }