public.scss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. /* #ifndef APP-NVUE */
  2. page {
  3. background-color: #f5f7fa;
  4. }
  5. /* #endif */
  6. .content{
  7. background-color: #f5f7fa;
  8. }
  9. .order-card {
  10. background-size: 100% 100%;
  11. background-color: #fff;
  12. overflow: hidden;
  13. margin: 24rpx 24rpx 0;
  14. padding: 16rpx 24rpx;
  15. z-index: 50;
  16. .order-card-title {
  17. display: flex;
  18. justify-content: left;
  19. align-items: center;
  20. padding: 0 0 16rpx;
  21. line-height: 80rpx;
  22. font-size: 28rpx;
  23. font-weight: bold;
  24. color: #222;
  25. position: relative;
  26. flex-direction: row;
  27. .orderStatus-info {
  28. position: absolute;
  29. right: 0;
  30. padding-right: 10px;
  31. .iconImg {
  32. width: 100rpx;
  33. height: 88rpx;
  34. margin-top: 15rpx;
  35. }
  36. .iconImg2 {
  37. width: 100rpx;
  38. height: 100rpx;
  39. margin-top: 15rpx;
  40. }
  41. .iconImg1 {
  42. width: 130rpx;
  43. height: 80rpx;
  44. margin-top: 20rpx;
  45. }
  46. }
  47. .type{
  48. height: 80rpx;
  49. color: #3275F5;
  50. line-height: 80rpx;
  51. padding: 0 14rpx;
  52. background-color: #E8F6FF;
  53. margin-right: 36rpx;
  54. }
  55. .out-type{
  56. height: 50rpx;
  57. color: #fa3534;
  58. line-height: 50rpx;
  59. padding: 0 20rpx;
  60. border-radius: 50rpx;
  61. background-color: #fab6b64a;
  62. margin-right: 78rpx;
  63. font-size: 24rpx;
  64. }
  65. .fixed{
  66. color: red;
  67. }
  68. .info {
  69. color: #111111;
  70. flex:1;
  71. }
  72. .status{
  73. position: absolute;
  74. top: 0;
  75. right: 0;
  76. background: #3275F5;
  77. width: 200rpx;
  78. text-align: center;
  79. line-height: 42rpx;
  80. height: 42rpx;
  81. color: #FEFEFE;
  82. transform: rotate(45deg) translate3d(65rpx, -56rpx, 0);
  83. font-size: 24rpx;
  84. font-weight: normal;
  85. }
  86. .bad-status{
  87. background: #CCCCCC;
  88. color: #FEFEFE;
  89. }
  90. }
  91. .order-card-info {
  92. position: relative;
  93. background-color: #f5f7fa;
  94. font-size: 28rpx;
  95. line-height: 56rpx;
  96. padding: 30rpx 40rpx;
  97. color: #222;
  98. position: relative;
  99. background-size: 100% 100%;
  100. .order-type {
  101. position: absolute;
  102. right: 10px;
  103. top: 5px;
  104. }
  105. .cell {
  106. width: 100%;
  107. overflow: hidden;
  108. text-overflow: ellipsis;
  109. white-space: nowrap;
  110. display: flex;
  111. .label {
  112. // width: 80rpx;
  113. font-weight: bold;
  114. margin-right: 20rpx;
  115. }
  116. .right{
  117. padding-right: 20px;
  118. }
  119. .info {
  120. font-size: 24rpx;
  121. }
  122. .used {
  123. color: #e22f61;
  124. }
  125. .green {
  126. font-size: 30rpx;
  127. color: green;
  128. }
  129. .hint{
  130. color: green;
  131. }
  132. }
  133. .row {
  134. font-size: 24rpx;
  135. line-height: 54rpx;
  136. display: flex;
  137. flex-direction: row;
  138. .cell{
  139. flex: 1;
  140. }
  141. }
  142. .qrcode-logo {
  143. position: absolute;
  144. width: 128rpx;
  145. height: 128rpx;
  146. bottom: 24rpx;
  147. right: 24rpx;
  148. .img {
  149. width: 100%;
  150. height: 100%;
  151. }
  152. }
  153. }
  154. .code{
  155. display: flex;
  156. flex-direction: row;
  157. line-height: 40rpx;
  158. padding: 20rpx 0;
  159. .label{
  160. font-size: 26rpx;
  161. color: #999;
  162. margin-right: 36rpx;
  163. }
  164. .info{
  165. flex: 1;
  166. font-size: 22rpx;
  167. color: #222;
  168. }
  169. }
  170. .order-card-bottom {
  171. display: flex;
  172. flex-direction: row;
  173. justify-content: flex-end;
  174. padding: 20rpx 0 4rpx;
  175. border-top: solid 1px #f5f7fa;
  176. .btn {
  177. margin-left: 28rpx;
  178. .oper-btn{
  179. margin: 0;
  180. // width: 152rpx;
  181. // height: 52rpx;
  182. line-height: 48rpx;
  183. background: #fff;
  184. color: #222;
  185. border: 2rpx solid #ccc;
  186. }
  187. }
  188. }
  189. .order-card-bottom-sides {
  190. display: flex;
  191. flex-direction: row;
  192. justify-content: space-between;
  193. padding: 10rpx;
  194. border-top: solid 1px #6a6a6a;
  195. background: linear-gradient(to right, #c1c1c1, #e7efef);
  196. .btn {
  197. width: 20%;
  198. margin-left: 28rpx;
  199. }
  200. }
  201. .card-oper {
  202. background-color: #fff;
  203. display: flex;
  204. flex-direction: row;
  205. justify-content: flex-end;
  206. padding: 24rpx;
  207. .btn {
  208. width: 25%;
  209. margin-left: 32rpx;
  210. }
  211. }
  212. }
  213. .after{
  214. position: relative;
  215. border-radius: 32rpx;
  216. background-color: #2561DC;
  217. margin: 24rpx 40rpx 0;
  218. height: 32rpx;
  219. .order-info-card{
  220. width: calc(100% - 40rpx);
  221. position: absolute;
  222. top: 16rpx;
  223. left: 20rpx;
  224. margin: 0;
  225. .order-card{
  226. margin: 0;
  227. border-bottom: 1px dashed #ccc;
  228. }
  229. // padding: 40rpx;
  230. .order-info-title{
  231. display: flex;
  232. flex-direction: row;
  233. height: 144rpx;
  234. align-items: center;
  235. border-bottom: 1px dashed #CCCCCC;
  236. .img{
  237. width: 64rpx;
  238. height: 64rpx;
  239. margin:0 24rpx;
  240. }
  241. .mid{
  242. flex: 1;
  243. .info{
  244. display: flex;
  245. flex-direction: row;
  246. align-items: center;
  247. .label{
  248. font-size: 28rpx;
  249. font-weight: bold;
  250. }
  251. .type{
  252. color: #3275F5;
  253. line-height: 48rpx;
  254. font-size: 28rpx;
  255. padding: 0 14rpx;
  256. background-color: #E8F6FF;
  257. margin-left: 9rpx;
  258. }
  259. .fixed{
  260. color: red;
  261. }
  262. }
  263. .code{
  264. font-size: 24rpx;
  265. color: #222;
  266. padding: 0;
  267. }
  268. }
  269. }
  270. .order-card-info{
  271. background-color: #fff;
  272. padding: 0;
  273. .cell{
  274. display: flex;
  275. flex-direction: row;
  276. line-height: 80rpx;
  277. border-bottom: 1px solid #f5f7fa;
  278. .label{
  279. width: 200rpx;
  280. text-align: left;
  281. font-size: 24rpx;
  282. color: #999999;
  283. font-weight: normal;
  284. }
  285. .info{
  286. flex: 1;
  287. text-align: right;
  288. font-size: 24rpx;
  289. color: #222;
  290. }
  291. .used {
  292. color: #e22f61;
  293. }
  294. .use {
  295. color: green;
  296. }
  297. }
  298. }
  299. }
  300. }
  301. .tag-angle{
  302. position: absolute;
  303. top: 0;
  304. right: 0;
  305. background: #47a500;
  306. width: 200rpx;
  307. text-align: center;
  308. line-height: 42rpx;
  309. height: 42rpx;
  310. color: #FEFEFE;
  311. transform: rotate(45deg) translate3d(54rpx, -46rpx, 0);
  312. font-size: 24rpx;
  313. font-weight: normal;
  314. }
  315. .tag-left {
  316. padding: 0 16rpx 0 12rpx;
  317. border-top-left-radius: 40rpx;
  318. border-bottom-left-radius: 40rpx;
  319. height: 40rpx;
  320. line-height: 40rpx;
  321. }
  322. .tag {
  323. padding: 0 16rpx 0 12rpx;
  324. border-top-right-radius: 40rpx;
  325. border-bottom-right-radius: 40rpx;
  326. height: 40rpx;
  327. line-height: 40rpx;
  328. margin-left: 8rpx;
  329. }
  330. .tag-ls {
  331. border: 1px solid #f9ae3d;
  332. background-color: #fdf6ec;
  333. color: #f9ae3d;
  334. }
  335. .tag-gd {
  336. border: 1px solid #3c9cff;
  337. background-color: #ecf5ff;
  338. color: #3c9cff;
  339. }
  340. .tag-gx {
  341. border: 1px solid #5ac725;
  342. background-color: #f5fff0;
  343. color: #5ac725;
  344. }
  345. .content {
  346. background-color: #f8f8f8;
  347. min-height: 100%;
  348. }
  349. .search-wrap {
  350. background-color: #4680F9;
  351. padding: 20rpx 24rpx 24rpx;
  352. display: flex;
  353. align-items: center;
  354. .input-wrap {
  355. flex: 1;
  356. display: flex;
  357. background-color: #fff;
  358. align-items: center;
  359. // margin-right: 20rpx;
  360. line-height: 60rpx;
  361. height: 60rpx;
  362. border-radius: 60rpx;
  363. overflow: hidden;
  364. .input {
  365. flex: 1;
  366. display: flex;
  367. background-color: #fff;
  368. align-items: center;
  369. margin-right: 10rpx;
  370. padding-left: 22rpx;
  371. }
  372. .search{
  373. padding: 0;
  374. }
  375. .sx-btn {
  376. display: flex;
  377. flex-direction: row;
  378. align-items: center;
  379. border-left: 2rpx solid #c8d8ef;
  380. padding-left: 20rpx;
  381. padding-right: 20rpx;
  382. font-size: 28rpx;
  383. }
  384. }
  385. }
  386. .search-dialog {
  387. position: relative;
  388. background-color: #f5f7fa;
  389. padding: 32rpx;
  390. height: 1080rpx;
  391. border-top-left-radius: 32rpx;
  392. border-top-right-radius: 32rpx;
  393. .uni-date-x {
  394. background-color: #f2f2f2;
  395. }
  396. .dialog-title {
  397. font-size: 36rpx;
  398. font-weight: 600;
  399. text-align: center;
  400. padding: 0 0 16rpx;
  401. }
  402. .condition-wrap {
  403. height: 930rpx;
  404. overflow-y: auto;
  405. .row {
  406. height: 90rpx;
  407. padding: 0 10rpx;
  408. border-radius: 10rpx;
  409. margin: 30rpx 0 30rpx 0;
  410. flex: 1;
  411. display: flex;
  412. align-items: center;
  413. background-color: #fff;
  414. // border: 2rpx solid #b8bec7;
  415. }
  416. .last-one {
  417. margin-bottom: 32rpx;
  418. }
  419. }
  420. .p-title {
  421. font-size: 15px;
  422. padding: 32rpx 0;
  423. width: 180rpx;
  424. text-align: center;
  425. }
  426. /deep/.p-input {
  427. margin-left: 32rpx;
  428. }
  429. }
  430. .sure-btn {
  431. position: fixed;
  432. bottom: 32rpx;
  433. width: calc(100% - 64rpx);
  434. .btn {
  435. background-color: #4680F9;
  436. color: #fff;
  437. }
  438. }
  439. .tabs-box {
  440. position: relative;
  441. background-color: #fff;
  442. padding: 10rpx 24rpx;
  443. .sx-btn{
  444. position: absolute;
  445. top: 10rpx;
  446. right: 32rpx;
  447. display: flex;
  448. flex-direction: row;
  449. line-height: 90rpx;
  450. }
  451. .orderType-tab {
  452. display: flex;
  453. flex-direction: row;
  454. justify-content: space-between;
  455. color: #666;
  456. font-size: 32rpx;
  457. .active {
  458. color: #333;
  459. font-weight: bolder;
  460. }
  461. }
  462. .orderStatus-tab {
  463. padding: 22rpx 0rpx 20rpx 0rpx;
  464. display: flex;
  465. flex-direction: row;
  466. // justify-content: space-between;
  467. color: #333;
  468. font-size: 24rpx;
  469. flex-wrap: wrap;
  470. border-top: 2rpx solid #f5f7fa;
  471. gap: 20rpx;
  472. span {
  473. padding: 4rpx 16rpx;
  474. background-color: #EDF0F5;
  475. border: 1px solid #EDF0F5;
  476. color: #666;
  477. // height: 36rpx;
  478. line-height: 36rpx;
  479. border-radius: 160rpx;
  480. // margin-right: 20rpx;
  481. // margin-top: 20rpx;
  482. }
  483. .active {
  484. background-color: #4680F9;
  485. border: 1px solid #4680F9;
  486. color: #4680F9;
  487. color: #fff;
  488. }
  489. .sx-btn {
  490. flex: 1;
  491. display: flex;
  492. font-size: 28rpx;
  493. justify-content: flex-end;
  494. align-items: center;
  495. }
  496. }
  497. }
  498. .abreast{
  499. justify-content:flex-start !important;
  500. }
  501. .swiper-box {
  502. // margin: 0 24rpx;
  503. height: calc(100% - 44px);
  504. padding: 0 0 24rpx;
  505. }
  506. .separate-fl {
  507. color: white;
  508. background-color: #4680F9;
  509. border-color: #4680F9;
  510. border-width: 1px;
  511. border-style: solid;
  512. border-radius: 3px;
  513. min-width: 60px;
  514. height: 30px;
  515. padding: 0px 8px;
  516. font-size: 12px;
  517. line-height: 30px;
  518. }
  519. /deep/.u-sticky__content {
  520. width: 100%;
  521. }
  522. .code-wrap {
  523. padding: 24rpx;
  524. display: flex;
  525. flex-direction: row;
  526. justify-content: space-around;
  527. .code-info {
  528. color: #fff;
  529. justify-content: space-around;
  530. .label {
  531. font-size: 36rpx;
  532. }
  533. .info {
  534. font-size: 28rpx;
  535. }
  536. }
  537. }
  538. .topbar {
  539. width: 100%;
  540. text-align: center;
  541. font-size: 32rpx;
  542. color: #fff;
  543. line-height: 88rpx;
  544. font-weight: bold;
  545. position: relative;
  546. .back-icon {
  547. position: absolute;
  548. padding: 20rpx;
  549. color: #fff;
  550. bottom: 0;
  551. left: 0;
  552. }
  553. }
  554. .order-infos {
  555. box-sizing: border-box;
  556. // padding:0 32rpx;
  557. flex: 1;
  558. }
  559. .tabs-wrap{
  560. padding-bottom: 18rpx
  561. }
  562. .business-card {
  563. background-color: #fff;
  564. border-radius: 10rpx;
  565. overflow: hidden;
  566. margin: 24rpx 24rpx 0;
  567. position: relative;
  568. align-items: center;
  569. .badge {
  570. z-index: 2;
  571. margin-left: 22rpx;
  572. margin-top: 2px
  573. }
  574. .title{
  575. display: flex;
  576. flex-direction: row;
  577. justify-content: space-between;
  578. align-items: center;
  579. padding: 16rpx 40rpx;
  580. height: 90rpx;
  581. font-size: 30rpx;
  582. font-weight: bold;
  583. color: #222;
  584. border-bottom: 1px solid #f5f7fa;
  585. }
  586. .business-card-info {
  587. display: flex;
  588. justify-content: space-between;
  589. align-items: center;
  590. padding: 30rpx 16rpx 16rpx 40rpx;
  591. line-height: 44rpx;
  592. font-size: 32rpx;
  593. font-weight: bold;
  594. color: #222;
  595. position: relative;
  596. flex-direction: row;
  597. min-height: 80rpx;
  598. flex:1;
  599. .info-line {
  600. display: flex;
  601. flex-direction: column;
  602. align-items: flex-start;
  603. flex: 1;
  604. justify-content: space-between;
  605. // padding: 16rpx 0 16rpx 40rpx;
  606. .label {
  607. width: 200rpx;
  608. text-align: left;
  609. font-size: 24rpx;
  610. color: #999;
  611. }
  612. .info {
  613. flex: 1;
  614. font-size: 24rpx;
  615. color: #222;
  616. }
  617. }
  618. }
  619. .business-card-append {
  620. display: flex;
  621. justify-content: flex-end;
  622. padding: 20rpx 16rpx 16rpx 16rpx;
  623. font-weight: 600;
  624. color: #333;
  625. position: relative;
  626. flex-direction: row;
  627. align-items: center;
  628. .btn {
  629. width: 30%;
  630. margin-left: 32rpx;
  631. .oper-btn{
  632. margin: 0;
  633. padding:0;
  634. // width: 152rpx;
  635. // height: 56rpx;
  636. line-height: 56rpx;
  637. background: #fff;
  638. font-size: 20rpx;
  639. }
  640. .bule{
  641. color: #4680F9;
  642. border: 2rpx solid #4680F9;
  643. }
  644. }
  645. }
  646. .top {
  647. padding-top: 50rpx;
  648. }
  649. .business-card-bottom {
  650. display: flex;
  651. justify-content: flex-end;
  652. padding: 24rpx;
  653. border-top: solid 1px #6a6a6a;
  654. background: linear-gradient(to right, #d0cece, #fff);
  655. .btn {
  656. width: 25%;
  657. margin-left: 32rpx;
  658. .oper-btn{
  659. margin: 0 !important;
  660. // width: 152rpx;
  661. // height: 60rpx;
  662. line-height: 56rpx;
  663. background: #fff;
  664. font-size: 26rpx;
  665. }
  666. }
  667. }
  668. }
  669. .qrcode-wrap{
  670. width: 200px;
  671. height: 200px;
  672. text-align: center;
  673. }
  674. /deep/ .u-empty{
  675. background-color: #f5f7fa;
  676. }