giftBagOrder.wxss 17 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031
  1. /* pages/goodsOrderConfirm/goodsOrderConfirm.wxss */
  2. page{
  3. padding-bottom: 180rpx;
  4. }
  5. .content-listker {
  6. width: 100%;
  7. }
  8. .item-radius {
  9. background: #fff;
  10. opacity: 0.8;
  11. position: relative;
  12. border-radius: 24rpx;
  13. margin: 20rpx;
  14. /* margin-left: 30rpx;
  15. margin-right: 30rpx; */
  16. /* #f878af 248 120 175 46 */
  17. /* box-shadow: 4rpx 24rpx 50rpx -8rpx rgba(255,119,176,0.55); */
  18. }
  19. .order-top {
  20. background: #fff;
  21. padding: 30rpx 0;
  22. }
  23. .order-top image {
  24. width: 200rpx;
  25. height: 156rpx;
  26. margin-bottom: 6rpx;
  27. }
  28. .order-top text {
  29. font-size: 28rpx;
  30. }
  31. .order-top .state {
  32. font-size: 36rpx;
  33. font-family: PingFangSC-Medium;
  34. }
  35. .margin {
  36. /* margin: 20rpx 0; */
  37. background: #fff;
  38. }
  39. .item .state {
  40. color: #FF6877;
  41. }
  42. .item-top {
  43. height: 102rpx;
  44. padding: 0 24rpx;
  45. }
  46. .item-top text {
  47. font-size: 36rpx;
  48. font-family: PingFangSC-Semibold, PingFang SC;
  49. font-weight: 600;
  50. }
  51. .item-content {
  52. padding: 10rpx 0 30rpx;
  53. margin: 0 24rpx;
  54. position: relative;
  55. z-index: 1111;
  56. }
  57. .item-content:last-child {
  58. border-bottom: 1rpx solid rgba(175, 175, 175, 0.1);
  59. }
  60. .item-content .time {
  61. /* background: linear-gradient(270deg, rgba(255, 175, 216, 0) 0%, rgba(255, 119, 176, 0.49) 100%); */
  62. border-radius: 22rpx;
  63. font-size: 26rpx;
  64. padding: 2rpx 10rpx;
  65. box-sizing: border-box;
  66. }
  67. .item-content .img {
  68. position: relative;
  69. width: 160rpx;
  70. height: 160rpx;
  71. margin-right: 20rpx;
  72. background: #EDEDED;
  73. border-radius: 20rpx;
  74. overflow: hidden;
  75. }
  76. .item-content .icon {
  77. width: 136rpx;
  78. height: 92rpx;
  79. position: absolute;
  80. left: 46rpx;
  81. top: 160rpx;
  82. }
  83. .item-content .content {
  84. flex: 1;
  85. justify-content: space-between;
  86. overflow: hidden;
  87. }
  88. .item-content .content text {
  89. font-size: 28rpx;
  90. font-family: PingFangSC-Regular, PingFang SC;
  91. font-weight: 400;
  92. }
  93. .item-vip {
  94. padding: 12rpx 20rpx 20rpx;
  95. }
  96. .item-vip .change-img {
  97. width: 48rpx;
  98. height: 48rpx;
  99. margin-right: 16rpx;
  100. }
  101. .item-vip-card {
  102. border-radius: 20rpx;
  103. overflow: hidden;
  104. background: #FAFAFA;
  105. box-sizing: border-box;
  106. }
  107. .item-vip-card text {
  108. font-size: 28rpx;
  109. font-family: PingFangSC-Medium, PingFang SC;
  110. font-weight: 500;
  111. color: #333333;
  112. }
  113. .item-vip .card-img {
  114. width: 160rpx;
  115. height: 160rpx;
  116. }
  117. .item-products-content {
  118. overflow-x: scroll;
  119. padding: 0 24rpx 20rpx;
  120. }
  121. .item-products-content .item-product {
  122. width: 446rpx;
  123. height: 160rpx;
  124. background: #FAFAFA;
  125. border-radius: 20rpx;
  126. overflow: hidden;
  127. box-sizing: border-box;
  128. flex-shrink: 0;
  129. margin-right: 20rpx;
  130. }
  131. .item-products-content .item-product image {
  132. width: 160rpx;
  133. height: 160rpx;
  134. /* background-color: blue; */
  135. }
  136. .item-btn {
  137. height: 84rpx;
  138. padding-top: 16rpx;
  139. justify-content: flex-end;
  140. }
  141. .order-info {
  142. padding: 30rpx;
  143. }
  144. .order-info .num {
  145. margin-bottom: 10rpx;
  146. }
  147. .order-info .num .copy {
  148. width: 84rpx;
  149. height: 52rpx;
  150. border: 2rpx solid #333333;
  151. border-radius: 12rpx;
  152. font-size: 28rpx;
  153. color: #333;
  154. }
  155. .order-sum .top {
  156. padding: 32rpx 0rpx;
  157. margin: 0rpx 24rpx;
  158. border-bottom: 1rpx solid rgba(0, 0, 0, 0.04);
  159. }
  160. .order-sum text {
  161. font-size: 28rpx;
  162. font-family: PingFangSC-Regular, PingFang SC;
  163. font-weight: 400;
  164. color: #333333;
  165. }
  166. .order-sum .top .text {
  167. margin-bottom: 24rpx;
  168. }
  169. .order-sum .top .text .order-coupon-icon {
  170. width: 32rpx;
  171. height: 32rpx;
  172. margin-right: 10rpx;
  173. }
  174. .order-sum .top .coupon-text {
  175. /* width: 128rpx; */
  176. height: 34rpx;
  177. font-size: 20rpx;
  178. box-sizing: border-box;
  179. color: #FF3007;
  180. background: #FFEFEB;
  181. border-radius: 8rpx;
  182. border: 2px solid #FF3007;
  183. padding: 4rpx 8rpx;
  184. }
  185. /* 权益折扣 */
  186. .coup-box{
  187. margin-top: 20rpx;
  188. width: 100%;
  189. display: flex;
  190. align-items: center;
  191. justify-content: space-between;
  192. }
  193. .coup-box-title{
  194. font-size: 24rpx;
  195. color: #FA7D22;
  196. margin-left: 38rpx;
  197. }
  198. .order-sum .top .msg {
  199. padding: 20rpx;
  200. background: #FFEFEB;
  201. /* background-color: rgba(255, 202, 224, 0.16); */
  202. /* background: #FA7D22; */
  203. border-radius: 24rpx;
  204. font-size: 24rpx;
  205. font-family: PingFangSC-Medium, PingFang SC;
  206. font-weight: 500;
  207. color: #FF3007;
  208. position: relative;
  209. max-width: 374rpx;
  210. }
  211. .order-sum .top .msg::after {
  212. content: '';
  213. position: absolute;
  214. right: 30rpx;
  215. top: -20rpx;
  216. width: 0rpx;
  217. height: 0rpx;
  218. border-width: 10rpx;
  219. border-style: solid;
  220. border-color: transparent transparent rgba(255, 202, 224, 0.16) transparent;
  221. }
  222. .order-sum .top .coupon-guide-tips {
  223. width: 156rpx;
  224. height: 48rpx;
  225. background: #FF3007;
  226. border-radius: 8rpx;
  227. color: #FFFFFF;
  228. text-align: center;
  229. line-height: 48rpx;
  230. }
  231. .order-sum .top .right-500 text {
  232. font-family: PingFang-SC-Medium, PingFang-SC;
  233. font-weight: 500;
  234. }
  235. .order-sum .bottom {
  236. height: 84rpx;
  237. padding-top: 16rpx;
  238. justify-content: flex-end;
  239. }
  240. .order-sum .bottom .total-price {
  241. font-size: 36rpx;
  242. font-family: PingFangSC-Medium, PingFang SC;
  243. font-weight: 500;
  244. color: #FF3007;
  245. margin-right: 28rpx;
  246. }
  247. .total-pay-price {
  248. font-size: 56rpx;
  249. font-family: PingFangSC-Medium, PingFang SC;
  250. font-weight: 500;
  251. color: #FF3007;
  252. }
  253. .buy {
  254. height: 170rpx;
  255. /* padding: 0 30rpx; */
  256. background: #fff;
  257. position: fixed;
  258. bottom: 0;
  259. width: 100%;
  260. box-sizing: border-box;
  261. /* justify-content: flex-end; */
  262. }
  263. .buy .btn {
  264. width: 338rpx;
  265. height: 88rpx;
  266. border-radius: 44rpx;
  267. font-size: 32rpx;
  268. box-sizing: border-box;
  269. /* margin-right: 30rpx; */
  270. }
  271. .buy .cancel-btn {
  272. border: 1rpx solid #979797;
  273. color: #999999;
  274. }
  275. .buy .use-btn {
  276. background: #FA7D22;
  277. color: #FFFFFF;
  278. }
  279. .coupon-popup {
  280. height: 72vh;
  281. }
  282. .payType {
  283. height: 690rpx;
  284. }
  285. .coupon-popup .top {
  286. justify-content: center;
  287. padding: 0 48rpx;
  288. height: 112rpx;
  289. }
  290. .need-show-line {
  291. border-bottom: 2rpx solid #eee;
  292. }
  293. .coupon-popup .top text {
  294. font-size: 36rpx;
  295. }
  296. .coupon-popup .top .close-img {
  297. width: 56rpx;
  298. height: 56rpx;
  299. position: absolute;
  300. top: 28rpx;
  301. right: 32rpx;
  302. }
  303. .coupon-popup .list {
  304. height: 53vh;
  305. padding: 14rpx 30rpx;
  306. box-sizing: border-box;
  307. /* overflow-y: scroll; */
  308. }
  309. .coupon-popup .list .item {
  310. padding: 14rpx 0;
  311. height: 172rpx;
  312. /* border-bottom: 2rpx solid #eee; */
  313. }
  314. .coupon-popup .list .radio image {
  315. width: 48rpx;
  316. height: 48rpx;
  317. }
  318. .coupon-popup .list .coupon-item {
  319. display: block;
  320. margin-top: 10rpx;
  321. }
  322. .coupon-popup .item-left {
  323. width: 212rpx;
  324. height: 100%;
  325. font-family: PingFangSC-Semibold;
  326. color: #FFFFFF;
  327. font-size: 32rpx;
  328. border-top-left-radius: 16rpx;
  329. border-bottom-left-radius: 16rpx;
  330. background-image: radial-gradient(circle at 0px 50%, #fff 15rpx, #F5849F 15rpx);
  331. }
  332. .coupon-popup .item-left text {
  333. font-size: 36rpx;
  334. color: #fff;
  335. font-family: PingFangSC-Semibold, PingFang SC;
  336. }
  337. .coupon-popup .item-right {
  338. /* justify-content: center;
  339. align-items: flex-start; */
  340. padding: 0 30rpx;
  341. border-top-right-radius: 16rpx;
  342. border-bottom-right-radius: 16rpx;
  343. box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
  344. }
  345. .coupon-popup .item-right text {
  346. color: #000;
  347. }
  348. .coupon-popup-btm {
  349. height: 170rpx;
  350. position: fixed;
  351. width: 100%;
  352. left: 0;
  353. bottom: 0;
  354. background: #FFFFFF;
  355. }
  356. .coupon-popup-btm-btn {
  357. width: 100%;
  358. height: 84rpx;
  359. font-size: 32rpx;
  360. color: #FFFFFF;
  361. margin: 0 40rpx;
  362. background: #FA7D22;
  363. border-radius: 42rpx;
  364. font-family: PingFang-SC-Medium, PingFang-SC;
  365. }
  366. .btm-text {
  367. margin: 42rpx 0 120rpx;
  368. }
  369. .item-products-content::-webkit-scrollbar,
  370. .scroll-x::-webkit-scrollbar {
  371. display: none;
  372. /* Chrome Safari */
  373. }
  374. .use-popup {
  375. width: 640rpx;
  376. height: 898rpx;
  377. background: #FFFFFF;
  378. border-radius: 40rpx;
  379. padding: 60rpx 48rpx;
  380. box-sizing: border-box;
  381. position: relative;
  382. /* justify-content: center; */
  383. /* justify-content: space-evenly; */
  384. }
  385. .use-popup .close-img {
  386. width: 56rpx;
  387. height: 56rpx;
  388. /* background: red; */
  389. position: absolute;
  390. top: 16rpx;
  391. right: 16rpx;
  392. }
  393. .use-popup .title {
  394. /* margin-top: 60rpx; */
  395. font-size: 36rpx;
  396. font-family: PingFangSC-Medium, PingFang SC;
  397. font-weight: 500;
  398. color: #000000;
  399. }
  400. .use-popup .text-cotent {
  401. /* background-color: red; */
  402. overflow-y: scroll;
  403. text-align: left;
  404. /* height: 100%; */
  405. }
  406. .skin-popup .wux-landscape__inner {
  407. padding: 0 !important;
  408. }
  409. .skin-popup .popup-index--wux-popup {
  410. width: 650rpx !important;
  411. max-width: 650rpx !important;
  412. }
  413. /* =============================================================================== */
  414. .moneyShow {
  415. width: 100%;
  416. text-align: center;
  417. font-weight: 500;
  418. font-size: 56rpx;
  419. color: #FF3007;
  420. height: 100rpx;
  421. line-height: 100rpx;
  422. margin-bottom: 100rpx;
  423. }
  424. .moneyShow text {
  425. font-size: 28rpx;
  426. color: #FF3007;
  427. }
  428. .select-pay-methon {
  429. margin-bottom: 60rpx;
  430. width: 100%;
  431. display: flex;
  432. align-items: center;
  433. }
  434. .pay-img {
  435. width: 48rpx;
  436. height: 48rpx;
  437. margin-left: 30rpx;
  438. }
  439. .pay-title {
  440. margin-left: 20rpx;
  441. font-size: 32rpx;
  442. font-weight: 400;
  443. color: #333333;
  444. flex: 1;
  445. text-align: left;
  446. }
  447. .pay-money {
  448. margin-right: 36rpx;
  449. font-size: 36rpx;
  450. font-weight: 500;
  451. color: #333333;
  452. }
  453. .pay-money text {
  454. font-size: 24rpx;
  455. }
  456. .select-activity {
  457. width: 48rpx;
  458. height: 48rpx;
  459. margin-right: 30rpx;
  460. }
  461. .list_first_to {
  462. z-index: 110;
  463. top: 0rpx;
  464. position: fixed;
  465. width: 100%;
  466. height: 100%;
  467. background: rgba(0, 0, 0, 0.7);
  468. }
  469. .insellShow {
  470. width: 390rpx;
  471. }
  472. .list_top_show {
  473. width: 100%;
  474. display: flex;
  475. align-items: center;
  476. flex-direction: column;
  477. margin-top: -110rpx;
  478. }
  479. .list_top_img {
  480. width: 40rpx;
  481. height: 40rpx;
  482. }
  483. .list_top_content {
  484. padding-top: 15rpx;
  485. margin-top: 10rpx;
  486. width: 500rpx;
  487. height: 72rpx;
  488. background: rgba(0, 0, 0, 0.3);
  489. border: 2rpx dashed #FFFFFF;
  490. }
  491. .first_and_title {
  492. width: 100%;
  493. line-height: 44rpx;
  494. text-align: center;
  495. font-size: 28rpx;
  496. font-weight: 500;
  497. color: #FFFFFF;
  498. }
  499. .first_and_title text {
  500. font-size: 32rpx;
  501. color: #FFFFFF;
  502. }
  503. .KnowBtn {
  504. margin-left: 271rpx;
  505. text-align: center;
  506. width: 208rpx;
  507. height: 76rpx;
  508. border-radius: 42rpx;
  509. border: 2rpx solid #FFFFFF;
  510. font-size: 32rpx;
  511. font-weight: 400;
  512. color: #FFFFFF;
  513. line-height: 76rpx;
  514. position: absolute;
  515. bottom: 60rpx;
  516. }
  517. /* <view class="list_top_show">
  518. <image class="list_top_img" src="/images/white_on.png"></image>
  519. <view class="list_top_content">
  520. <view class="first_and_title"><text>第一步</text>项目导航栏</view>
  521. <view class="first_and_title">可左右滑动快速筛选项目哟~</view>
  522. </view>
  523. </view> */
  524. .onIndex {
  525. position: absolute;
  526. z-index: 111;
  527. background: #ffffff;
  528. }
  529. .onIndex111 {
  530. position: relative;
  531. z-index: 11;
  532. }
  533. .opc {
  534. opacity: 0;
  535. }
  536. .opcBack {
  537. background: #ffffff;
  538. }
  539. .itemInNeeds {
  540. position: relative;
  541. border-radius: 24rpx;
  542. margin: 20rpx;
  543. }
  544. /* ========================================================== */
  545. .list_Content_show {
  546. margin-top: 75rpx;
  547. right: 33rpx;
  548. z-index: 1111;
  549. position: absolute;
  550. display: flex;
  551. align-items: center;
  552. flex-direction: column;
  553. }
  554. .list_Content_img {
  555. width: 40rpx;
  556. height: 40rpx;
  557. }
  558. .list_top_contents {
  559. padding-top: 15rpx;
  560. margin-top: 20rpx;
  561. width: 248rpx;
  562. height: 113rpx;
  563. background: rgba(0, 0, 0, 0.3);
  564. border: 2rpx dashed #FFFFFF;
  565. }
  566. .timeSelect {
  567. margin-bottom: 15rpx;
  568. width: 196rpx;
  569. height: 88rpx;
  570. background: #FFFFFF;
  571. display: flex;
  572. align-items: center;
  573. justify-content: center;
  574. }
  575. .timeShow {
  576. width: 156rpx;
  577. height: 48rpx;
  578. background: #FF3007;
  579. border-radius: 8rpx;
  580. text-align: center;
  581. font-size: 28rpx;
  582. font-weight: 500;
  583. color: #FFFFFF;
  584. line-height: 48rpx;
  585. }
  586. .good-list {
  587. height: auto;
  588. overflow: scroll;
  589. }
  590. .submitBtn {
  591. position: relative;
  592. left: 50%;
  593. transform: translateX(-50%);
  594. width: 90%;
  595. height: 84rpx;
  596. text-align: center;
  597. line-height: 84rpx;
  598. background: #FA7D22;
  599. border-radius: 42rpx;
  600. font-size: 16px;
  601. font-family: PingFangSC-Medium, PingFang SC;
  602. font-weight: 500;
  603. color: #FFFFFF;
  604. }
  605. .project-num {
  606. text-align: end;
  607. font-size: 28rpx;
  608. font-family: PingFangSC-Regular, PingFang SC;
  609. font-weight: 400;
  610. color: #333333;
  611. line-height: 40rpx;
  612. }
  613. .price-size {
  614. font-size: 20rpx;
  615. font-family: PingFangSC-Medium, PingFang SC;
  616. font-weight: 500;
  617. color: #333333;
  618. line-height: 24rpx;
  619. }
  620. .item-bottom {
  621. display: flex;
  622. justify-content: space-between;
  623. padding: 20rpx 24rpx 32rpx 24rpx;
  624. }
  625. .item-total {
  626. font-size: 28rpx;
  627. font-family: PingFangSC-Regular, PingFang SC;
  628. font-weight: 400;
  629. color: #999999;
  630. line-height: 40rpx;
  631. }
  632. .item-price {
  633. font-size: 36rpx;
  634. font-family: PingFangSC-Medium, PingFang SC;
  635. font-weight: 500;
  636. color: #333333;
  637. line-height: 50rpx;
  638. }
  639. /* 礼包列表 */
  640. .giftBagList {
  641. width: 710rpx;
  642. height: 574rpx;
  643. background-color: #FFFFFF;
  644. border-radius: 24rpx;
  645. margin-left: 20rpx;
  646. margin-top: 20rpx;
  647. padding: 24rpx;
  648. box-sizing: border-box;
  649. }
  650. .giftBagList-box {
  651. width: 680rpx;
  652. height: 100%;
  653. display: flex;
  654. overflow-x: scroll;
  655. overflow-y: hidden;
  656. }
  657. .giftBagList .type {
  658. color: #333333;
  659. font-size: 36rpx;
  660. font-weight: 600;
  661. display: flex;
  662. align-items: center;
  663. }
  664. .giftBagList .type .addPrice{
  665. font-size: 28rpx;
  666. font-weight: 500;
  667. color: #333;
  668. margin-left: 20rpx;
  669. }
  670. .giftBagList .type .addPrice text{
  671. font-size: 28rpx;
  672. font-weight: 500;
  673. color: #FF3007;
  674. }
  675. .giftBagList-item {
  676. flex-shrink: 0;
  677. margin-top: 20rpx;
  678. width: 260rpx;
  679. height: 440rpx;
  680. box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.07);
  681. border-radius: 24rpx;
  682. overflow: hidden;
  683. margin-right: 20rpx;
  684. }
  685. .giftBagList-item-top {
  686. height: 260rpx;
  687. width: 100%;
  688. background-color: #F9F9F9;
  689. }
  690. .giftBagList-item-top image {
  691. width: 100%;
  692. height: 100%;
  693. }
  694. .giftBagList-item-bottom {
  695. padding: 20rpx;
  696. box-sizing: border-box;
  697. position: relative;
  698. height: 180rpx;
  699. width: 100%;
  700. }
  701. .giftBagList-item-bottom .title {
  702. color: #333;
  703. font-size: 28rpx;
  704. }
  705. .giftBagList-item-bottom .radio {
  706. position: absolute;
  707. bottom: 20rpx;
  708. right: 20rpx;
  709. width: 40rpx;
  710. height: 40rpx;
  711. border: 2rpx solid #FA7D22;
  712. border-radius: 50%;
  713. }
  714. .giftBagList-item-bottom image {
  715. width: 53rpx;
  716. height: 53rpx;
  717. position: absolute;
  718. bottom: 17rpx;
  719. right: 17rpx;
  720. }
  721. /* 新加购列表 */
  722. .addPuls {
  723. width: 710rpx;
  724. height: 420rpx;
  725. background-color: #fff;
  726. border-radius: 24rpx;
  727. margin-left: 20rpx;
  728. padding: 20rpx;
  729. box-sizing: border-box;
  730. }
  731. .addPuls .top {
  732. display: flex;
  733. align-items: center;
  734. }
  735. .addPuls .top .title {
  736. font-size: 36rpx;
  737. font-weight: 600;
  738. color: #333333;
  739. margin-right: 22rpx;
  740. }
  741. .addPuls .top .type {
  742. font-size: 28rpx;
  743. color: #333;
  744. flex: 1;
  745. text-align: left !important;
  746. }
  747. .addPuls .top .type text {
  748. color: #FF3007;
  749. }
  750. .addPuls .center-item {
  751. width: 100%;
  752. height: 140rpx;
  753. border-radius: 20rpx;
  754. padding: 20rpx;
  755. box-sizing: border-box;
  756. display: flex;
  757. background: #F7F8FA;
  758. margin-top: 20rpx;
  759. }
  760. .addPuls .center-item image {
  761. width: 100rpx;
  762. height: 100rpx;
  763. border-radius: 20rpx;
  764. margin-right: 20rpx;
  765. }
  766. .addPuls .center-right {
  767. text-align: left;
  768. flex: 1;
  769. height: 100%;
  770. }
  771. .addPuls .center-right .item-name {
  772. width: 500rpx;
  773. text-overflow: ellipsis;
  774. white-space: nowrap;
  775. overflow: hidden;
  776. }
  777. .addPuls .item-select{
  778. display: flex;
  779. align-items: center;
  780. float: right;
  781. margin-top: 20rpx;
  782. }
  783. .addPuls .item-select image{
  784. width: 40rpx;
  785. height: 40rpx;
  786. margin: 0;
  787. }
  788. .addPuls .item-select .num{
  789. font-size: 32rpx;
  790. color: #333;
  791. margin: 0 15rpx;
  792. }
  793. .activeExchange{
  794. background-color: #fff7f2;
  795. border: 2rpx solid #FA7D22;
  796. }
  797. /* 加购弹出层 */
  798. .exchange-popup .wux-landscape__inner {
  799. padding: 0 !important;
  800. }
  801. .exchange-popup .popup-index--wux-popup {
  802. width: 640rpx !important;
  803. max-width: 650rpx !important;
  804. }
  805. .exchange-popup .use-popup {
  806. height: 620rpx !important;
  807. padding: 40rpx !important;
  808. }
  809. .exchange-popup .top {
  810. display: flex;
  811. height: 56rpx;
  812. align-items: center;
  813. }
  814. .exchange-popup .top .title {
  815. font-size: 36rpx;
  816. font-weight: 600;
  817. color: #333333;
  818. margin-right: 22rpx;
  819. }
  820. .exchange-popup .top .type {
  821. font-size: 28rpx;
  822. color: #333;
  823. flex: 1;
  824. text-align: left !important;
  825. }
  826. .exchange-popup .top .type text {
  827. color: #FF3007;
  828. }
  829. .exchange-popup .close {
  830. width: 56rpx;
  831. height: 56rpx;
  832. margin-top: 10rpx;
  833. }
  834. .use-popup .center {
  835. margin-top: 54rpx;
  836. }
  837. .use-popup .center .center-item {
  838. width: 100%;
  839. height: 140rpx;
  840. border-radius: 20rpx;
  841. padding: 20rpx;
  842. box-sizing: border-box;
  843. display: flex;
  844. background: #F7F8FA;
  845. }
  846. .use-popup .center .center-item:last-child {
  847. margin-top: 22rpx;
  848. }
  849. .use-popup .center .center-item image {
  850. width: 100rpx;
  851. height: 100rpx;
  852. border-radius: 20rpx;
  853. margin-right: 20rpx;
  854. }
  855. .use-popup .center .center-right {
  856. text-align: left;
  857. flex: 1;
  858. overflow: hidden;
  859. text-overflow: ellipsis;
  860. white-space: nowrap;
  861. height: 100%;
  862. }
  863. .use-popup .center .item-select{
  864. display: flex;
  865. align-items: center;
  866. float: right;
  867. margin-top: 8rpx;
  868. }
  869. .use-popup .center .item-select image{
  870. width: 40rpx;
  871. height: 40rpx;
  872. margin: 0;
  873. }
  874. .use-popup .center .item-select .num{
  875. font-size: 32rpx;
  876. color: #333;
  877. margin: 0 15rpx;
  878. }
  879. .use-popup .bottom {
  880. flex: 1;
  881. height: 84rpx;
  882. background: #FA7D22;
  883. border-radius: 42rpx;
  884. margin-top: 48rpx;
  885. line-height: 84rpx;
  886. font-size: 32rpx;
  887. color: #fff;
  888. }