index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. /* 头图的样式 */
  12. .top_img {
  13. width: 338px;
  14. height: 338px;
  15. margin-top: 14px;
  16. }
  17. .swiper{
  18. width: 338px;
  19. height: 352px;
  20. }
  21. /* banner的样式 */
  22. .banner_list {
  23. width: 338px;
  24. height: 74px;
  25. background: #FFFFFF;
  26. border-radius: 5px;
  27. margin-top: 15px;
  28. justify-content: space-around !important;
  29. }
  30. .banner_item {
  31. width: 50px;
  32. text-align: center;
  33. justify-content: space-between!important;
  34. align-items: center!important;
  35. }
  36. .b_i_img {
  37. width: 38px;
  38. height: 38px;
  39. margin-top: 6px;
  40. }
  41. .b_i_text {
  42. width: 48px;
  43. height: 12px;
  44. line-height: 12px;
  45. font-size: 12px;
  46. font-weight: 500;
  47. color: #303030;
  48. margin-bottom: 10px;
  49. }
  50. /* 券包的样式 */
  51. .coupon_list {
  52. /* min-height: 360px; */
  53. width: 338px;
  54. background: #FFFFFF;
  55. border-radius: 5px;
  56. margin-top: 13px;
  57. box-sizing: border-box;
  58. padding: 20px 17px;
  59. margin-bottom: 60px;
  60. }
  61. .c_l_top{
  62. width: 100%;
  63. height: 18px;
  64. justify-content: space-between!important;
  65. }
  66. .c_l_top_l{
  67. width: 60px;
  68. line-height: 18px;
  69. font-size: 14px;
  70. font-weight: 700;
  71. color: #010101;
  72. text-align: left;
  73. }
  74. .c_l_top_r{
  75. width: 25px;
  76. line-height: 18px;
  77. font-size: 11px;
  78. font-weight: 400;
  79. color: #A0A0A0;
  80. text-align: right;
  81. }
  82. .coupon_item{
  83. height: 91px;
  84. margin-top: 18px;
  85. }
  86. .coupon_item_img{
  87. width: 112px;
  88. height: 91px;
  89. border-radius: 5px;
  90. }
  91. .coupon_item_right{
  92. width: 174px;
  93. height: 91px;
  94. margin-left: 17px;
  95. box-sizing: border-box;
  96. padding-top: 5px;
  97. justify-content: space-between!important;
  98. }
  99. .coupon_name{
  100. font-size: 14px;
  101. font-weight: 700;
  102. color: #010101;
  103. line-height:15px ;
  104. }
  105. .coupon_num{
  106. height: 11px;
  107. font-size: 11px;
  108. font-weight: 500;
  109. color: #A0A0A0;
  110. margin-top: 6px;
  111. }
  112. .coupon_i_r_bottom{
  113. justify-content: space-between!important;
  114. }
  115. .coupon_price{
  116. font-size: 11px;
  117. font-weight: 500;
  118. color: #B01717;
  119. }
  120. .coupon_buy{
  121. width: 80px;
  122. height: 29px;
  123. line-height: 29px;
  124. background: #B01717;
  125. border-radius: 14px;
  126. color: #ffffff;
  127. text-align: center;
  128. font-size: 15px;
  129. }