东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mountingsDetail.wxss 6.4KB

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