projectDetail.wxss 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. @import "/components/local/wxParse/wxParse.wxss";
  2. view {
  3. overflow: visible;
  4. }
  5. .vip-origin-price {
  6. margin-left: 20rpx;
  7. font-size: 28rpx;
  8. font-family: PingFangSC-Regular, PingFang SC;
  9. font-weight: 400;
  10. color: #999999;
  11. line-height: 40rpx;
  12. text-decoration: line-through;
  13. }
  14. rich-text .richImg {
  15. max-width: 100%;
  16. max-height: 100%;
  17. vertical-align: middle;
  18. height: auto !important;
  19. width: auto !important;
  20. }
  21. .swiper-box {
  22. position: relative;
  23. height: 750rpx;
  24. }
  25. .swiper-box swiper {
  26. width: 100%;
  27. height: 100%;
  28. }
  29. .swiper-box image {
  30. width: 100%;
  31. height: 100%;
  32. }
  33. /*用来包裹所有的小圆点 */
  34. .swiper-box .swiper-dots {
  35. position: absolute;
  36. width: 210rpx;
  37. height: 20rpx;
  38. display: flex;
  39. flex-direction: row;
  40. justify-content: center;
  41. left: 50%;
  42. transform: translateX(-50%);
  43. bottom: 16rpx;
  44. }
  45. /*未选中时的小圆点样式 */
  46. .swiper-dots .swiper-dot {
  47. width: 12rpx;
  48. height: 12rpx;
  49. background: #FA7D22;
  50. opacity: 0.2;
  51. margin-right: 8rpx;
  52. border-radius: 12rpx;
  53. }
  54. /*选中以后的小圆点样式 */
  55. .swiper-dots .swiper-dot-active {
  56. width: 24rpx;
  57. height: 12rpx;
  58. background: #FA7D22;
  59. border-radius: 6rpx;
  60. opacity: unset;
  61. }
  62. .project-desc {
  63. padding: 30rpx;
  64. border-radius: 24rpx;
  65. margin-bottom: 20rpx;
  66. background: #fff;
  67. }
  68. .project-desc .price {
  69. margin-bottom: 26rpx;
  70. }
  71. .project-desc .tags {
  72. margin-top: 16rpx;
  73. font-size: 24rpx;
  74. font-weight: 400;
  75. line-height: 34rpx;
  76. color: #999;
  77. flex-wrap: wrap;
  78. max-height: 68rpx;
  79. }
  80. .project-desc .tags .tags-item {
  81. display: inline;
  82. margin-right: 20rpx;
  83. }
  84. .project-change {
  85. border-radius: 24rpx;
  86. background-color: #fff;
  87. }
  88. .project-change .item {
  89. padding: 30rpx;
  90. /* margin: 20rpx 0; */
  91. /* border-top: 2rpx solid #FFEBF3; */
  92. /* background: #fff; */
  93. }
  94. .project-change .item image {
  95. width: 48rpx;
  96. height: 48rpx;
  97. margin-left: 12rpx;
  98. }
  99. .project-change .location .box {
  100. width: 58rpx;
  101. height: 34rpx;
  102. border: 2rpx solid #FA7D22;
  103. border-radius: 8rpx;
  104. font-size: 20rpx;
  105. color: #FA7D22;
  106. box-sizing: border-box;
  107. }
  108. .project-change .location .label {
  109. font-size: 28rpx;
  110. color: #999;
  111. font-family: PingFang-SC-Medium, PingFang-SC;
  112. font-weight: 500;
  113. }
  114. .project-change .location .text {
  115. font-size: 28rpx;
  116. color: #333;
  117. font-family: PingFang-SC-Medium, PingFang-SC;
  118. font-weight: 500;
  119. }
  120. .project-detail {
  121. background: #fff;
  122. }
  123. .project-detail .title {
  124. height: 98rpx;
  125. padding-left: 30rpx;
  126. background: #FFEBF3;
  127. }
  128. .project-detail .title .line {
  129. width: 6rpx;
  130. height: 28rpx;
  131. background: #FAA9CB;
  132. }
  133. .project-detail .detail {
  134. overflow: hidden;
  135. width: 100%;
  136. }
  137. .project-detail .detail image {
  138. width: 100% !important;
  139. }
  140. .buy {
  141. height: 170rpx;
  142. background: #fff;
  143. position: fixed;
  144. bottom: 0;
  145. width: 100%;
  146. /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5); */
  147. }
  148. .buy-btn {
  149. width: 670rpx;
  150. height: 88rpx;
  151. /* background: #FF6423; */
  152. background: #FA7D22;
  153. /* box-shadow: 0rpx 4rpx 10rpx 0rpx rgba(0, 0, 0, 0.5); */
  154. border-radius: 42rpx;
  155. font-family: PingFangSC-Semibold;
  156. color: #FFFFFF;
  157. }
  158. .popup .top {
  159. justify-content: space-between;
  160. padding: 0 48rpx;
  161. height: 112rpx;
  162. border-bottom: 2rpx solid #eee;
  163. }
  164. .popup .top text {
  165. font-size: 36rpx;
  166. }
  167. .device-popup .list {
  168. height: 606rpx;
  169. padding: 0 30rpx;
  170. /* overflow-y: scroll; */
  171. }
  172. .device-popup .list .item {
  173. padding: 40rpx 0;
  174. border-bottom: 2rpx solid #eee;
  175. }
  176. .device-popup .list .item.no-change {
  177. opacity: 0.5;
  178. }
  179. .device-popup .list .device-img {
  180. width: 176rpx;
  181. height: 176rpx;
  182. background-color: #eee;
  183. margin-right: 20rpx;
  184. }
  185. .device-popup .list .radio image {
  186. width: 48rpx;
  187. height: 48rpx;
  188. margin-left: 6rpx;
  189. }
  190. .vip-price {
  191. margin-left: 20rpx;
  192. background: #CAA470;
  193. border-radius: 8rpx;
  194. border: 2rpx solid #CAA470;
  195. padding-left: 8rpx;
  196. height: 28rpx;
  197. }
  198. .vip-price text {
  199. font-size: 20rpx;
  200. color: #fff;
  201. }
  202. .vip-price .price {
  203. background-color: #fff;
  204. border-radius: 0 6rpx 6rpx 0;
  205. color: #CAA470;
  206. padding: 0 8rpx;
  207. margin: 0;
  208. }
  209. /* =============================这里是选择项目的操作===================================== */
  210. .coupon-popup {
  211. width: 100%;
  212. background: #F7F8FA;
  213. height: 70vh;
  214. }
  215. .payType {
  216. height: 68vh;
  217. }
  218. .select-product {
  219. /* margin-top: 30rpx; */
  220. margin-bottom: 20rpx;
  221. width: 702rpx;
  222. margin-left: 24rpx;
  223. display: flex;
  224. align-items: center;
  225. }
  226. .v2-select-image {
  227. border-radius: 12rpx;
  228. width: 200rpx;
  229. height: 200rpx;
  230. }
  231. .v2-select-content {
  232. margin-left: 20rpx;
  233. height: 200rpx;
  234. flex: 1;
  235. display: flex;
  236. flex-direction: column;
  237. }
  238. .v2-select-content-name {
  239. margin-top: 5rpx;
  240. display: flex;
  241. }
  242. .v2-select-content-names {
  243. flex: 1;
  244. text-align: left;
  245. font-size: 28rpx;
  246. font-weight: 500;
  247. color: #292929;
  248. }
  249. .close-img {
  250. margin-top: -10rpx;
  251. width: 56rpx;
  252. height: 56rpx;
  253. }
  254. .flex1In {
  255. flex: 1;
  256. }
  257. .v2-select-ontent-money {
  258. text-align: left;
  259. font-size: 40rpx;
  260. font-weight: normal;
  261. color: #FA4622;
  262. }
  263. .v2-select-ontent-money text {
  264. color: #FA4622;
  265. font-size: 24rpx;
  266. }
  267. .v2-select-title {
  268. text-align: left;
  269. font-size: 28rpx;
  270. font-weight: 500;
  271. color: #151316;
  272. margin-left: 24rpx;
  273. margin-top: 40rpx;
  274. margin-bottom: 20rpx;
  275. }
  276. .bottom-select {
  277. width: 100%;
  278. height: 150rpx;
  279. }
  280. .submit_bottom {
  281. left: 40rpx;
  282. bottom: 30rpx;
  283. z-index: 111;
  284. position: fixed;
  285. text-align: center;
  286. line-height: 84rpx;
  287. width: 670rpx;
  288. height: 84rpx;
  289. background: #FA7D22;
  290. border-radius: 42rpx;
  291. font-size: 32rpx;
  292. font-weight: 500;
  293. color: #FFFFFF;
  294. }
  295. .showline {
  296. width: 100%;
  297. height: 30rpx;
  298. }
  299. .onSelectProduct {
  300. margin-top: 10rpx;
  301. width: 216rpx;
  302. min-height: 296rpx;
  303. margin-left: 20rpx;
  304. border-radius: 12rpx;
  305. border: 2rpx solid #FA7D22;
  306. background: #FFF0E6;
  307. }
  308. .v2-material {
  309. width: 746rpx;
  310. margin-left: 4rpx;
  311. display: flex;
  312. flex-wrap: wrap;
  313. align-items: flex-start;
  314. }
  315. .material-item {
  316. margin-top: 10rpx;
  317. width: 216rpx;
  318. min-height: 296rpx;
  319. border: 2rpx solid #ffffff;
  320. margin-left: 20rpx;
  321. border-radius: 12rpx;
  322. background: white;
  323. }
  324. .material-image {
  325. width: 220rpx;
  326. height: 220rpx;
  327. border-top-left-radius: 12rpx;
  328. border-top-right-radius: 12rpx;
  329. }
  330. .material-images {
  331. width: 216rpx;
  332. height: 220rpx;
  333. border-top-left-radius: 12rpx;
  334. border-top-right-radius: 12rpx;
  335. }
  336. .material-content {
  337. width: 100%;
  338. min-height: 80rpx;
  339. display: flex;
  340. align-items: center;
  341. }
  342. .material-name {
  343. margin-right: 10rpx;
  344. margin-left: 10rpx;
  345. font-size: 28rpx;
  346. font-weight: 400;
  347. color: #151316;
  348. text-align: left;
  349. /* white-space: nowrap;
  350. overflow: hidden;
  351. text-overflow: ellipsis; */
  352. }
  353. .material-price {
  354. margin-bottom: 15rpx;
  355. width: 100%;
  356. margin-left: 10rpx;
  357. text-align: left;
  358. margin-right: 16rpx;
  359. font-size: 26rpx;
  360. font-weight: normal;
  361. color: #FA4622;
  362. }
  363. .onSelectLine {
  364. width: 220rpx;
  365. height: 300rpx;
  366. margin-left: 20rpx;
  367. border-radius: 12rpx;
  368. background: white;
  369. }
  370. .onSelectName {
  371. color: #FA7D22;
  372. }
  373. .material-price text {
  374. font-size: 16rpx;
  375. font-weight: normal;
  376. color: #FA4622;
  377. }
  378. .popup-Title-Car {
  379. font-size: 36rpx;
  380. font-weight: 500;
  381. color: #333333;
  382. background: #F7F8FA;
  383. line-height: 120rpx;
  384. }
  385. .v2-select-content-desc {
  386. margin-top: 20rpx;
  387. font-size: 24rpx;
  388. font-weight: 400;
  389. color: #999999;
  390. text-align: left;
  391. margin-bottom: 20rpx;
  392. flex: 1;
  393. }
  394. .desc-item {
  395. padding-left: 10rpx;
  396. padding-right: 10rpx;
  397. height: 38rpx;
  398. line-height: 38rpx;
  399. margin-right: 24rpx;
  400. background: #F7F7F7;
  401. font-size: 24rpx;
  402. text-align: center;
  403. font-weight: 500;
  404. color: #666666;
  405. }
  406. .v2-desc {
  407. margin-top: 8rpx;
  408. display: flex;
  409. align-items: center;
  410. overflow: hidden;
  411. }
  412. .goods-btn {
  413. display: flex;
  414. width: 670rpx;
  415. height: 88rpx;
  416. border-radius: 42rpx;
  417. font-size: 16px;
  418. font-family: PingFangSC-Medium, PingFang SC;
  419. font-weight: 500;
  420. color: #FFFFFF;
  421. line-height: 88rpx;
  422. text-align: center;
  423. }
  424. .goods-btn .goods-shop {
  425. flex: 1;
  426. background: #FF9F58;
  427. border-radius: 21px 0px 0px 21px;
  428. }
  429. .goods-btn .goods-buy {
  430. flex: 1;
  431. background: #FA7D22;
  432. border-radius: 0px 21px 21px 0px;
  433. }
  434. .disabled {
  435. cursor: not-allowed;
  436. opacity: 0.5;
  437. }