东风启辰小程序端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

mountings.wxss 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. /* pages/mountings/mountings.wxss */
  2. page{
  3. background-color: #EDEDED;
  4. }
  5. image{
  6. display: block;
  7. }
  8. view{
  9. -webkit-overflow-scrolling: touch;
  10. }
  11. .main{
  12. height: calc(100vh - 120rpx);
  13. overflow: auto;
  14. }
  15. .newImages9-1{
  16. width: 750rpx;
  17. height: 556rpx;
  18. }
  19. .newImages9-2{
  20. position: absolute;
  21. top: 165rpx;
  22. right: 3rpx;
  23. width: 87rpx;
  24. height: 88rpx;
  25. }
  26. .newImages9-3{
  27. width: 308rpx;
  28. height: 24rpx;
  29. margin: 34rpx auto 13rpx;
  30. }
  31. .newImages9-4{
  32. width: 540rpx;
  33. height: 57rpx;
  34. margin: 0 auto;
  35. }
  36. .activity-phases{
  37. width: 750rpx;
  38. height: 84rpx;
  39. background-color: white;
  40. margin-top: 52rpx;
  41. padding-left: 27rpx;
  42. box-sizing: border-box;
  43. display: flex;
  44. align-items: center;
  45. overflow-y: hidden;
  46. white-space: nowrap;
  47. }
  48. .activity-phases::-webkit-scrollbar{
  49. display: none;
  50. }
  51. .newImages9-5{
  52. width: 65rpx;
  53. height: 55rpx;
  54. }
  55. .phases-group{
  56. margin-right: 80rpx;
  57. }
  58. .phases-group:last-of-type{
  59. margin-right: 0;
  60. padding-right: 27rpx;
  61. }
  62. .date-text{
  63. font-size:24rpx;
  64. font-family:NissanBrand;
  65. font-weight:400;
  66. color:rgba(89,87,87,1);
  67. }
  68. .date-choose{
  69. font-weight:bold;
  70. color:rgba(236,39,13,1);
  71. }
  72. .newImages9-11{
  73. width:74rpx;
  74. height:27rpx;
  75. margin: 0 auto;
  76. }
  77. .phases-state{
  78. text-align: center;
  79. font-size:18rpx;
  80. font-family:MHeiPRC;
  81. font-weight:500;
  82. color:rgba(89,87,87,1);
  83. }
  84. .phases-state-bg{
  85. padding: 5rpx 11rpx;
  86. background-image: linear-gradient(to right,#ff134e,#ff4006);
  87. color: #FFFFFF;
  88. border-radius: 20rpx;
  89. }
  90. .goods-frame{
  91. padding: 59rpx 21rpx 38rpx;
  92. }
  93. .goods-group{
  94. margin-bottom: 31rpx;
  95. width: 100%;
  96. height: 261rpx;
  97. background-color: white;
  98. border-radius: 20rpx;
  99. display: flex;
  100. padding-top: 19rpx;
  101. padding-left: 19rpx;
  102. box-sizing: border-box;
  103. }
  104. .goods-img{
  105. width: 220rpx;
  106. height: 220rpx;
  107. border: 1rpx solid #D3D3D3;
  108. border-radius: 20rpx;
  109. overflow: hidden;
  110. }
  111. .goods-detail{
  112. padding-top: 14rpx;
  113. margin-left: 20rpx;
  114. }
  115. .goods-title{
  116. width: 400rpx;
  117. font-size: 28rpx;
  118. font-weight: bold;
  119. color: black;
  120. overflow: hidden;
  121. white-space: nowrap;
  122. text-overflow: ellipsis;
  123. }
  124. .goods-detail-data{
  125. margin-top: 48rpx;
  126. display: flex;
  127. }
  128. .goods-price{
  129. font-size:22rpx;
  130. font-family:MHeiPRC;
  131. font-weight:bold;
  132. color:rgba(125,125,125,1);
  133. }
  134. .bar-group{
  135. position: relative;
  136. width:190rpx;
  137. height:23rpx;
  138. background-color: #EDEDED;
  139. margin-top: 7rpx;
  140. margin-bottom: 22rpx;
  141. border-radius: 20rpx;
  142. overflow: hidden;
  143. }
  144. .bar-num{
  145. position: absolute;
  146. left: 0;
  147. top: 0;
  148. height: 100%;
  149. width: 100%;
  150. background-color: #EE3212;
  151. }
  152. .away-text{
  153. position: absolute;
  154. width: 100%;
  155. top: 50%;
  156. transform: translateY(-50%);
  157. left: 10rpx;
  158. font-size:14rpx;
  159. font-family:MHeiPRC;
  160. font-weight:500;
  161. color:rgba(255,255,255,1);
  162. }
  163. .goods-surplus{
  164. font-size:22rpx;
  165. font-family:MHeiPRC;
  166. font-weight:bold;
  167. color:rgba(125,125,125,1);
  168. }
  169. .surplus-num{
  170. color: #EE3212;
  171. }
  172. .after-discount{
  173. font-size:22rpx;
  174. font-family:MHeiPRC;
  175. font-weight:500;
  176. color:#355483;
  177. text-align: right;
  178. }
  179. .newImages9-6{
  180. width: 161rpx;
  181. height: 58rpx;
  182. margin-top: 5rpx;
  183. }
  184. .newImages9-10{
  185. width: 710rpx;
  186. height: 70rpx;
  187. margin: 0 auto;
  188. margin-top: 70rpx;
  189. }
  190. .ruleFrame{
  191. position: absolute;
  192. left: 0;
  193. top: 0;
  194. width: 100%;
  195. height: calc(100vh - 120rpx);
  196. background-color: white;
  197. overflow: auto;
  198. padding-bottom: 130rpx;
  199. box-sizing: border-box;
  200. }
  201. .titleText{
  202. width: 682rpx;
  203. margin: 0 auto;
  204. margin-top: 78rpx;
  205. margin-bottom: 28rpx;
  206. line-height: 39rpx;
  207. font-size:39rpx;
  208. font-family:PingFangSC;
  209. font-weight:bold;
  210. color:rgba(0,77,149,1);
  211. }
  212. .lineSty{
  213. width: 682rpx;
  214. height:2rpx;
  215. background-color: #B6B6B6;
  216. margin: 0 auto;
  217. margin-bottom: 45rpx;
  218. }
  219. .closeXieyi{
  220. position: absolute;
  221. right: 48rpx;
  222. top: 38rpx;
  223. width: 42rpx;
  224. height: 42rpx;
  225. }
  226. .newImages9-12{
  227. width: 641rpx;
  228. height: 1037rpx;
  229. margin: 0 auto;
  230. margin-top: 40rpx;
  231. }
  232. .btns{
  233. position: absolute;
  234. left: 0;
  235. bottom: 0;
  236. opacity: 0;
  237. }