confirmProjectOrder.wxss 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194
  1. /* pages/orderDetailsProject/orderDetailsProject.wxss */
  2. .content {
  3. width: 100%;
  4. min-height: 100vh;
  5. background: #F7F8FA;
  6. }
  7. .hideRight{
  8. justify-content: flex-end;
  9. }
  10. .hide{
  11. visibility:hidden !important;
  12. }
  13. .border-content {
  14. margin-bottom: 20rpx;
  15. margin-left: 24rpx;
  16. border-radius: 24rpx;
  17. background: white;
  18. width: 662rpx;
  19. padding-top: 24rpx;
  20. padding-left: 24rpx;
  21. padding-right: 24rpx;
  22. }
  23. .title-line {
  24. width: 100%;
  25. display: flex;
  26. align-items: center;
  27. padding-bottom: 20rpx;
  28. }
  29. .title-line1 {
  30. width: 100%;
  31. display: flex;
  32. padding-bottom: 20rpx;
  33. }
  34. .title-left {
  35. font-size: 28rpx;
  36. font-weight: 400;
  37. color: #999999;
  38. }
  39. .title-content {
  40. flex: 1;
  41. margin-left: 10rpx;
  42. font-size: 32rpx;
  43. font-weight: 500;
  44. color: #333333;
  45. }
  46. .title-location {
  47. font-size: 24rpx;
  48. font-weight: 400;
  49. color: #999999;
  50. }
  51. .title-location {
  52. font-size: 28rpx;
  53. font-weight: 500;
  54. color: #333333;
  55. }
  56. .title-value {
  57. margin-left: 10rpx;
  58. text-align: left;
  59. flex: 1;
  60. font-size: 28rpx;
  61. font-weight: 400;
  62. color: #999999;
  63. }
  64. .line-spc {
  65. width: 100%;
  66. height: 20rpx;
  67. }
  68. .project-list {
  69. width: 100%;
  70. height: 100rpx;
  71. display: flex;
  72. align-items: center;
  73. }
  74. .peoject-list-title {
  75. margin-bottom: 24rpx;
  76. font-size: 36rpx;
  77. color: #333333;
  78. font-weight: 500;
  79. }
  80. .peoject-list-title text {
  81. font-size: 36rpx;
  82. font-weight: 500;
  83. color: #FA7D22;
  84. }
  85. .peoject-list-time {
  86. flex: 1;
  87. text-align: right;
  88. font-size: 28rpx;
  89. font-weight: 400;
  90. color: #333333;
  91. }
  92. .project-content {
  93. margin-bottom: 20rpx;
  94. width: 100%;
  95. display: flex;
  96. align-items: center;
  97. height: 120rpx;
  98. }
  99. .project-content-img {
  100. border-radius: 12rpx;
  101. width: 120rpx;
  102. height: 120rpx;
  103. }
  104. .project-content-right {
  105. display: flex;
  106. flex-direction: column;
  107. flex: 1;
  108. height: 120rpx;
  109. margin-left: 20rpx;
  110. }
  111. .item-right-time {
  112. flex: 1;
  113. width: 100%;
  114. display: flex;
  115. }
  116. .item-right-title {
  117. width: 300rpx;
  118. font-size: 28rpx;
  119. font-weight: 500;
  120. color: #292929;
  121. flex: 1;
  122. white-space: nowrap;
  123. overflow: hidden;
  124. text-overflow: ellipsis;
  125. }
  126. .item-right-title-time {
  127. font-size: 28rpx;
  128. font-weight: 500;
  129. color: #292929;
  130. }
  131. .item-project-add {
  132. flex: 1;
  133. font-size: 24rpx;
  134. font-weight: 400;
  135. color: #999999;
  136. }
  137. .btm-down-line {
  138. width: 100%;
  139. display: flex;
  140. align-items: center;
  141. }
  142. .btm-line-tips {
  143. margin-left: 24rpx;
  144. font-size: 28rpx;
  145. font-weight: 400;
  146. color: #333333;
  147. }
  148. .btm-line-tips-red {
  149. font-size: 28rpx;
  150. font-weight: 500;
  151. color: #FF3007;
  152. }
  153. .btm-line-tips-money {
  154. margin-bottom: 20rpx;
  155. flex: 1;
  156. font-size: 56rpx;
  157. font-weight: 500;
  158. color: #FF3007;
  159. }
  160. .btm-line-submit {
  161. width: 338rpx;
  162. height: 84rpx;
  163. text-align: center;
  164. line-height: 84rpx;
  165. margin-right: 24rpx;
  166. background: #FA7D22;
  167. border-radius: 42rpx;
  168. font-size: 32rpx;
  169. font-weight: 500;
  170. color: #FFFFFF;
  171. }
  172. .item-project-house {
  173. font-size: 24rpx;
  174. font-weight: 400;
  175. color: #FA7D22;
  176. }
  177. .title-content text {
  178. margin-left: 20rpx;
  179. font-size: 28rpx;
  180. font-weight: 400;
  181. color: #999999;
  182. }
  183. .line-spc-line {
  184. width: 662rpx;
  185. height: 2rpx;
  186. background: #F9F9F9;
  187. }
  188. .money-show {
  189. margin-top: 28rpx;
  190. text-align: right;
  191. font-size: 32rpx;
  192. font-weight: 500;
  193. color: #333333;
  194. }
  195. .money-show text {
  196. margin-left: 20rpx;
  197. text-align: right;
  198. font-size: 24rpx;
  199. font-weight: 500;
  200. color: #333333;
  201. }
  202. .dis-line {
  203. margin-top: 28rpx;
  204. width: 100%;
  205. display: flex;
  206. align-items: center;
  207. }
  208. .spc {
  209. flex: 1;
  210. }
  211. .btm-submit {
  212. width: 184rpx;
  213. height: 72rpx;
  214. border-radius: 36rpx;
  215. border: 2rpx solid #E1E1E1;
  216. text-align: center;
  217. line-height: 72rpx;
  218. font-size: 28rpx;
  219. font-weight: 500;
  220. color: #333333;
  221. }
  222. .not-flex {
  223. margin-left: 20rpx;
  224. font-size: 28rpx;
  225. font-family: PingFangSC-Regular, PingFang SC;
  226. font-weight: 400;
  227. color: #999999;
  228. }
  229. .title-content-flex {
  230. margin-left: 20rpx;
  231. font-size: 28rpx;
  232. font-weight: 400;
  233. color: #999999;
  234. }
  235. .copy {
  236. margin-left: 10rpx;
  237. padding-right: 15rpx;
  238. padding-left: 15rpx;
  239. height: 40rpx;
  240. background: #F5F5F5;
  241. border-radius: 8rpx;
  242. text-align: center;
  243. line-height: 40rpx;
  244. font-size: 20rpx;
  245. font-weight: 400;
  246. color: #333333;
  247. }
  248. .dis-view {
  249. display: flex;
  250. width: 100%;
  251. align-items: center;
  252. justify-content: center;
  253. height: 74rpx;
  254. }
  255. .dis-line-show {
  256. width: 130rpx;
  257. height: 2rpx;
  258. background: #E9E9E9;
  259. }
  260. .dis-line-title {
  261. margin-right: 20rpx;
  262. margin-left: 20rpx;
  263. font-size: 24rpx;
  264. font-weight: 400;
  265. color: #666666;
  266. }
  267. .comm-product {
  268. width: 100%;
  269. display: flex;
  270. align-items: center;
  271. flex-wrap: wrap;
  272. }
  273. .comm-product-item {
  274. margin-bottom: 24rpx;
  275. margin-left: 20rpx;
  276. width: 344rpx;
  277. height: 555rpx;
  278. display: flex;
  279. flex-direction: column;
  280. border-radius: 24rpx;
  281. background: white;
  282. }
  283. .comm-image {
  284. background: tomato;
  285. border-top-left-radius: 24rpx;
  286. border-top-right-radius: 24rpx;
  287. width: 344rpx;
  288. height: 344rpx;
  289. }
  290. .comm-title {
  291. margin-left: 24rpx;
  292. margin-right: 24rpx;
  293. font-size: 28rpx;
  294. font-weight: 500;
  295. color: #333333;
  296. margin-top: 24rpx;
  297. overflow: hidden;
  298. }
  299. .comm-desc {
  300. flex: 1;
  301. display: flex;
  302. align-items: center;
  303. margin-left: 24rpx;
  304. margin-right: 24rpx;
  305. overflow: hidden;
  306. }
  307. .item-desc {
  308. padding-right: 15rpx;
  309. padding-left: 15rpx;
  310. height: 38rpx;
  311. background: #F7F7F7;
  312. border-radius: 8rpx;
  313. text-align: center;
  314. line-height: 38rpx;
  315. font-size: 24rpx;
  316. font-weight: 500;
  317. color: #666666;
  318. }
  319. .bottom {
  320. margin-bottom: 24rpx;
  321. display: flex;
  322. align-items: center;
  323. margin-left: 24rpx;
  324. height: 24rpx;
  325. width: 100%;
  326. }
  327. .price-show {
  328. flex: 1;
  329. font-size: 40rpx;
  330. font-family: OPPOSans-B, OPPOSans;
  331. font-weight: normal;
  332. color: #FA4622;
  333. }
  334. .price-show text {
  335. font-size: 24rpx;
  336. font-family: OPPOSans-B, OPPOSans;
  337. font-weight: normal;
  338. color: #FA4622;
  339. }
  340. .shop-image {
  341. width: 36rpx;
  342. height: 30rpx;
  343. }
  344. /* <view class="content">
  345. <view class="comm-product">
  346. <view class="comm-product-item">
  347. <image class="comm-image"></image>
  348. <view class="comm-title">深层清洁水维养(急…</view>
  349. <view class="comm-desc">
  350. <view class="item-desc">深度清洁</view>
  351. </view>
  352. <view class="bottom">
  353. <view class="price-show"><text>¥</text>189.00</view>
  354. <image class="shop-image"></image>
  355. </view>
  356. </view>
  357. </view>
  358. </view> */
  359. .line-title-coup {
  360. display: flex;
  361. align-items: center;
  362. width: 100%;
  363. }
  364. .coup-title {
  365. font-size: 28rpx;
  366. font-weight: 400;
  367. color: #333333;
  368. flex: 1;
  369. }
  370. .coup-value {
  371. font-size: 28rpx;
  372. font-weight: 500;
  373. color: #333333;
  374. }
  375. .coup-select {
  376. margin-top: 20rpx;
  377. width: 100%;
  378. display: flex;
  379. align-items: center;
  380. }
  381. /* 权益折扣 */
  382. .coup-box{
  383. margin-top: 20rpx;
  384. width: 100%;
  385. display: flex;
  386. align-items: center;
  387. }
  388. .coup-box-title{
  389. font-size: 24rpx;
  390. color: #FA7D22;
  391. margin-left: 38rpx;
  392. }
  393. .coup-select-img {
  394. width: 32rpx;
  395. height: 32rpx;
  396. }
  397. .coup-select-img {
  398. width: 32rpx;
  399. height: 32rpx;
  400. }
  401. .coup-select-title {
  402. margin-left: 10rpx;
  403. font-weight: 400;
  404. font-size: 28rpx;
  405. color: #333333;
  406. }
  407. .coup-select-tag {
  408. margin-left: 20rpx;
  409. padding-right: 15rpx;
  410. padding-left: 15rpx;
  411. height: 36rpx;
  412. background: #FFEFEB;
  413. border-radius: 8rpx;
  414. border: 2rpx solid #FF3007;
  415. text-align: center;
  416. line-height: 36rpx;
  417. font-size: 20rpx;
  418. font-weight: 400;
  419. color: #FF3007;
  420. }
  421. .right-black {
  422. width: 40rpx;
  423. height: 40rpx;
  424. }
  425. .spc-in {
  426. flex: 1;
  427. }
  428. .coup-item {
  429. margin-top: 18rpx;
  430. display: flex;
  431. align-items: center;
  432. width: 100%;
  433. }
  434. .coup-item-left {
  435. font-size: 24rpx;
  436. font-weight: 400;
  437. color: #333333;
  438. flex: 1;
  439. }
  440. .coup-item-right {
  441. text-align: right;
  442. width: 300rpx;
  443. font-size: 28rpx;
  444. font-weight: 500;
  445. color: #FF3007;
  446. }
  447. .line-show {
  448. margin-top: 30rpx;
  449. height: 2rpx;
  450. background: #F9F9F9;
  451. width: 100%;
  452. }
  453. /* <view class="border-content">
  454. <view class="coup-item">
  455. <view class="coup-item-left">【敏感维稳】多元修护加乘维稳</view>
  456. <view class="coup-item-right">-¥100</view>
  457. </view>
  458. <view class="line-show"></view>
  459. <view class="need-pay-money">
  460. <view class="need-pay-title">合计</view>
  461. <view class="need-pay-money"><text>¥</text>188.00</view>
  462. </view>
  463. </view> */
  464. .need-pay-money {
  465. margin-top: 38rpx;
  466. padding-bottom: 24rpx;
  467. width: 100%;
  468. display: flex;
  469. align-items: center;
  470. }
  471. .need-pay-title {
  472. flex: 1;
  473. text-align: right;
  474. font-size: 28rpx;
  475. font-weight: 400;
  476. color: #999999;
  477. }
  478. .need-pay-totalmoney {
  479. margin-left: 10rpx;
  480. font-size: 36rpx;
  481. font-weight: 500;
  482. color: #FF3007;
  483. }
  484. .need-pay-totalmoney text {
  485. font-size: 20rpx;
  486. font-weight: 500;
  487. color: #FF3007;
  488. }
  489. .btm-content {
  490. bottom: 0rpx;
  491. position: fixed;
  492. width: 100%;
  493. height: 150rpx;
  494. background: white;
  495. padding-top: 10rpx;
  496. }
  497. .btm-line {
  498. margin-left: 40rpx;
  499. font-size: 32rpx;
  500. font-weight: 500;
  501. color: #FFFFFF;
  502. width: 670rpx;
  503. height: 84rpx;
  504. background: #FA7D22;
  505. border-radius: 42rpx;
  506. line-height: 84rpx;
  507. text-align: center;
  508. }
  509. /* <view class="btm-content">
  510. <view class="btm-line">立即支付</view>
  511. </view> */
  512. .coupon-popup {
  513. height: 72vh;
  514. }
  515. .payType {
  516. height: 690rpx;
  517. }
  518. .coupon-popup .top {
  519. justify-content: center;
  520. padding: 0 48rpx;
  521. height: 112rpx;
  522. }
  523. .need-show-line {
  524. border-bottom: 2rpx solid #eee;
  525. }
  526. .coupon-popup .top text {
  527. font-size: 36rpx;
  528. }
  529. .coupon-popup .top .close-img {
  530. width: 56rpx;
  531. height: 56rpx;
  532. position: absolute;
  533. top: 28rpx;
  534. right: 32rpx;
  535. }
  536. .coupon-popup .list {
  537. height: 53vh;
  538. padding: 14rpx 30rpx;
  539. box-sizing: border-box;
  540. /* overflow-y: scroll; */
  541. }
  542. .coupon-popup .list .item {
  543. padding: 14rpx 0;
  544. height: 172rpx;
  545. /* border-bottom: 2rpx solid #eee; */
  546. }
  547. .coupon-popup .list .radio image {
  548. width: 48rpx;
  549. height: 48rpx;
  550. }
  551. .coupon-popup .list .coupon-item {
  552. display: block;
  553. margin-top: 10rpx;
  554. }
  555. .coupon-popup .item-left {
  556. width: 212rpx;
  557. height: 100%;
  558. font-family: PingFangSC-Semibold;
  559. color: #FFFFFF;
  560. font-size: 32rpx;
  561. border-top-left-radius: 16rpx;
  562. border-bottom-left-radius: 16rpx;
  563. background-image: radial-gradient(circle at 0px 50%, #fff 15rpx, #F5849F 15rpx);
  564. }
  565. .coupon-popup .item-left text {
  566. font-size: 36rpx;
  567. color: #fff;
  568. font-family: PingFangSC-Semibold, PingFang SC;
  569. }
  570. .coupon-popup .item-right {
  571. /* justify-content: center;
  572. align-items: flex-start; */
  573. padding: 0 30rpx;
  574. border-top-right-radius: 16rpx;
  575. border-bottom-right-radius: 16rpx;
  576. box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
  577. }
  578. .coupon-popup .item-right text {
  579. color: #000;
  580. }
  581. .coupon-popup-btm {
  582. height: 170rpx;
  583. position: fixed;
  584. width: 100%;
  585. left: 0;
  586. bottom: 0;
  587. background: #FFFFFF;
  588. }
  589. .coupon-popup-btm-btn {
  590. width: 100%;
  591. height: 84rpx;
  592. font-size: 32rpx;
  593. color: #FFFFFF;
  594. margin: 0 40rpx;
  595. background: #FA7D22;
  596. border-radius: 42rpx;
  597. font-family: PingFang-SC-Medium, PingFang-SC;
  598. }
  599. .btm-text {
  600. margin: 42rpx 0 120rpx;
  601. }
  602. .item-products-content::-webkit-scrollbar,
  603. .scroll-x::-webkit-scrollbar {
  604. display: none;
  605. /* Chrome Safari */
  606. }
  607. /* ============================== */
  608. .moneyShow {
  609. width: 100%;
  610. text-align: center;
  611. font-weight: 500;
  612. font-size: 56rpx;
  613. color: #FF3007;
  614. height: 100rpx;
  615. line-height: 100rpx;
  616. margin-bottom: 100rpx;
  617. }
  618. .moneyShow text {
  619. font-size: 28rpx;
  620. color: #FF3007;
  621. }
  622. .select-pay-methon {
  623. margin-bottom: 60rpx;
  624. width: 100%;
  625. display: flex;
  626. align-items: center;
  627. }
  628. .pay-img {
  629. width: 48rpx;
  630. height: 48rpx;
  631. margin-left: 30rpx;
  632. }
  633. .pay-title {
  634. margin-left: 20rpx;
  635. font-size: 32rpx;
  636. font-weight: 400;
  637. color: #333333;
  638. flex: 1;
  639. text-align: left;
  640. }
  641. .pay-money {
  642. margin-right: 36rpx;
  643. font-size: 36rpx;
  644. font-weight: 500;
  645. color: #333333;
  646. }
  647. .pay-money text {
  648. font-size: 24rpx;
  649. }
  650. .select-activity {
  651. width: 48rpx;
  652. height: 48rpx;
  653. margin-right: 30rpx;
  654. }
  655. .inLocations {
  656. display: flex;
  657. align-items: center;
  658. }
  659. .inLocationImage {
  660. width: 24rpx;
  661. height: 24rpx;
  662. }
  663. .inLocationDistance {
  664. margin-left: 10rpx;
  665. font-size: 24rpx;
  666. font-weight: 400;
  667. color: #999999;
  668. }
  669. .inLocationDistance text {
  670. font-size: 28rpx;
  671. font-weight: 500;
  672. color: #333333;
  673. }
  674. /* ====================================== */
  675. .flex {
  676. display: flex;
  677. }
  678. .flex-start {
  679. align-items: flex-start;
  680. justify-content: flex-start;
  681. }
  682. .flex-align-center {
  683. display: flex;
  684. align-items: center;
  685. }
  686. .flex-align-baseline {
  687. display: flex;
  688. align-items: baseline;
  689. }
  690. .flex-justify-center {
  691. display: flex;
  692. justify-content: center;
  693. }
  694. .flex-justify-space-around {
  695. display: flex;
  696. justify-content: space-around;
  697. }
  698. .flex-justify-space-between {
  699. display: flex;
  700. justify-content: space-between;
  701. }
  702. .flex-center {
  703. display: flex;
  704. align-items: center;
  705. justify-content: center;
  706. }
  707. .flex-column {
  708. display: flex;
  709. flex-direction: column;
  710. /* align-items: flex-start;
  711. justify-content: flex-start; */
  712. }
  713. .flex1 {
  714. flex: 1;
  715. }
  716. .ellipsis {
  717. white-space: nowrap;
  718. overflow: hidden;
  719. text-overflow: ellipsis;
  720. }
  721. .component-coupon-item text {
  722. font-family: PingFangSC-Medium, PingFang SC;
  723. }
  724. .component-coupon-item.invalid {
  725. background: #E6E6E6 !important;
  726. }
  727. .component-coupon-item.invalid text {
  728. color: #B1B1B1 !important;
  729. }
  730. .component-coupon-item.invalid .coupon-item-mark {
  731. background: #B3B3B3 !important;
  732. }
  733. .component-coupon-item.invalid .coupon-item-btn1 {
  734. background: #B3B3B3 !important;
  735. }
  736. .component-coupon-item.invalid .coupon-item-line {
  737. border-top: 2rpx dashed #D7D7D7 !important;
  738. }
  739. .component-coupon-item .flex2 {
  740. flex: 2;
  741. }
  742. .component-coupon-item .flex-row {
  743. display: flex;
  744. flex-direction: row;
  745. }
  746. .component-coupon-item .flex-col {
  747. display: flex;
  748. flex-direction: column;
  749. }
  750. .component-coupon-item {
  751. position: relative;
  752. background: #FFF4E6;
  753. border-radius: 24rpx;
  754. overflow: hidden;
  755. padding: 20rpx 28rpx 12rpx;
  756. text-align: left;
  757. }
  758. .coupon-item-mark {
  759. position: absolute;
  760. top: 0;
  761. left: 0;
  762. height: 36rpx;
  763. background: #875617;
  764. border-radius: 24rpx 0rpx 24rpx 0rpx;
  765. text-align: center;
  766. line-height: 36rpx;
  767. font-size: 20rpx;
  768. font-weight: 500;
  769. color: #FFFFFF;
  770. padding: 0 16rpx;
  771. }
  772. .coupon-item-content {
  773. display: flex;
  774. flex-direction: row;
  775. align-items: center;
  776. justify-content: space-between;
  777. }
  778. .coupon-item-money {
  779. flex: 1.2;
  780. overflow: hidden;
  781. }
  782. .coupon-item-money text {
  783. font-family: PingFangSC-Medium, PingFang SC;
  784. font-weight: 500;
  785. color: #FF3007;
  786. }
  787. .coupon-item-money-detail {
  788. align-items: baseline;
  789. margin-top: 30rpx;
  790. }
  791. .coupon-item-money-detail.line2 {
  792. margin-top: 10rpx;
  793. }
  794. .coupon-item-money-detail.line2 .yuan {
  795. line-height: 70rpx;
  796. }
  797. .coupon-item-money-detail .currency {
  798. font-size: 28rpx;
  799. font-family: PingFangSC-Medium, PingFang SC;
  800. line-height: 40rpx;
  801. }
  802. .coupon-item-money-detail .yuan {
  803. font-size: 50rpx;
  804. font-family: PingFangSC-Medium, PingFang SC;
  805. line-height: 80rpx;
  806. }
  807. .coupon-item-money-detail .fen {
  808. font-size: 28rpx;
  809. font-family: PingFangSC-Medium, PingFang SC;
  810. font-weight: 500;
  811. line-height: 40rpx;
  812. }
  813. .coupon-item-limit-text {
  814. font-size: 24rpx;
  815. font-family: PingFangSC-Regular, PingFang SC !important;
  816. font-weight: 400;
  817. color: #FF3007;
  818. line-height: 34rpx;
  819. }
  820. .coupon-item-btn1 {
  821. width: 104rpx;
  822. height: 50rpx;
  823. background: #FA7D22;
  824. border-radius: 25rpx;
  825. font-size: 24rpx;
  826. font-family: PingFang-SC-Medium, PingFang-SC;
  827. font-weight: 500;
  828. color: #FFFFFF;
  829. line-height: 50rpx;
  830. text-align: center;
  831. }
  832. .coupon-item-btn2 {
  833. width: 48rpx;
  834. height: 48rpx;
  835. font-family: PingFang-SC-Medium, PingFang-SC;
  836. font-weight: 500;
  837. line-height: 50rpx;
  838. text-align: right;
  839. }
  840. .coupon-item-btn2 image {
  841. width: 48rpx;
  842. height: 48rpx;
  843. }
  844. .coupon-item-title {
  845. margin-top: 10rpx;
  846. /* margin-left: 36rpx; */
  847. flex: 2.5;
  848. overflow: hidden;
  849. }
  850. .coupon-item-title text {
  851. width: 100%;
  852. height: 44rpx;
  853. line-height: 44rpx;
  854. font-size: 32rpx;
  855. font-weight: 500;
  856. color: #875617;
  857. margin-top: 16rpx;
  858. }
  859. .coupon-item-title .coupon-time {
  860. height: 34rpx;
  861. line-height: 34rpx;
  862. font-size: 24rpx;
  863. font-family: PingFangSC-Regular, PingFang SC;
  864. font-weight: 400;
  865. color: #875617;
  866. }
  867. .coupon-item-line {
  868. height: 2rpx;
  869. border: none;
  870. border-top: 2rpx dashed #FFDFB6;
  871. margin: 16rpx 0 10rpx;
  872. }
  873. .coupon-item-rules {
  874. justify-content: space-between;
  875. }
  876. .coupon-item-rules image {
  877. width: 48rpx;
  878. height: 48rpx;
  879. }
  880. .coupon-item-rules-text {
  881. height: 32rpx;
  882. line-height: 32rpx;
  883. font-size: 24rpx;
  884. font-family: PingFangSC-Regular, PingFang SC;
  885. font-weight: 400;
  886. color: #C38029;
  887. margin-right: 56rpx;
  888. }
  889. .coupon-item-rules-text.rules-show {
  890. height: auto;
  891. margin-top: 8rpx;
  892. }
  893. .coupon-item-status-icon {
  894. width: 144rpx;
  895. height: 144rpx;
  896. position: absolute;
  897. top: 36rpx;
  898. right: 28rpx;
  899. }
  900. .marginTop {
  901. margin-top: 20rpx;
  902. }
  903. .color-price {
  904. font-size: 28rpx;
  905. font-weight: 500;
  906. color: #FF3007;
  907. }
  908. /* 我的次卡弹窗样式 */
  909. .cardList{
  910. padding: 0rpx !important;
  911. }
  912. .content{
  913. padding: 1rpx;
  914. box-sizing: border-box;
  915. }
  916. .conItem{
  917. background-color: #FFF;
  918. border-radius: 16rpx;
  919. width: 690rpx;
  920. height: 154rpx;
  921. flex-direction: row;
  922. display: flex;
  923. margin: 40rpx 30rpx;
  924. position: relative;
  925. }
  926. .leftLine{
  927. background-color: #FA7D22;
  928. border-radius: 16rpx 0rpx 0rpx 16rpx;
  929. width: 10rpx;
  930. height: 154rpx;
  931. display: flex;
  932. flex-direction: column;
  933. }
  934. .right{
  935. width: 100%;
  936. padding: 24rpx 24rpx 0rpx 44rpx;
  937. }
  938. .titleFrequency{
  939. display: flex;
  940. justify-content: space-between;
  941. height: 32rpx;
  942. line-height: 32rpx;
  943. margin-bottom: 30rpx;
  944. }
  945. .title {
  946. width: 512rpx;
  947. height: 32rpx;
  948. color: rgba(51,51,51,1);
  949. font-size: 32rpx;
  950. font-family: SourceHanSansCN-Regular;
  951. text-align: left;
  952. line-height: 32rpx;
  953. }
  954. .frequency{
  955. margin-right: 24rpx;
  956. }
  957. .beOverdue{
  958. display: flex;
  959. align-items: center;
  960. }
  961. .usedTimes{
  962. color: #FF3007;
  963. font-size: 36rpx;
  964. font-family: SourceHanSansCN-Regular;
  965. text-align: left;
  966. white-space: nowrap;
  967. }
  968. .totalFrequency{
  969. color: #666666;
  970. font-size: 28rpx;
  971. font-family: SourceHanSansCN-Regular;
  972. text-align: center;
  973. white-space: nowrap;
  974. margin-top: 8rpx;
  975. }
  976. .beOverdueToUse{
  977. display: flex;
  978. justify-content: space-between;
  979. }
  980. .beOverdueItem{
  981. color: #999999;
  982. font-size: 24rpx;
  983. font-family: SourceHanSansCN-Regular;
  984. text-align: left;
  985. white-space: nowrap;
  986. }
  987. .tips{
  988. color: #FF3007;
  989. font-size: 32rpx;
  990. font-family: SourceHanSansCN-Regular;
  991. text-align: left;
  992. white-space: nowrap;
  993. margin: 0rpx 8rpx;
  994. }
  995. .cardBg{
  996. z-index: 69;
  997. position: absolute;
  998. left: 470rpx;
  999. top: -86rpx;
  1000. }
  1001. .cardBg image{
  1002. width: 180rpx;
  1003. height: 144rpx;
  1004. object-fit: contain;
  1005. }
  1006. .cardImgCon{
  1007. font-size: 0;
  1008. position: relative;
  1009. z-index: 999;
  1010. }
  1011. .cardImg{
  1012. width: 48rpx;
  1013. height: 48rpx;
  1014. }