promotion.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. page {
  2. /* background-color: #f1f0f0f0; */
  3. background-color: #f4f4f4;
  4. }
  5. page {
  6. height: 100%;
  7. position: relative;
  8. overflow: hidden;
  9. box-sizing: border-box;
  10. }
  11. .margintopp {
  12. margin-top: 30rpx;
  13. }
  14. .load {
  15. width: 100%;
  16. height: 2400rpx;
  17. position: absolute;
  18. left: 0;
  19. top: 0;
  20. z-index: 9999;
  21. background-color: #ffffff;
  22. text-align: center;
  23. line-height: 1300rpx;
  24. }
  25. .loadimg {
  26. width: 200rpx;
  27. height: 200rpx;
  28. }
  29. .imagepic {
  30. width: 686rpx;
  31. height: 290rpx;
  32. display: inline-block;
  33. border-radius: 32rpx;
  34. }
  35. .pmimgdiv {
  36. width: 686rpx;
  37. height: 290rpx;
  38. line-height: 360rpx;
  39. border-radius: 30rpx 30rpx 0px 0px;
  40. }
  41. .pmtextdiv {
  42. width: 686rpx;
  43. height: 128rpx;
  44. display: flex;
  45. background-color: #ffffff;
  46. border-radius: 0px 0px 30rpx 30rpx;
  47. }
  48. .pmdescription {
  49. width: 328rpx;
  50. margin-left: 32rpx;
  51. margin-top: 24rpx;
  52. height: 32rpx;
  53. font-style: normal;
  54. font-weight: bold;
  55. font-size: 32rpx;
  56. line-height: 32rpx;
  57. text-align: left;
  58. }
  59. .fontdate {
  60. flex: 7;
  61. color: #8C8C8C;
  62. font-size: 26rpx;
  63. font-weight: Regular;
  64. }
  65. .pmdgo {
  66. margin-top: -16rpx;
  67. flex: 3;
  68. text-align: right;
  69. }
  70. .fontdate2 {
  71. color: #B1B1B1;
  72. padding-left: 3%;
  73. font-size: 26rpx;
  74. }
  75. .pmddate {
  76. margin-top: 16rpx;
  77. margin-left: 32rpx;
  78. width: 396rpx;
  79. height: 24rpx;
  80. font-style: normal;
  81. font-weight: normal;
  82. font-size: 24rpx;
  83. line-height: 24rpx;
  84. text-align: left;
  85. color: #999999;
  86. }
  87. .pmddate2 {
  88. width: 92%;
  89. padding-top: 10rpx;
  90. height: 80rpx;
  91. margin-left: 6%;
  92. display: flex;
  93. }
  94. .pmgo {
  95. width: 10%;
  96. float: right;
  97. height: 133rpx;
  98. }
  99. .arrow {
  100. width: 14rpx;
  101. height: 26rpx;
  102. }
  103. .expirel {
  104. flex: 38;
  105. text-align: left;
  106. }
  107. .expirer {
  108. flex: 282;
  109. text-align: left;
  110. }
  111. .expire {
  112. width: 76rpx;
  113. height: 34rpx;
  114. margin-right: 18rpx;
  115. background-color: #D9D9D9;
  116. background: rgba(185, 187, 190, 1);
  117. border: 2rpx solid rgba(217, 217, 217, 1);
  118. border-radius: 18rpx;
  119. color: #F2F2F2;
  120. font-size: 18rpx;
  121. font-weight: 500;
  122. text-align: center;
  123. line-height: 34rpx;
  124. }
  125. .pmBox {
  126. margin-left: 32rpx;
  127. margin-right: 32rpx;
  128. margin-top: 32rpx;
  129. width: 686rpx;
  130. height: 418rpx;
  131. box-shadow: 0px 14rpx 44rpx 2rpx rgba(161, 161, 161, 0.5);
  132. border-radius: 32rpx;
  133. }
  134. .pmBoxEnd {
  135. margin-left: 32rpx;
  136. margin-right: 32rpx;
  137. margin-top: 32rpx;
  138. width: 686rpx;
  139. height: 418rpx;
  140. border-radius: 32rpx;
  141. }
  142. .pmtext_left {
  143. width: 50%;
  144. }
  145. .pmtext_right {
  146. width: 50%;
  147. }
  148. .button_right {
  149. width: 160rpx;
  150. height: 60rpx;
  151. margin-left: 151rpx;
  152. margin-top: 36rpx;
  153. background: #0880FF;
  154. box-shadow: 0px 16rpx 32rpx rgba(8, 128, 255, 0.36);
  155. border-radius: 24rpx;
  156. font-style: normal;
  157. font-weight: bold;
  158. font-size: 28rpx;
  159. line-height: 60rpx;
  160. text-align: center;
  161. color: #FFFFFF;
  162. }
  163. .button_overdue {
  164. width: 160rpx;
  165. height: 60rpx;
  166. margin-left: 151rpx;
  167. margin-top: 36rpx;
  168. background: #CCCCD8;
  169. box-shadow: 0px 16rpx 32rpx rgba(8, 128, 255, 0.36);
  170. border-radius: 24rpx;
  171. font-style: normal;
  172. font-weight: bold;
  173. font-size: 28rpx;
  174. line-height: 60rpx;
  175. text-align: center;
  176. color: #9999A5;
  177. }