东风启辰小程序端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

mountingsDetail.wxss 6.5KB

il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. /* pages/mountingsDetail/mountingsDetail.wxss */
  2. page{
  3. background-color: #F1F1F1;
  4. }
  5. image{
  6. display: block;
  7. }
  8. view{
  9. -webkit-overflow-scrolling: touch;
  10. }
  11. /* .main{
  12. height: calc(100vh - 120rpx);
  13. } */
  14. .banner-group{
  15. position: relative;
  16. width: 750rpx;
  17. height: 556rpx;
  18. }
  19. .newImages9-test2{
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .newImages9-2{
  24. position: absolute;
  25. top: 165rpx;
  26. right: 3rpx;
  27. width: 87rpx;
  28. height: 88rpx;
  29. }
  30. .goods-price{
  31. position: relative;
  32. /* position: absolute;
  33. left: 0;
  34. bottom: 0; */
  35. width: 750rpx;
  36. height: 111rpx;
  37. }
  38. .newImages9-14{
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .price-detail{
  43. position: absolute;
  44. top: 0;
  45. left: 0;
  46. width: 100%;
  47. height: 100%;
  48. padding:0 30rpx;
  49. box-sizing: border-box;
  50. display: flex;
  51. align-items: center;
  52. justify-content: space-between;
  53. }
  54. .goods-name{
  55. font-size:30rpx;
  56. font-family:MHeiPRC;
  57. font-weight:bold;
  58. color:rgba(255,255,255,1);
  59. line-height:32rpx;
  60. margin-bottom: 18rpx;
  61. }
  62. .after-discount{
  63. font-size:20rpx;
  64. font-family:MHeiPRC;
  65. font-weight:bold;
  66. color:rgba(255,65,5,1);
  67. line-height:27rpx;
  68. height:27rpx;
  69. padding:0 10rpx;
  70. background-color: white;
  71. border-radius: 5rpx;
  72. }
  73. .original-price{
  74. line-height:27rpx;
  75. font-size:18rpx;
  76. font-family:MHeiPRC;
  77. font-weight:500;
  78. color:rgba(255,255,255,1);
  79. margin-left: 10rpx;
  80. text-decoration: line-through;
  81. }
  82. .surplus-time{
  83. font-size:37rpx;
  84. font-family:MHeiPRC;
  85. font-weight:bold;
  86. color:rgba(35,24,21,1);
  87. line-height:37rpx;
  88. margin-top: 50rpx;
  89. margin-bottom: 35rpx;
  90. display: flex;
  91. align-items: center;
  92. justify-content: center;
  93. }
  94. .time-group{
  95. padding-left: 22rpx;
  96. padding-right: 15rpx;
  97. display: flex;
  98. align-items: center;
  99. justify-content: center;
  100. font-size:26rpx;
  101. }
  102. .time-block{
  103. width:39rpx;
  104. height:39rpx;
  105. background-color: black;
  106. border-radius: 8rpx;
  107. font-family:MHeiPRC;
  108. font-weight:bold;
  109. color:rgba(255,255,255,1);
  110. line-height:39rpx;
  111. text-align: center;
  112. }
  113. .bargain-group{
  114. width:694rpx;
  115. padding-bottom:30rpx;
  116. border-radius: 20rpx;
  117. margin: 0 auto;
  118. background-color: white;
  119. box-sizing: border-box;
  120. }
  121. .bargain-num{
  122. font-size:28rpx;
  123. font-family:MHeiPRC;
  124. font-weight:bold;
  125. color:rgba(89,87,87,1);
  126. text-align: center;
  127. padding-top: 51rpx;
  128. }
  129. .bargain-bar{
  130. position: relative;
  131. width:576rpx;
  132. height:36rpx;
  133. border: 2rpx solid #4296CB;
  134. border-radius: 20rpx;
  135. margin: 0 auto;
  136. margin-top: 36rpx;
  137. margin-bottom: 28rpx;
  138. overflow: hidden;
  139. }
  140. .bar-num{
  141. position: absolute;
  142. top: 50%;
  143. transform: translateY(-50%);
  144. left: 3rpx;
  145. background-image: linear-gradient(to right,#209BDB,#2278CC);
  146. max-width: 570rpx;
  147. width:0%;
  148. height:30rpx;
  149. border-radius: 20rpx;
  150. display: flex;
  151. align-items: center;
  152. justify-content: flex-end;
  153. }
  154. .bar-text{
  155. line-height: 30rpx;
  156. font-size:18rpx;
  157. font-family:NissanBrand;
  158. font-weight:400;
  159. color:rgba(255,255,255,1);
  160. }
  161. .newImages9-15{
  162. width: 15rpx;
  163. height: 15rpx;
  164. margin-right: 20rpx;
  165. margin-left: 5rpx;
  166. }
  167. .bar-surplus{
  168. position: absolute;
  169. top: 0;
  170. right: 15rpx;
  171. line-height: 36rpx;
  172. font-size:18rpx;
  173. font-family:NissanBrand;
  174. font-weight:400;
  175. color:rgba(35,24,21,1);
  176. }
  177. .newImages9-16{
  178. position: relative;
  179. width: 589rpx;
  180. height: 84rpx;
  181. margin: 0 auto;
  182. }
  183. .bargain-record{
  184. width:694rpx;
  185. background-image: linear-gradient(to right,#209BDB,#2278CC);
  186. margin: 0 auto;
  187. border-radius: 20rpx;
  188. overflow: hidden;
  189. }
  190. .record-title{
  191. position: relative;
  192. width: 100%;
  193. height: 94rpx;
  194. display: flex;
  195. align-items: center;
  196. font-size:30rpx;
  197. font-family:MHeiPRC;
  198. font-weight:500;
  199. color:rgba(255,255,255,1);
  200. line-height: 94rpx;
  201. }
  202. .title-text{
  203. position: relative;
  204. width: 50%;
  205. text-align: center;
  206. }
  207. .title-line{
  208. position: absolute;
  209. left: 50%;
  210. top: 50%;
  211. width: 2rpx;
  212. height: 45rpx;
  213. transform: translate(-50%,-50%);
  214. background-color: white;
  215. }
  216. .white-triangle{
  217. position: absolute;
  218. left: 50%;
  219. transform: translateX(-50%);
  220. bottom: -3rpx;
  221. width: 0;
  222. height: 0;
  223. border: 20rpx solid transparent;
  224. border-bottom-color: white;
  225. }
  226. .help-group{
  227. background-color: white;
  228. width:694rpx;
  229. height:183rpx;
  230. display: flex;
  231. align-items: center;
  232. justify-content:space-between;
  233. padding:0 30rpx;
  234. box-sizing: border-box;
  235. }
  236. .head-group{
  237. border-radius: 50%;
  238. border: 2rpx solid #355483;
  239. width: 79rpx;
  240. height: 79rpx;
  241. overflow: hidden;
  242. margin-right: 15rpx;
  243. }
  244. .head-img{
  245. width: 100%;
  246. height: 100%;
  247. }
  248. .friend-name{
  249. line-height: 30rpx;
  250. font-size:30rpx;
  251. font-family:NissanBrand;
  252. font-weight:bold;
  253. color:rgba(89,87,87,1);
  254. }
  255. .reason{
  256. margin-top: 13rpx;
  257. line-height: 24rpx;
  258. font-size:24rpx;
  259. font-family:MHeiPRC;
  260. font-weight:500;
  261. color:rgba(89,87,87,1);
  262. }
  263. .newImages9-17{
  264. width: 52rpx;
  265. height: 43rpx;
  266. }
  267. .minus-num{
  268. line-height: 30rpx;
  269. font-size:30rpx;
  270. font-family:MHeiPRC;
  271. font-weight:500;
  272. color:rgba(53,84,131,1);
  273. }
  274. .ruleFrame{
  275. position: absolute;
  276. left: 0;
  277. top: 0;
  278. width: 100%;
  279. height: calc(100vh - 120rpx);
  280. background-color: white;
  281. overflow: auto;
  282. padding-bottom: 130rpx;
  283. box-sizing: border-box;
  284. }
  285. .titleText{
  286. width: 682rpx;
  287. margin: 0 auto;
  288. margin-top: 78rpx;
  289. margin-bottom: 28rpx;
  290. line-height: 39rpx;
  291. font-size:39rpx;
  292. font-family:PingFangSC;
  293. font-weight:bold;
  294. color:rgba(0,77,149,1);
  295. }
  296. .lineSty{
  297. width: 682rpx;
  298. height:2rpx;
  299. background-color: #B6B6B6;
  300. margin: 0 auto;
  301. margin-bottom: 45rpx;
  302. }
  303. .closeXieyi{
  304. position: absolute;
  305. right: 48rpx;
  306. top: 38rpx;
  307. width: 42rpx;
  308. height: 42rpx;
  309. }
  310. .newImages9-12{
  311. width: 641rpx;
  312. height: 1037rpx;
  313. margin: 0 auto;
  314. margin-top: 40rpx;
  315. }
  316. .newImages9-test3{
  317. width:247rpx;
  318. height: 75rpx;
  319. }
  320. .btns{
  321. position: absolute;
  322. left: 0;
  323. bottom: 0;
  324. opacity: 0;
  325. }
  326. .maskFrame{
  327. position: fixed;
  328. left: 0;
  329. top: 0;
  330. width: 100%;
  331. height: calc(100vh - 120rpx);
  332. background-color: rgba(000, 000, 000, 0.5);
  333. display: flex;
  334. align-items: center;
  335. justify-content: center;
  336. }
  337. .maskGroup{
  338. position: relative;
  339. width: 603rpx;
  340. height: 500rpx;
  341. }
  342. .newImages9-19{
  343. width: 100%;
  344. height: 100%;
  345. }
  346. .help-confirm{
  347. position: absolute;
  348. left: 50%;
  349. transform: translateX(-50%);
  350. top: 372rpx;
  351. width: 347rpx;
  352. height: 62rpx;
  353. }
  354. .newImages9-20{
  355. position: absolute;
  356. top: -18rpx;
  357. right: -19rpx;
  358. width: 38rpx;
  359. height: 36rpx;
  360. }
  361. .dicker-money{
  362. position: absolute;
  363. left: 0;
  364. top: 260rpx;
  365. width: 100%;
  366. text-align: center;
  367. font-size:36rpx;
  368. font-family:PingFangSC;
  369. font-weight:400;
  370. color:rgba(52,84,128,1);
  371. line-height:36rpx;
  372. }
  373. .bottom-cushion{
  374. width: 100%;
  375. height: 120rpx;
  376. }
  377. /* .wx-swiper-dots{
  378. margin-bottom: 110rpx;
  379. } */