orderDetails.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. .detailsItem {
  2. background-color: #ffffff;
  3. line-height: 34rpx;
  4. color: #333333;
  5. font-size: 24rpx;
  6. position: relative;
  7. /* margin-bottom: 20rpx; */
  8. padding: 0 22rpx;
  9. }
  10. .query_item_txt {
  11. padding: 20rpx 0;
  12. display: flex;align-items: center;
  13. }
  14. .query_item_label{ white-space: nowrap;}
  15. .pdfFlex{
  16. display: flex;
  17. align-items: center;
  18. justify-content: space-between;
  19. }
  20. .pdfclick{
  21. color: #2D59E6;
  22. padding: 10rpx 22rpx;
  23. border-radius: 15rpx;
  24. background-color: rgba(45, 89, 230, 0.15);
  25. display: flex;
  26. align-items: center;
  27. }
  28. .pdfclick image{
  29. width: 40rpx;
  30. height: 40rpx;
  31. }
  32. .pdfclick text{
  33. font-size: 26rpx;
  34. padding-left: 8rpx;
  35. }
  36. .query_item_label {
  37. color: #999999;
  38. }
  39. .query_zc {
  40. color: #18BC33;
  41. }
  42. .query_jb {
  43. color: #F58329;
  44. }
  45. .query_wx {
  46. color: #F22424;
  47. }
  48. .query_clear00 {
  49. background-color: rgb(185,185,185);
  50. color: #fff;
  51. }
  52. .query_clear10 {
  53. background-color: #F58329;
  54. color: #fff;
  55. }
  56. .query_clear20 {
  57. background-color: #F22424;
  58. color: #fff;
  59. }
  60. .detailsTitle {
  61. height: 26rpx;
  62. line-height: 26rpx;
  63. padding: 0 22rpx;
  64. }
  65. .detailsTitle text {
  66. color: #000;
  67. padding-left: 10rpx;
  68. font-size: 26rpx;
  69. border-left: 6rpx solid #2D59E6;
  70. display: block;
  71. }
  72. .detailsCode {
  73. padding: 22rpx;
  74. }
  75. .detailsCode>view {
  76. display: flex;
  77. /* justify-content:flex-start; */
  78. justify-content: flex-start;
  79. flex-wrap: wrap;
  80. }
  81. .detailsCode>view>view {
  82. width: 48%;
  83. text-align: center;
  84. display: flex;
  85. border-radius: 16rpx;
  86. background-color: #fff;
  87. padding: 20rpx 35rpx;
  88. margin-bottom: 25rpx;
  89. justify-content: space-evenly;
  90. }
  91. .detailsCode>view>view>image {
  92. width: 90rpx;
  93. height: 90rpx;
  94. }
  95. .detailsCode>view>view>view>text {
  96. font-size: 35rpx;
  97. color: #000;
  98. }
  99. .detailsCode > view > view{
  100. width: 20%;
  101. margin-bottom: 18rpx;
  102. display: flex;
  103. justify-content: center;
  104. border: 0;
  105. background-color: transparent;
  106. padding:0
  107. }
  108. .detailsCode > view > view >view{
  109. width: 95%;
  110. background: #FFF;
  111. border-radius: 15rpx;
  112. padding: 11rpx 6%;
  113. text-align: left;
  114. }
  115. .detailsCode > view > view .details_title{
  116. display: flex;
  117. justify-content: space-between;
  118. color: #333;
  119. font-size: 20rpx;
  120. }
  121. .detailsCode > view > view .details_num{
  122. font-size: 26rpx;
  123. padding: 5rpx 0 7rpx 0;
  124. color: #000;
  125. }
  126. .detailsCode > view > view .details_name{
  127. font-size: 20rpx;
  128. }
  129. .detailsCode>view>view>view>view {
  130. font-size: 22rpx;
  131. color: #999999;
  132. }
  133. .dts_data {
  134. padding: 0rpx 20rpx 20rpx 20rpx;
  135. }
  136. .dts_data_map {
  137. border-radius: 10rpx;
  138. box-shadow: 0 0 14rpx 0 rgba(0, 0, 0, 0.1);
  139. padding: 20rpx;
  140. background-color: #fff;
  141. }
  142. .dts_data_map map {
  143. width: 100%;
  144. height: 100%;
  145. position: relative;
  146. }
  147. .dts_data_map_tit {
  148. display: flex;
  149. align-items: center;
  150. font-size: 26rpx;
  151. line-height: 26rpx;
  152. color: #333333;
  153. justify-content: space-between;
  154. }
  155. .dts_data_map_tit text {
  156. display: inline-block;
  157. vertical-align: middle;
  158. margin: 0 15rpx 0 0;
  159. height: 26rpx;
  160. width: 6rpx;
  161. background: var(--color);
  162. }
  163. .dts_data_map_con {
  164. width: 100%;
  165. height: 500rpx;
  166. margin-top: 20rpx;
  167. }
  168. .dts_data_txt {
  169. padding: 20rpx;
  170. font-size: 26rpx;
  171. color: #333333;
  172. line-height: 25rpx;
  173. }
  174. .dts_data_tmp {
  175. border-radius: 10rpx;
  176. box-shadow: 0 0 14rpx 0 rgba(0, 0, 0, 0.1);
  177. padding: 20rpx;
  178. margin: 30rpx 0 110rpx 0;
  179. background-color: #fff;
  180. }
  181. .dts_data_btn {
  182. width: 5em;
  183. height: 40rpx;
  184. line-height: 40rpx;
  185. text-align: center;
  186. font-size: 20rpx;
  187. color: #ffffff;
  188. background: var(--color);
  189. border-radius: 6rpx;
  190. margin-left: 20rpx;
  191. flex: none;
  192. padding: 0 10rpx;
  193. }
  194. .index_wd_chart {
  195. width: 100%;
  196. height: 420rpx;
  197. }
  198. ec-canvas {
  199. width: 100%;
  200. height: 100%;
  201. }
  202. .index_wd_nav {
  203. display: flex;
  204. align-items: center;
  205. justify-content: space-between;
  206. }
  207. .index_wd_nav view {
  208. width: 100%;
  209. flex: auto;
  210. position: relative;
  211. line-height: 96rpx;
  212. color: #999999;
  213. font-size: 28rpx;
  214. text-align: center;
  215. border-bottom: 1px solid #D8D8D8;
  216. }
  217. .index_wd_nav view.sec {
  218. color: var(--color);
  219. }
  220. .index_wd_nav view.sec::before {
  221. content: "";
  222. background-color: var(--color);
  223. height: 2px;
  224. width: 144rpx;
  225. position: absolute;
  226. bottom: 0;
  227. left: 50%;
  228. margin: 0 -72rpx;
  229. }
  230. .dingwei {
  231. position: absolute;
  232. display: flex;
  233. justify-content: center;
  234. align-items: center;
  235. bottom: 20rpx;
  236. right: 20rpx;
  237. width: 50rpx;
  238. height: 50rpx;
  239. border-radius: 50rpx;
  240. background: #ffffff;
  241. }
  242. .dingwei_img {
  243. width: 30rpx;
  244. height: 30rpx;
  245. }
  246. .index_wd_nav {
  247. display: flex;
  248. align-items: center;
  249. justify-content: space-between;
  250. }
  251. .index_wd_nav view {
  252. width: 100%;
  253. flex: auto;
  254. position: relative;
  255. line-height: 96rpx;
  256. color: #999999;
  257. font-size: 28rpx;
  258. text-align: center;
  259. border-bottom: 1px solid #D8D8D8;
  260. }
  261. .index_wd_nav view.sec {
  262. color: var(--color);
  263. }
  264. .index_wd_nav view.sec::before {
  265. content: "";
  266. background-color: var(--color);
  267. height: 2px;
  268. width: 144rpx;
  269. position: absolute;
  270. bottom: 0;
  271. left: 50%;
  272. margin: 0 -72rpx;
  273. }
  274. .index_wd_time {
  275. margin: 24rpx 0;
  276. display: flex;
  277. justify-content: space-between;
  278. align-items: center;
  279. }
  280. .index_wd_time picker {
  281. flex: auto;
  282. width: 232rpx;
  283. height: 64rpx;
  284. border: 1px solid #E5E5E5;
  285. border-radius: 4rpx;
  286. line-height: 64rpx;
  287. padding: 0 20rpx;
  288. box-sizing: border-box;
  289. position: relative;
  290. }
  291. .index_wd_time picker::after {
  292. content: "";
  293. width: 0;
  294. height: 0;
  295. border-top: 8rpx solid #CECECE;
  296. border-left: 8rpx solid transparent;
  297. border-right: 8rpx solid transparent;
  298. position: absolute;
  299. right: 20rpx;
  300. top: 50%;
  301. margin: -4rpx 0;
  302. }
  303. .index_wd_time_txt {
  304. width: 44rpx;
  305. text-align: center;
  306. line-height: 64rpx;
  307. font-size: 24rpx;
  308. color: #AFAFAF;
  309. }
  310. .index_wd_time_btn {
  311. width: 140rpx;
  312. height: 64rpx;
  313. border-radius: 4rpx;
  314. background: var(--color);
  315. text-align: center;
  316. font-size: 24rpx;
  317. color: #ffffff;
  318. line-height: 64rpx;
  319. margin-left: 16rpx;
  320. }
  321. .no_data {
  322. width: 100%;
  323. height: 420rpx;
  324. display: flex;
  325. justify-content: center;
  326. flex-direction: column;
  327. align-items: center;
  328. text-align: center;
  329. background: #ffffff;
  330. border-radius: 16rpx;
  331. }
  332. .no_data cover-image {
  333. width: 442rpx;
  334. height: 194rpx;
  335. flex: none;
  336. }
  337. .no_data image {
  338. width: 442rpx;
  339. height: 194rpx;
  340. flex: none;
  341. }
  342. .no_data_txt {
  343. font-size: 26rpx;
  344. line-height: 36rpx;
  345. flex: none;
  346. padding-top: 10rpx;
  347. color: #999999;
  348. }
  349. .isNone{
  350. display: none;
  351. }
  352. .isBlock{
  353. display: block;
  354. }
  355. .isBlock,.isNone{
  356. position: absolute;
  357. z-index: 99;
  358. right: 0rpx;
  359. bottom: -55rpx;
  360. color: #000;
  361. font-size: 22rpx;
  362. padding: 12rpx 18rpx;
  363. background: #fff;
  364. border: 1px solid #D8D8D8;
  365. border-radius: 19rpx;
  366. }
  367. .footer{
  368. width: 100%;
  369. position: fixed;
  370. bottom: 0;
  371. left: 0;
  372. background: #f8f8f8;
  373. padding-top: 15rpx;
  374. }
  375. .footer > view{
  376. display: flex;
  377. background: #fff;
  378. }
  379. .footer > view > view{
  380. padding: 35rpx 30rpx;
  381. width: 50%;
  382. text-align: center;
  383. display: flex;
  384. justify-content: center;
  385. align-items: center;
  386. }
  387. .footer > view > view text{
  388. font-size: 32rpx;
  389. font-weight: 600;
  390. }
  391. .footer .clearWarning{
  392. background: red;
  393. color: #fff;
  394. }
  395. .footer .transportStatus{
  396. color: #1476FE;
  397. width: 50%;
  398. text-align: center;
  399. }
  400. .footer .allMoer{
  401. color: #333333;
  402. border-right: 2.5rpx solid #D8D8D8;
  403. width: 50%;
  404. text-align: center;
  405. }
  406. .footer .expand{
  407. position: absolute;
  408. bottom: 110rpx;
  409. background: #FFFFFF;
  410. box-shadow: 0px 2px 17px 0px rgba(229, 229, 229, 0.95);
  411. width: 65%;
  412. padding: 0 10%;
  413. }
  414. .footer .expand > view{
  415. padding: 22rpx 0;
  416. color: #333333;
  417. }
  418. .footer .expand >view{
  419. border-bottom: 2.5rpx solid #D8D8D8;
  420. }
  421. .footer .expand >view:last-child{
  422. border-bottom: none;
  423. }
  424. .info_text{
  425. padding: 15rpx;
  426. display: flex;
  427. align-items: center;
  428. background: #FFFAF3;
  429. color: #A15D20;
  430. }
  431. .info_text image{
  432. width: 30rpx;
  433. height: 30rpx;
  434. }
  435. .time{
  436. padding: 25rpx 0;
  437. color: #333;
  438. border-bottom: 2.5rpx solid #f1f1f1;
  439. }
  440. .modalVal{
  441. height: 120rpx;
  442. padding: 10rpx;
  443. word-break: break-all;
  444. border-bottom: 2.5rpx solid #f1f1f1;
  445. }
  446. .transportStatus text{
  447. font-size: 32rpx;
  448. }
  449. .itemFlex{
  450. display: flex;
  451. align-items: center;
  452. justify-content: space-between;
  453. }
  454. .setCode{
  455. display: flex;
  456. align-items: center;
  457. color: #2D59E6;
  458. }
  459. .setCode > text{
  460. padding-right: 8rpx;
  461. }
  462. .setCode > image{
  463. width: 34rpx;
  464. height: 34rpx;
  465. }
  466. .operCode{
  467. display: flex;
  468. align-items: center;
  469. }
  470. .operCode > .copyCode{
  471. color: #999999;
  472. }
  473. .operCode > .editCode{
  474. color: #F22828;
  475. }
  476. .operCode > .line{
  477. padding: 0 10rpx;
  478. color: #999999;
  479. }
  480. .cha_win {
  481. position: fixed;
  482. left: 0;
  483. right: 0;
  484. bottom: 0;
  485. top: 0;
  486. background: rgba(0, 0, 0, 0.3);
  487. z-index: 99;
  488. }
  489. .cha_win_con {
  490. position: fixed;
  491. left: 0;
  492. right: 0;
  493. bottom: 0;
  494. background: #ffffff;
  495. transition: all 0.2s ease;
  496. transform: translateY(300%);
  497. }
  498. .cha_btn_con_transform{
  499. transform: translateY(0);
  500. }
  501. .cha_win_tit {
  502. text-align: center;
  503. line-height: 120rpx;
  504. font-size: 32rpx;
  505. color: #333333;
  506. position: relative;
  507. }
  508. .cha_win_tit view{
  509. position: absolute;
  510. right: 30rpx;
  511. top: 0;
  512. font-size: 27rpx;
  513. color: #2D59E6;
  514. display: inline-block;
  515. }
  516. .cha_win_btn {
  517. display: flex;
  518. flex-wrap: wrap;
  519. justify-content: flex-start
  520. }
  521. .cha_btn_item {
  522. width: 20%;
  523. /* flex: auto; */
  524. text-align: center;
  525. padding-bottom: 15rpx;
  526. }
  527. .cha_btn_item image {
  528. width: 90rpx;
  529. height: 90rpx;
  530. }
  531. .cha_win_close {
  532. text-align: center;
  533. color: #999999;
  534. font-size: 50rpx;
  535. font-weight: 100;
  536. line-height: 120rpx;
  537. }
  538. .zan-dialog__mask {
  539. position: fixed;
  540. top: 0;
  541. left: 0;
  542. right: 0;
  543. bottom: 0;
  544. z-index: 10;
  545. background: rgba(0, 0, 0, .3); /*设置阴影半透明背景如: background: rgba(0, 0, 0, 0.4);*/
  546. display: none;
  547. }
  548. .zan-dialog__container {
  549. position: fixed;
  550. bottom: 0rpx;
  551. width: 100%;
  552. /* height: 350rpx; */
  553. background: #fff;
  554. transform: translateY(300%);
  555. transition: all 0.4s ease;
  556. z-index: 12;
  557. z-index: 12;
  558. box-shadow: 0px 3px 3px 2px gainsboro; /*弹框的悬浮阴影效果,如不需要可注释该行*/
  559. }
  560. .zan-dialog--show .zan-dialog__container {
  561. transform: translateY(0);
  562. }
  563. .zan-dialog--show .zan-dialog__mask {
  564. display: block;
  565. }
  566. .cha_win_tit {
  567. text-align: center;
  568. line-height: 100rpx;
  569. font-size: 32rpx;
  570. color: #333333;
  571. }
  572. .selectInfo{
  573. height: 100%;
  574. display: flex;
  575. justify-content: space-around;
  576. align-items: center;
  577. }
  578. .selectInfo>view{
  579. text-align: center;
  580. }
  581. .selectInfo image{
  582. width: 70rpx;
  583. height: 70rpx;
  584. }
  585. .cha_win_close {
  586. text-align: center;
  587. color: #999999;
  588. font-size: 50rpx;
  589. font-weight: 100;
  590. line-height: 120rpx;
  591. }
  592. .onAll{
  593. background: #fff;
  594. text-align: center;
  595. padding: 25rpx;
  596. color: #4F99E8;
  597. margin-bottom: 20rpx;
  598. }