promotion.wxss 2.5 KB

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