promotion.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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: 128rpx;
  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: center;
  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: 96rpx;
  79. height: 24rpx;
  80. font-style: normal;
  81. font-weight: normal;
  82. font-size: 24rpx;
  83. line-height: 24rpx;
  84. text-align: center;
  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. .pmtext_left {
  135. width: 50%;
  136. }
  137. .pmtext_right {
  138. width: 50%;
  139. }
  140. .button_right {
  141. width: 160rpx;
  142. height: 60rpx;
  143. margin-left: 151rpx;
  144. margin-top: 36rpx;
  145. background: #0880FF;
  146. box-shadow: 0px 16rpx 32rpx rgba(8, 128, 255, 0.36);
  147. border-radius: 24rpx;
  148. font-style: normal;
  149. font-weight: bold;
  150. font-size: 28rpx;
  151. line-height: 60rpx;
  152. text-align: center;
  153. color: #FFFFFF;
  154. }
  155. .button_overdue {
  156. width: 160rpx;
  157. height: 60rpx;
  158. margin-left: 151rpx;
  159. margin-top: 36rpx;
  160. background: #CCCCD8;
  161. box-shadow: 0px 16rpx 32rpx rgba(8, 128, 255, 0.36);
  162. border-radius: 24rpx;
  163. font-style: normal;
  164. font-weight: bold;
  165. font-size: 28rpx;
  166. line-height: 60rpx;
  167. text-align: center;
  168. color: #9999A5;
  169. }