| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137 |
- @font-face {
- font-family:digifaw11;
- src: url(../js/digifaw.ttf);
- }
- * {
- margin: 0px;
- padding: 0px;
- font-family: '微软雅黑';
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- }
-
- li {
- list-style: none
- }
-
- img {
- border: none
- }
-
- a {
- text-decoration: none;
- }
- div {
- box-sizing: border-box;
- }
- body {
- width: 100%;
- height: 100%;
- background-image: url(../image/bc.png);
- }
- .clearfix {
- clear: both;
- }
-
- .container-header {
- width: 100%;
- height: 90px;
- line-height: 90px;
- text-align: center;
- box-sizing: border-box;
- }
-
- .container-header h3 {
- font-size: 38px;
- color: #fff;
- font-weight: 800;
- padding-left: 13px;
- /* box-sizing: border-box; */
- }
-
- .com-screen-content {
- width: 100%;
- height: auto;
- }
-
- .count-base,
- .count-resource,
- .count-topic {
- position: relative;
- padding: 20px;
- margin-top: 10px;
- float: left;
- box-sizing: border-box;
- }
-
- .count-base {
- margin-left: 26px;
- margin-right: 21px;
- width: 38%;
- height: 946px;
- padding: 10px 3px;
- /* overflow: hidden; */
- /* z-index: -1; */
- }
-
- .count-resource {
- margin-left: 10px;
- width: 28.8%;
- padding: 10px 3px;
- margin-top: 15px;
- }
-
- .count-share {
- width: 100%;
- height: 290px;
-
- background-size: cover;
- }
- .call_situation{
- z-index: 10000000000000000;
- }
- .call_situation,
- .accept_statistics,
- .accept_channel,
- .key_word,
- .time_statistics,
- .test_rank {
- background-image: url(../image/model_background.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- position: relative;
- width: 100%;
- box-sizing: border-box;
- height: 290px;
- margin-bottom: 25px;
- cursor: pointer;
- padding: 10px 10px;
- color: #fff;
- }
- .count-resource .title_img,.count-base .title_img,.count-resource .title_img,.test_rank .title_img{
- background-image: url(../image/model_title.png);
- background-repeat: no-repeat;
- background-position: center;
- text-align: center;
- }
- .accept_statistics .title_img{
- width: 100%;
- background-size: 40% 100%;
- }
- /* 工作效率 */
- .test_rank .fixed-table-container tbody td{
- line-height: 20px !important;
- border-left: none !important;
- }
- .test_rank .test_title{
- left:216px;
- }
- .test_rank>div {
- position: absolute;
- bottom: -65px;
- }
- .com-screen-content {
- width: 100%;
- height: auto;
- }
- .topRec_List{
- display: none;
- }
- .topRec_List dl,
- .maquee,.topRank_List dl {
- width: 90%;
- overflow: hidden;
- margin: 0 auto;
- color: #f0ece2
- }
-
- .topRec_List dd ,.topRank_List dd{
- float: left;
- text-align: left;
- color: #fff;
- font-size: 16px;
- background-color: #2161bc;
- padding-left: 20px;
- box-sizing: border-box;
- }
-
- .topRec_List dl dd:nth-child(1) {
- width: 12%;
- height: 40px;
- line-height: 40px;
- }
-
- .topRec_List dl dd:nth-child(2) {
- width: 25%;
- height: 40px;
- line-height: 40px;
- }
- .topRec_List dl dd:nth-child(3) {
- width: 18%;
- height: 40px;
- line-height: 40px;
- }
- .topRec_List dl dd:nth-child(4) {
- width: 18%;
- height: 40px;
- line-height: 40px;
- }
-
- .topRec_List dl dd:nth-child(5) {
- width: 27%;
- height: 40px;
- line-height: 40px;
- }
- .topRank_List dl dd:nth-child(1) {
- width: 30%;
- height: 40px;
- line-height: 40px;
- }
-
- .topRank_List dl dd:nth-child(2) {
- width: 40%;
- height: 40px;
- line-height: 40px;
- }
-
- .topRank_List dl dd:nth-child(3) {
- width: 30%;
- height: 40px;
- line-height: 40px;
- }
- .topRec_List .maquee, .topRank_List .maquee{
- height: 165px;
- }
-
- .topRec_List ul,.topRank_List ul {
- width: 100%;
- }
-
- .topRec_List li ,.topRank_List li{
- width: 100%;
- height: 40px;
- line-height: 40px;
- text-align: left;
- font-size: 14px;
- color: #fff;
- border-bottom: 1px solid #536d7f;
- }
-
- .topRec_List li div, .topRank_List li div{
- float: left;
- padding-left: 20px;
- box-sizing: border-box;
- }
-
- .topRec_List li div img ,.topRank_List li div img{
- vertical-align: middle;
- }
-
- .topRec_List li div:nth-child(1) {
- width: 12%;
- }
-
- .topRec_List li div:nth-child(2) {
- width: 140px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .topRec_List li div:nth-child(3) {
- width: 18%;
- }
- .topRec_List li div:nth-child(4) {
- width: 18%;
- }
- .topRec_List li div:nth-child(5) {
- width: 18%;
- }
- .topRank_List li div:nth-child(1) {
- width: 30%;
- }
-
- .topRank_List li div:nth-child(2) {
- width: 40%;
- }
-
- .topRank_List li div:nth-child(3) {
- width: 30%;
- }
- .maquee {
- width: 90%;
- overflow: hidden;
- margin: 0 auto;
- color: #f0ece2
- }
- .test_rank .maquee ul{
- animation: row 60s linear infinite;
- }
- .topRank_List .maquee ul{
- animation: row 5s linear infinite;
- }
- @keyframes row{
- 0%{}
- 100%{
- transform: translateY(-50%);
- }
- }
- /* 绩效考核 */
- .rank_wrap .title {
- font-size: 24px;
- text-align: center;
- }
-
- .rank_wrap h5 {
- font-size: 16px;
- text-align: center;
- }
- .select {
- width: 200px;
- height: 32px;
- border: 1px solid rgb(229, 230, 231);
- }
- .footerDataStatistics {
- /* padding: 0 0 0 20px; */
- margin: 10px 0 0 10px;
- font-size: 18px;
- }
- .tables .th-inner {
- white-space: normal !important;
- }
- .btn_rank img{
- width: 20px;
- height: 15px;
- vertical-align: middle;
- }
- .rank_wrap h4{
- padding-bottom: 10px;
- text-align: center;
- font-size: 18px;
- color: #fff;
- }
- /* 分时段话务量 */
- #traffic,#hotline,#hotThings,#workOrder,#timeTraffic{
- position: absolute;
- top: 40px;
- }
- #hotline{
- top:47px
- }
- #workOrder{
- top:40px;
- left: -200px;
- z-index: 600000000;
- }
- #timeTraffic{
- top: 55px;
- }
- #hotThings{
- top: 35px;
- }
- .btn_time,.dataT,.btn_rank{
- position: absolute;
- color: #fff;
- font-size: 16px;
- z-index: 1000000000;
-
- }
- .btn_time,.btn_rank{
- color: #00f6ff;
- cursor: pointer;
- top: 10px;
- left:12px;
- }
- .rank,.responseLength{
- /* display: inline-block; */
- display: none;
- }
- .dataT{
- top: 10px;
- right:20px;
- font-size: 15px;
- }
- .btn_time .daySeat{
- display: none;
-
- }
- #traffic{
- display: none;
- }
- .btn_time img{
- width: 20px;
- height: 15px;
- vertical-align: middle;
- }
- .dataT label{
- margin-right: 10px;
- cursor: pointer;
- }
- .dataT span{
- display: inline-block;
- padding: 1px 8px;
- border-radius: 10px;
- margin-left: 5px;
- background-color: rgb(204,204,204);
- vertical-align: middle;
- }
- .dataT .active{
- background-color: rgb(0,240,255);
- }
- /* 热线整合 */
- .accept_statistics .hotline{
- margin-top: 20px;
- ;
- }
- .hotline li{
- float: left;
- width: 13%;
- height: 67px;
- margin-right: 0px;
- margin-left: 15px;
- margin-bottom: 10px;
- background-repeat: no-repeat;
- background-size: 100%;
- background-position: center;
- text-align: center;
- position: relative;
- }
- .hotline .number{
- position: absolute;
- top: 19px;
- left: 3%;
- color: #fff;
- text-align: center;
- font-size: 16px;
- font-weight: 600;
- width: 100%;
- }
- .hotline .hotCall{
- position: absolute;
- bottom: -8px;
- left: 13px;
- font-size: 15px;
- color: rgb(216,219,234);
- /* font-weight: 600; */
- }
- .frame{
- position: absolute;
- top: -5px !important;
- left: -92px !important;
- }
- .frameC{
- text-align: center;
- position: absolute;
- top: 22px;
- left:38px
- }
- .lineB{
- width: 166px;
- height: 87px;
- color: #fff;
- text-align: center;
- padding: 21px 19px;
- background-image: url(../image/lineB2.png);
- position: absolute;
- top: -24px;
- left: 81px;
- display: none;
- z-index: 999999999999999999999999999 !important;
- font-weight: 600;
- }
- /* 热搜词 */
- #keyword{
- position: absolute;
- top: 60px;
- /* padding-left: 26px; */
- }
- #keyword span{
- display: inline-block;
- background: url(../image/key_bg.png) no-repeat;
- background-size: 100% 100%;
- width: 28%;
- height: 33px;
- line-height: 33px;
- color: #fff;
- font-size: 14px;
- margin-right: 13px;
- margin-bottom: 4px;
- padding: 0 7px;
- cursor: pointer;
- white-space: nowrap;
- }
- #keyword span label{
- color: #00fcff !important;
- }
- .keyWrap{
- position: absolute;
- z-index: 1000000000000000000;
- display: none;
- }
- .bar{
- width: 3px;
- height: 20px;
- margin: 0 auto;
- border-right: 2px dashed #ffe000;
- }
- .keyInfo{
- width: 370px;
- height: 302px;
- background: url(../image/key_frame.png);
- background-size: 100% 100%;
- }
- .keyInfo li{
- padding: 10px 10px;
- width: 19%;
- height: 70px;
- line-height: 35px;
- float: left;
- text-align: center;
- }
- .keyInfo li label{
- display: inline-block;
- width: 100%;
- }
- .keyInfo li span{
- width: 95%;
- height: 49px;
- display: inline-block;
- background: url(../image/keyword_i.png) no-repeat;
- background-size: 100% 100%;
- }
- .keyInfo li span:active{
- background: url(../image/key_click.png) no-repeat;
- color: #ffe000;
- }
- /* 中间地图 */
- .map{
- /* margin-left: -185px; */
- /* overflow: hidden; */
- }
- #map{
- z-index:999999999999999 !important;
- }
- .midWrap{
- background-color: #0088CC;
- width: 100%;
- height: 285px;
- margin-top: 11px;
- background: url(../image/hotkine_backg.png) no-repeat;
- background-size: 100% 100%;
- }
- #map .frame{
- top:-35px !important;
- /* left:-121px !important; */
- }
- .dataTime{
- font-size: 26px;
- font-weight: bold;
- color: #fff;
- position: absolute;
- top: 5px;
- right: 0;
- /* text-align: right; */
- }
- .wrapp{
- background-image: url(../image/map_frame.png);
- position: absolute;
- width: 230px;
- height: 224px;
- padding: 8px 20px ;
- z-index: 800000000000000000;
- background-size: 100% 100%;
- color: #fff;
- top: -115px ;
- left: -100px;
- }
- .mapWrap{
- width: 145px;
- height: 97px;
- position: absolute;
- top:69px;
- left: 49px;
- font-size: 15px;
- }
- .wrapp p{
- position: absolute;
- top:42px;
- left: 98px;
- }
- .apWrap li label{
- display: inline-block;
- width:60%
- }
- .mapBox{
- background-image: url(../image/second/frame2.png);
- width: 190px;
- height: 175px;
- background-size: 100% 100%;
- position: absolute;
- color: #fff;
- top: -72px;
- z-index: 99999999999999999;
- }
- .mapBox ul li{
- float: left;
- width: 39%;
- padding: 4px 0;
- padding-left: 18px;
- }
- .mapBox ul li span{
- color: rgb(0,240,255);
- }
- .mapBox p{
- text-align: center;
- padding-top: 20px;
- margin-bottom: 5px;
- }
- /* 当日热线受理情况 */
- .hotlineAccept{
- padding-top: 15px;
- cursor: pointer;
- }
- .midWrap h3{
- background: url(../image/hotline_title.png);
- width: 204px;
- height:22px;
- background-size: 100% 100%;
- margin: 0 auto;
- text-align: center;
- display: table;
- margin-bottom: 14px;
- font-size: 18px;
- font-weight: 900;
- color: #fff;
- }
- .data_info{
- width: 100%;
- padding: 0 15px;
- position: relative;
- }
- .data_info li{
- float: left;
- width: 33.33%;
- margin-bottom: 30px;
- display: flex;
- }
- .data_info li label{
- display: inline-block;
- width: 84px;
- font-weight: 900;
- color: #fff;
- }
- .data_info li span{
- background: url(../image/num.png) no-repeat;
- background-size: 100% 100%;
- display: inline-block;
- width: 22px;
- height: 34px;
- line-height: 34px;
- font-family: 'digifaw11';
- text-align: center;
- color: #fff;
- font-size: 21px;
- margin-right: 5px;
- }
- /* 二级大屏 */
- .workDetails tr td{
- font-size: 17px !important;
- }
- .traffic li{
- float: left;
- }
- .traffic .rexian{
- width: 70%;
- }
- .traffic .heji{
- width: 30%;
- }
- .bulletFrame,.bulletFrameT{
- display: none;
-
- position: absolute;
- top: 105px;
- left: 5%;
- width: 90%;
- height: 890px;
- z-index: 900000000000000;
- padding: 10px 20px;
- margin: 0 auto;
- background: url(../image/second/bac2.png) no-repeat;
- background-size:100% 100%;
- overflow-y: auto;
- }
- .head_name{
- width: 100%;
- height: 80px;
- line-height: 80px;
- text-align: center;
- }
- .head_name h3,.head_name h2{
- display: inline-block;
- padding: 0 30px;
- color: #08fcff;
- font-size: 24px;
- font-weight: 700;
- }
- .close_icon,.backTheme,.backThemeClass,.close_iconT,.close_iconS,.close_zxicon,.close_work,.back_icon,.backKey_icon,.closeMap_icon,.closeKey_icon,.backProcedure{
- position: absolute;
- top: 25px;
- right:25px;
- cursor: pointer;
- z-index: 1236;
- }
- .backKey_icon{
- display: none;
- }
- .back_icon,.backKey_icon,.backProcedure,.backTheme,.backThemeClass{
- right:100px;
- }
- /* 二级地图 */
- .regionMap{
- margin-left: 520px;
- background-color:#073e90;
- height: 736px;
- position: relative;
- }
- .key_content,.regionMap{
- padding: 20px;
- overflow: hidden;
- background-color:rgba(255,255,255,0);
- }
-
- /* 二级地图 */
- .regionMap_theme{
- /*margin-left: 520px;*/
- float: left;
- background-color:#073e90;
- height: 736px;
- width: 48%;
- position: relative;
- }
- .key_content,.regionMap_theme{
- padding: 20px;
- overflow: hidden;
- /*background-color:rgba(255,255,255,0);*/
- }
- .key_content .count-share {
- width: 500px;
- float: left;
- height: 736px;
- overflow-y: auto;
- background-color: #073e90;
- padding: 24px 4px;
- }
-
- .table_title,.table_btn{
- font-size: 16px;
- color: #fff;
- }
- .table_title .region{
- display: inline-block;
- padding: 5px 15px;
- }
- .table_btn .type{
- /* background: url(../image/second/btn1.png); */
- width: 170px;
- height:56px;
- line-height: 56px;
- background-size: 100% 100%;
- text-align: center;
- color: #f4d219;
- display: inline-block;
- /* padding: 5px 15px; */
- }
- .table_title .time{
- display: inline-block;
- float: right;
- padding: 5px 15px;
- }
- .table_btn .classify{
- /* background: url(../image/second/btn2.png); */
- display: inline-block;
- width: 170px;
- height:56px;
- color: #0693be;
- line-height: 56px;
- text-align: center;
- background-size: 100% 100%;
- float: right;
- }
- #regionMap{
- position: absolute;
- top: -35px;
- right: 25px;
- }
- /* 关键词 */
- thead {
- background-color: #0669ac;
- }
- .fixed-table-loading {
- color: #fff !important;
- background-color: #0669ac !important;
- }
- .fixed-table-container thead th .th-inner {
- line-height: 38px !important;
- }
- .fixed-table-container {
- border: none !important;
- }
- .fixed-table-container td,.fixed-table-container th{
- color: #fff;
- font-weight: 500;
- font-size: 16px;
- border:none !important;
- }
- .bootstrap-table .table .list tr , thead tr{
- border-bottom: 1px solid #235ba6 !important;
- }
- .secondLevel_keyWord .bootstrap-table td{
- padding: 26px !important;
- }
- ::-webkit-scrollbar
- {
- width: 16px;
- height: 16px;
- background-color: #04394b;
- }
-
- /*定义滚动条轨道 内阴影+圆角*/
- ::-webkit-scrollbar-track
- {
- -webkit-box-shadow: inset 0 0 6px rgb(6,64,145);
- /* border-radius: 10px; */
- background-color:rgb(6,64,145) ;
- }
-
- /*定义滑块 内阴影+圆角*/
- ::-webkit-scrollbar-thumb
- {
- /* border-radius: 10px; */
- -webkit-box-shadow: inset 0 0 6px rgb(6,64,145);
- background-color: rgb(4,130,185);
- }
- .workAct{
- color:#00f6ff ;
- cursor: pointer;
- }
- #keywordPie{
- position: absolute;
- top: -20px;
- left: 10px;
- }
- .regionMap .head_name{
- height: 54px;
- line-height: 54px;
- }
- .secondLevel_keyWord .regionMap{
- background-color: #073e90;
- }
- /* .time{
- margin-top: 20px;
- } */
- .time p{
- float: left;
- margin-right: 20px;
- width: 40%;
- color: #fff;
- font-weight: 600;
- font-size: 16px;
- }
- .time p span{
- color: #ffe000;
- }
- /* 工单列表 */
- .bootstrap-table td{
- /*padding: 20px !important;*/
- padding: 17px !important;
- }
- /* 工单详情 */
- .tablebox table td img {
- display: inline-block;
- vertical-align: middle;
- }
-
- .tablebox.table_md table td, .tablebox.table_md table th {
- line-height: 18px;
- }
- .tablebox table .callType{
- background-color: #fff5cc;
- /* padding: 5px !important; */
- width: 28%;
- }
- .tablebox table .caalTypeTitle{
- background-color: #ffcc00;
- }
- .tablebox table {
- border-collapse: separate;
- border-spacing: 0
- }
-
- .tablebox{
- width: 100%;
- height: 336px;
- margin: 10px auto;
- }
-
- .tablebox table {
- width: 100%;
- cellspacing:0;
- border-collapse:collapse;
- }
-
- .tablebox table th, .tablebox table td {
- font-size: 12px;
- text-align: center;
- line-height: 16px;
- background: #fff;
- color: #222;
- }
- .tablebox table thead tr{
- background: #e5e8e9 !important;
- }
- .tablebox table td{
- padding: 10px;
- border-bottom: 1px solid #e5e8e9;
- }
- .workDetails .tablebox table thead tr{
- width: 100%;
- }
- .workDetails .tablebox{
- width: 98%;
-
- }
- .workDetails .tablebox table td{
- color: #fff;
- line-height: 37px;
- font-size: 14px;
- border-bottom: 1px solid #0572af;
- background-color: rgba(255,255,255,0);
- }
- .workDetails .tablebox table tr{
- border-right: 1px solid #0572af;
- }
- .workDetails .tablebox .infoName{
- background-color: #064896;
- width: 9%;
- padding:10px;
- text-align: center;
- }
- .workDetails .tablebox .infoName2{
- background-color: #064896;
- padding: 10px;
- width: 18%;
- text-align: center;
- }
- .workDetails .tablebox .contN{
- width: 15%;
- padding:10px 8px;
- }
- .workDetails .tablebox .contF{
- width: 25%;
- padding:10px 8px;
- }
- .workDetails .tablebox .contS{
- width: 12%;
- padding:10px 8px;
- }
- .workDetails .tablebox .contFour{
- width: 12%;
- padding:10px 8px;
- }
- .workDetails .tablebox .contM{
- width: 60%;
- padding:20px 27px;
- }
-
- .workDetails .tablebox .contB{
- width: 85%;
- padding:20px 60px;
- }
- .workDetails button img{
- width: 10px;
- height: 5px;
- }
- .btns{
- width: 100%;
- padding: 10px 43px;
- position: relative;
- margin-bottom: 20px;
- }
- .btns button{
- border-radius: 5px;
- outline: none;
- padding: 10px 27px;
- cursor: pointer;
- }
- .left_R{
- display: inline-block;
- width: 14px;
- height: 14px;
- vertical-align: middle;
- background-size: 100% 100%;
- background-image: url(../image/second/leftRow.png);
- margin-right: 5px;
- }
- .btn_left{
- background-color: #f1b31e;
- border: none;
- font-weight: 600;
- position: absolute;
- right: 190px;
- }
- .btn_right{
- background-color: rgba(255,255,255,0);
- border: 1px solid #00f6ff;
- color: #00f6ff;
- position: absolute;
- right: 43px;
- }
- /* 表格分页的样式 */
- .page-list{
- display: none !important;
- }
- .pagination-info{
- color: #fff;
- font-size: 16px;
- }
- /* .pull-right{
- float: left !important;
- } */
- /* 办理时长 */
- .nowTime li:nth-child(1){
- float: left;
- }
- .nowTime li:nth-child(2){
- float: right;
- }
- .nowTime li{
- font-size: 14px;
- color: #fff;
- }
- .nowTime{
- padding: 20px 14px;
- margin-bottom: 20px;
- }
- /* 时间弹框 */
- .layui-laydate-range{
- z-index: 99999999999999999999999999;
- }
- /* #layui-laydate100002{
- z-index: 99999999999999999999999999;
- }
- #layui-laydate100005{
- z-index: 99999999999999999999999999;
- } */
- #date,#date2,#date3,#rankDate,#rankDate2,#keyDate{
- width: 293px;
- height: 28px;
- padding: 5px 5px 5px 39px;
- margin-left: 107px;
- background-color: #08599f;
- outline: none;
- border: 1px solid #08fcff;
- color: #08fcff;
- }
-
- .searchInput{
- width: 200px;
- height: 28px;
- padding: 5px 5px 5px 5px;
- background-color: #08599f;
- outline: none;
- border: 1px solid #08fcff;
- color: #08fcff;
- }
-
- #rankDate{
- margin-left: 10px;
- }
- #keyDate{
- margin-left: 18px;
- position: absolute;
- top: -22px;
- padding: 1px 5px 1px 6px;
- /* z-index: 10101101; */
- width: 230px;
- }
- .layui-laydate{
- z-index: 6666666666 !important;
- }
- #date thead{
- background-color:#0534a5 !important;
- }
- .search{
- outline: none;
- border: none;
- padding: 8px 16px;
- font-size: 15px;
- border: 1px solid #08fcff;
- background-color: #08599f;
- color: #08fcff;
- }
- input::-webkit-input-placeholder{
- font-size: 16px;
- color:#08fcff;
- }
- .date_icon{
- position: absolute;
- top: 11px;
- left: 117px;
- width:21px ;
- }
- .rank_wrap .date_icon{
- left: 19px;
- }
- .secondLevel_keyWord .date_icon{
- left: 222px;
- top: -17px;
- z-index: 8;
- }
-
- .zx_charts h3{
- color: #fff;
- font-size: 20px;
- vertical-align: middle;
- }
- .zx_charts img{
- vertical-align: middle;
- }
- .zx_charts .callSeatState,.zx_charts .realTimeTraffi,.zx_charts .callTraffic{
- background-color: #072e86;
- margin-bottom: 10px;
- }
- .zx_charts .realTimeTraffi{
- /*width: 521px;*/
- height: 208px;
- }
-
- .zx_charts .head_name{
- height: 40px;
- line-height: 41px;
- }
- .callTraffic .data_info li{
- width: 49.33%;
- margin-bottom: 7px;
- }
- .callTraffic .head_name{
- margin-bottom: 10px;
- }
- .callTraffic .data_info li span{
- width: 21px;
- height: 30px;
- line-height: 30px;
- }
- .callTraffic .data_info li label{
- width: 110px;
- }
-
- /*2023-10-08话务数据统计*/
- #secondCut{
- top: 15px;
- background: none;
- color: #00f6ff;
- }
- #secondCut option{
- background: #022278;
- }
-
|