promotion.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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: 100%;
  32. height: 100%;
  33. display: inline-block;
  34. border-radius: 30rpx 30rpx 0px 0px;
  35. }
  36. .pmimgdiv {
  37. width: 100%;
  38. height: 274rpx;
  39. line-height: 360rpx;
  40. border-radius: 30rpx 30rpx 0px 0px;
  41. }
  42. .pmtextdiv {
  43. width: 100%;
  44. display: flex;
  45. flex-direction: column;
  46. height: 128rpx;
  47. background-color: #ffffff;
  48. border-radius: 0px 0px 30rpx 30rpx;
  49. }
  50. .pmdescription {
  51. margin-left: 36rpx;
  52. padding-top: 18rpx;
  53. height: 44rpx;
  54. line-height: 44rpx;
  55. float: left;
  56. }
  57. .fontdescription {
  58. color: #000000;
  59. font-weight: Bold;
  60. font-size: 32rpx;
  61. }
  62. .fontdate {
  63. flex: 7;
  64. color: #8C8C8C;
  65. font-size: 26rpx;
  66. font-weight: Regular;
  67. }
  68. .pmdgo {
  69. margin-top: -16rpx;
  70. flex: 3;
  71. text-align: right;
  72. }
  73. .fontdate2 {
  74. color: #B1B1B1;
  75. padding-left: 3%;
  76. font-size: 26rpx;
  77. }
  78. .pmddate {
  79. display: flex;
  80. flex-direction: row;
  81. padding-top: 16rpx;
  82. /* height: 80rpx; */
  83. margin-left: 36rpx;
  84. margin-right: 36rpx;
  85. float: left;
  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: 4%;
  127. margin-right: 4%;
  128. margin-bottom: 40rpx;
  129. width: 92%;
  130. height: 402rpx;
  131. box-shadow: 0px 14rpx 44rpx 2rpx rgba(161, 161, 161, 0.5);
  132. border-radius: 30rpx;
  133. }