| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642 |
- .detailsItem {
- background-color: #ffffff;
- line-height: 34rpx;
- color: #333333;
- font-size: 24rpx;
- position: relative;
- margin-bottom: 20rpx;
- padding: 0 22rpx;
- }
- .query_item_txt {
- padding: 20rpx 0;
- }
- .pdfFlex{
- display: flex;
- align-items: center;
- padding-top: 0;
- justify-content: space-between;
- }
- .pdfclick{
- color: #2D59E6;
- padding: 10rpx 22rpx;
- border-radius: 15rpx;
- background-color: rgba(45, 89, 230, 0.15);
- display: flex;
- align-items: center;
- }
- .pdfclick image{
- width: 40rpx;
- height: 40rpx;
- }
- .pdfclick text{
- font-size: 26rpx;
- padding-left: 8rpx;
- }
- .query_item_label {
- color: #999999;
- }
- .query_zc {
- color: #18BC33;
- }
- .query_jb {
- color: #F58329;
- }
- .query_wx {
- color: #F22424;
- }
- .query_clear00 {
- background-color: rgb(185,185,185);
- color: #fff;
- }
- .query_clear10 {
- background-color: #F58329;
- color: #fff;
- }
- .query_clear20 {
- background-color: #F22424;
- color: #fff;
- }
- .detailsTitle {
- height: 26rpx;
- line-height: 26rpx;
- padding: 0 22rpx;
- }
- .detailsTitle text {
- color: #000;
- padding-left: 10rpx;
- font-size: 26rpx;
- border-left: 6rpx solid #2D59E6;
- display: block;
- }
- .detailsCode {
- padding: 22rpx;
- }
- .detailsCode>view {
- display: flex;
- /* justify-content:flex-start; */
- justify-content: flex-start;
- flex-wrap: wrap;
- }
- .detailsCode>view>view {
- width: 48%;
- text-align: center;
- display: flex;
- border-radius: 16rpx;
- background-color: #fff;
- padding: 20rpx 35rpx;
- margin-bottom: 25rpx;
- justify-content: space-evenly;
- }
- .detailsCode>view>view>image {
- width: 90rpx;
- height: 90rpx;
- }
- .detailsCode>view>view>view>text {
- font-size: 35rpx;
- color: #000;
- }
- .detailsCode > view > view{
- width: 20%;
- margin-bottom: 18rpx;
- display: flex;
- justify-content: center;
- border: 0;
- background-color: transparent;
- padding:0
- }
- .detailsCode > view > view >view{
- width: 90%;
- background: #FFF;
- border-radius: 15rpx;
- padding: 8rpx 6%;
- text-align: left;
- }
- .detailsCode > view > view .details_title{
- display: flex;
- justify-content: space-between;
- color: #333;
- font-size: 20rpx;
- }
- .detailsCode > view > view .details_num{
- font-size: 26rpx;
- padding: 5rpx 0 7rpx 0;
- color: #000;
- }
- .detailsCode > view > view .details_name{
- font-size: 20rpx;
- }
- .detailsCode>view>view>view>view {
- font-size: 22rpx;
- color: #999999;
- }
- .dts_data {
- padding: 0rpx 20rpx 20rpx 20rpx;
- }
- .dts_data_map {
- border-radius: 10rpx;
- box-shadow: 0 0 14rpx 0 rgba(0, 0, 0, 0.1);
- padding: 20rpx;
- background-color: #fff;
- }
- .dts_data_map map {
- width: 100%;
- height: 100%;
- position: relative;
- }
- .dts_data_map_tit {
- display: flex;
- align-items: center;
- font-size: 26rpx;
- line-height: 26rpx;
- color: #333333;
- justify-content: space-between;
- }
- .dts_data_map_tit text {
- display: inline-block;
- vertical-align: middle;
- margin: 0 15rpx 0 0;
- height: 26rpx;
- width: 6rpx;
- background: var(--color);
- }
- .dts_data_map_con {
- width: 100%;
- height: 500rpx;
- margin-top: 20rpx;
- }
- .dts_data_txt {
- padding: 20rpx;
- font-size: 26rpx;
- color: #333333;
- line-height: 25rpx;
- }
- .dts_data_tmp {
- border-radius: 10rpx;
- box-shadow: 0 0 14rpx 0 rgba(0, 0, 0, 0.1);
- padding: 20rpx;
- margin: 30rpx 0 110rpx 0;
- background-color: #fff;
- }
- .dts_data_btn {
- width: 5em;
- height: 40rpx;
- line-height: 40rpx;
- text-align: center;
- font-size: 20rpx;
- color: #ffffff;
- background: var(--color);
- border-radius: 6rpx;
- margin-left: 20rpx;
- flex: none;
- padding: 0 10rpx;
- }
- .index_wd_chart {
- width: 100%;
- height: 420rpx;
- }
- ec-canvas {
- width: 100%;
- height: 100%;
- }
- .index_wd_nav {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .index_wd_nav view {
- width: 100%;
- flex: auto;
- position: relative;
- line-height: 96rpx;
- color: #999999;
- font-size: 28rpx;
- text-align: center;
- border-bottom: 1px solid #D8D8D8;
- }
- .index_wd_nav view.sec {
- color: var(--color);
- }
- .index_wd_nav view.sec::before {
- content: "";
- background-color: var(--color);
- height: 2px;
- width: 144rpx;
- position: absolute;
- bottom: 0;
- left: 50%;
- margin: 0 -72rpx;
- }
- .dingwei {
- position: absolute;
- display: flex;
- justify-content: center;
- align-items: center;
- bottom: 20rpx;
- right: 20rpx;
- width: 50rpx;
- height: 50rpx;
- border-radius: 50rpx;
- background: #ffffff;
- }
- .dingwei_img {
- width: 30rpx;
- height: 30rpx;
- }
- .index_wd_nav {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .index_wd_nav view {
- width: 100%;
- flex: auto;
- position: relative;
- line-height: 96rpx;
- color: #999999;
- font-size: 28rpx;
- text-align: center;
- border-bottom: 1px solid #D8D8D8;
- }
- .index_wd_nav view.sec {
- color: var(--color);
- }
- .index_wd_nav view.sec::before {
- content: "";
- background-color: var(--color);
- height: 2px;
- width: 144rpx;
- position: absolute;
- bottom: 0;
- left: 50%;
- margin: 0 -72rpx;
- }
- .index_wd_time {
- margin: 24rpx 0;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .index_wd_time picker {
- flex: auto;
- width: 232rpx;
- height: 64rpx;
- border: 1px solid #E5E5E5;
- border-radius: 4rpx;
- line-height: 64rpx;
- padding: 0 20rpx;
- box-sizing: border-box;
- position: relative;
- }
- .index_wd_time picker::after {
- content: "";
- width: 0;
- height: 0;
- border-top: 8rpx solid #CECECE;
- border-left: 8rpx solid transparent;
- border-right: 8rpx solid transparent;
- position: absolute;
- right: 20rpx;
- top: 50%;
- margin: -4rpx 0;
- }
- .index_wd_time_txt {
- width: 44rpx;
- text-align: center;
- line-height: 64rpx;
- font-size: 24rpx;
- color: #AFAFAF;
- }
- .index_wd_time_btn {
- width: 140rpx;
- height: 64rpx;
- border-radius: 4rpx;
- background: var(--color);
- text-align: center;
- font-size: 24rpx;
- color: #ffffff;
- line-height: 64rpx;
- margin-left: 16rpx;
- }
- .no_data {
- width: 100%;
- height: 420rpx;
- display: flex;
- justify-content: center;
- flex-direction: column;
- align-items: center;
- text-align: center;
- background: #ffffff;
- border-radius: 16rpx;
- }
- .no_data cover-image {
- width: 442rpx;
- height: 194rpx;
- flex: none;
- }
- .no_data image {
- width: 442rpx;
- height: 194rpx;
- flex: none;
- }
- .no_data_txt {
- font-size: 26rpx;
- line-height: 36rpx;
- flex: none;
- padding-top: 10rpx;
- color: #999999;
- }
- .isNone{
- display: none;
- }
- .isBlock{
- display: block;
- }
- .isBlock,.isNone{
- position: absolute;
- z-index: 99;
- right: 0rpx;
- bottom: -55rpx;
- color: #000;
- font-size: 22rpx;
- padding: 12rpx 18rpx;
- background: #fff;
- border: 1px solid #D8D8D8;
- border-radius: 19rpx;
- }
- .footer{
- width: 100%;
- position: fixed;
- bottom: 0;
- left: 0;
- background: #f8f8f8;
- padding-top: 15rpx;
- }
- .footer > view{
- display: flex;
- background: #fff;
- }
- .footer > view > view{
- padding: 35rpx 30rpx;
- width: 50%;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .footer > view > view text{
- font-size: 32rpx;
- font-weight: 600;
- }
- .footer .clearWarning{
- background: red;
- color: #fff;
- }
- .footer .transportStatus{
- color: #1476FE;
- width: 50%;
- text-align: center;
- }
- .footer .allMoer{
- color: #333333;
- border-right: 2.5rpx solid #D8D8D8;
- width: 50%;
- text-align: center;
- }
- .footer .expand{
- position: absolute;
- bottom: 110rpx;
- background: #FFFFFF;
- box-shadow: 0px 2px 17px 0px rgba(229, 229, 229, 0.95);
- width: 65%;
- padding: 0 10%;
- }
- .footer .expand > view{
- padding: 22rpx 0;
- color: #333333;
- }
- .footer .expand >view{
- border-bottom: 2.5rpx solid #D8D8D8;
- }
- .footer .expand >view:last-child{
- border-bottom: none;
- }
- .info_text{
- padding: 15rpx;
- display: flex;
- align-items: center;
- background: #FFFAF3;
- color: #A15D20;
- }
- .info_text image{
- width: 30rpx;
- height: 30rpx;
- }
- .time{
- padding: 25rpx 0;
- color: #333;
- border-bottom: 2.5rpx solid #f1f1f1;
- }
- .modalVal{
- height: 120rpx;
- padding: 10rpx;
- word-break: break-all;
- border-bottom: 2.5rpx solid #f1f1f1;
- }
- .transportStatus text{
- font-size: 32rpx;
- }
- .itemFlex{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .setCode{
- display: flex;
- align-items: center;
- color: #2D59E6;
- }
- .setCode > text{
- padding-right: 8rpx;
- }
- .setCode > image{
- width: 34rpx;
- height: 34rpx;
- }
- .operCode{
- display: flex;
- align-items: center;
- }
- .operCode > .copyCode{
- color: #999999;
- }
- .operCode > .editCode{
- color: #F22828;
- }
- .operCode > .line{
- padding: 0 10rpx;
- color: #999999;
- }
- .cha_win {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- background: rgba(0, 0, 0, 0.3);
- z-index: 99;
- }
- .cha_win_con {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- background: #ffffff;
- transition: all 0.2s ease;
- transform: translateY(300%);
- }
- .cha_btn_con_transform{
- transform: translateY(0);
- }
- .cha_win_tit {
- text-align: center;
- line-height: 120rpx;
- font-size: 32rpx;
- color: #333333;
- position: relative;
- }
- .cha_win_tit view{
- position: absolute;
- right: 30rpx;
- top: 0;
- font-size: 27rpx;
- color: #2D59E6;
- display: inline-block;
- }
- .cha_win_btn {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start
- }
- .cha_btn_item {
- width: 20%;
- /* flex: auto; */
- text-align: center;
- padding-bottom: 15rpx;
- }
- .cha_btn_item image {
- width: 90rpx;
- height: 90rpx;
- }
- .cha_win_close {
- text-align: center;
- color: #999999;
- font-size: 50rpx;
- font-weight: 100;
- line-height: 120rpx;
- }
- .zan-dialog__mask {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 10;
- background: rgba(0, 0, 0, .3); /*设置阴影半透明背景如: background: rgba(0, 0, 0, 0.4);*/
- display: none;
- }
- .zan-dialog__container {
- position: fixed;
- bottom: 0rpx;
- width: 100%;
- /* height: 350rpx; */
- background: #fff;
- transform: translateY(300%);
- transition: all 0.4s ease;
- z-index: 12;
- z-index: 12;
- box-shadow: 0px 3px 3px 2px gainsboro; /*弹框的悬浮阴影效果,如不需要可注释该行*/
- }
- .zan-dialog--show .zan-dialog__container {
- transform: translateY(0);
- }
- .zan-dialog--show .zan-dialog__mask {
- display: block;
- }
- .cha_win_tit {
- text-align: center;
- line-height: 100rpx;
- font-size: 32rpx;
- color: #333333;
- }
- .selectInfo{
- height: 100%;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .selectInfo>view{
- text-align: center;
- }
- .selectInfo image{
- width: 70rpx;
- height: 70rpx;
- }
- .cha_win_close {
- text-align: center;
- color: #999999;
- font-size: 50rpx;
- font-weight: 100;
- line-height: 120rpx;
- }
|