orderDetails.wxss 10 KB

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