activityInfo.wxss 3.7 KB

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