activityInfo.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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: #FFFFFF;
  10. /* padding-bottom: 150px; */
  11. }
  12. /* 头图的样式 */
  13. .top_img {
  14. width: 750rpx;
  15. /* height: 241px; */
  16. }
  17. .info{
  18. width: 690rpx;
  19. height: 236rpx;
  20. justify-content: space-between!important;
  21. margin-top: 25px;
  22. }
  23. .info_left{
  24. width: 486rpx;
  25. height: 236rpx;
  26. justify-content: space-between!important;
  27. }
  28. .info_right{
  29. width: 204rpx;
  30. height: 236rpx;
  31. background-image: url(https://dy.shpr.top/welfareGo/price_bg.png);
  32. background-repeat: no-repeat;
  33. background-size: 100% 100%;
  34. }
  35. .info_name{
  36. height: 25px;
  37. line-height: 25px;
  38. font-size: 24px;
  39. font-weight: bold;
  40. color: #444444;
  41. /* margin-top: 5px; */
  42. }
  43. .info_coupon_num{
  44. font-size: 12px;
  45. font-weight: 500;
  46. color: #A0A0A0;
  47. }
  48. .right_text{
  49. font-size: 12px;
  50. font-weight: 400;
  51. color: #A0A0A0;
  52. margin-right: 2px;
  53. }
  54. .right_icon{
  55. width: 13px;
  56. height: 13px;
  57. margin-right: 3px;
  58. }
  59. .info_right{
  60. align-items: center!important;
  61. }
  62. .info_right_top{
  63. height: 30px;
  64. font-size: 28px;
  65. font-weight: bold;
  66. color: #B01717;
  67. margin-top: 24px;
  68. }
  69. .info_right_bottom{
  70. height: 15px;
  71. font-size: 12px;
  72. font-weight: 500;
  73. text-decoration: line-through;
  74. color: #B01717;
  75. margin-top: 8px;
  76. }
  77. .bottom_title{
  78. width: 345px;
  79. margin-top: 35px;
  80. }
  81. .bottom_icon{
  82. width: 20px;
  83. height: 20px;
  84. }
  85. .bottom_tilte_text{
  86. height: 20px;
  87. line-height: 20px;
  88. font-size: 18px;
  89. font-weight: bold;
  90. color: #444444;
  91. margin-left: 8px;
  92. }
  93. .bottom_title_b{
  94. margin-top: 17px;
  95. font-size: 14px;
  96. font-weight: 500;
  97. color: #A0A0A0;
  98. margin-left: 28px;
  99. }
  100. .go_buy{
  101. width: 316px;
  102. height: 49px;
  103. line-height: 49px;
  104. font-size: 22px;
  105. font-weight: 500;
  106. color: #FFFFFF;
  107. background-color: #B01717;
  108. border-radius: 25px;
  109. text-align: center;
  110. position: fixed;
  111. bottom: 50px;
  112. }
  113. .bottom_button {
  114. width: 100%;
  115. height: 200rpx;
  116. position: fixed;
  117. bottom: 0;
  118. background-color: #fff;
  119. display: flex;
  120. align-items: center;
  121. justify-content: center;
  122. }
  123. .now_buy {
  124. width: 316px!important;
  125. height: 49px;
  126. line-height: 49px!important;
  127. border-radius: 25px;
  128. text-align: center;
  129. color: #fff;
  130. background-color: #B01717;
  131. font-size: 22px;
  132. }
  133. .now_buy_button {
  134. background-color: #B01717;
  135. border-radius: 25px;
  136. color: #fff;
  137. width: 316px!important;
  138. text-align: center;
  139. font-size: 22px;
  140. }
  141. .bg-zindex{
  142. position: fixed;
  143. width: 100%;
  144. height: 100%;
  145. top: 0;
  146. background: rgba(0, 0, 0, 0.8);
  147. display: flex;
  148. justify-content: center;
  149. align-items: center;
  150. flex-direction: column;
  151. }
  152. .success_window{
  153. width: 328px;
  154. height: 227px;
  155. background-image: url(https://dy.shpr.top/welfareGo/window_info.png);
  156. background-repeat: no-repeat;
  157. background-size: 100% 100%;
  158. position: relative;
  159. z-index: 9999;
  160. align-items: center;
  161. }
  162. .w_title{
  163. height: 20px;
  164. font-size: 18px;
  165. font-weight: 700;
  166. color: #B01717;
  167. margin-top: 30px;
  168. }
  169. .w_name{
  170. margin-top:30px;
  171. }
  172. .w_text{
  173. margin-top: 8px;
  174. }
  175. .w_border{
  176. width: 300px;
  177. height: 1px;
  178. background: #A0A0A0;
  179. margin-top: 21px;
  180. }
  181. .w_go_order{
  182. width: 164px;
  183. height: 42px;
  184. background: #B01717;
  185. border-radius: 20px;
  186. text-align: center;
  187. color: #fff;
  188. line-height: 42px;
  189. margin-top: 20px;
  190. }
  191. .widow_del{
  192. width: 21px;
  193. height: 21px;
  194. margin-top:24px;
  195. }