details.wxss 10 KB

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