index.wxss 2.0 KB

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