12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247 |
- * {
- margin: 0;
- padding: 0;
- list-style: none;
- text-decoration: none;
- }
- /* CSS Document */
- ::-webkit-scrollbar-track {
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
- }
- /*滚动条的滑轨背景颜色*/
- ::-webkit-scrollbar-thumb {
- background-color: rgba(0, 0, 0, 0.05);
- border-radius: 10px;
- -webkit-box-shadow: inset 1px 1px 0 rgba(75, 75, 75, 0.58);
- }
- /*滑块颜色*/
- ::-webkit-scrollbar-thumb {
- background-color: rgba(0, 0, 0, 0.2);
- border-radius: 10px;
- -webkit-box-shadow: inset 1px 1px 0 rgba(48, 48, 48, 0.92);
- }
- ::-webkit-scrollbar {
- width: 16px;
- height: 16px;
- }
- /* 滑块整体设置*/
- ::-webkit-scrollbar-track,
- ::-webkit-scrollbar-thumb {
- border-radius: 999px;
- border: 5px solid transparent;
- }
- ::-webkit-scrollbar-track {
- box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
- }
- ::-webkit-scrollbar-thumb {
- min-height: 20px;
- background-clip: content-box;
- box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
- html,body {
- font-size: 100%;
- height: 100%;
- }
- a:hover {
- text-decoration: none;
- }
- .left {
- /* float: left; */
- left: 0;
- transition: all 600ms ease-in
- }
- .right {
- /* float: right; */
- right: 0;
- transition: all 600ms ease-in
- }
- .clear {
- clear: both;
- }
- .text_right {
- text-align: right;
- }
- .light {
- position: relative;
- overflow: hidden;
- height: 100%;
- }
- .header {
- width: 100%;
- height: 80px;
- background-color: #030829;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- display: flex;
- }
- .header_center {
- width: 30%;
- margin: 0px auto;
- color: #FFFFff;
- text-align: center;
- height: 80px;
- background-image: url("../img/logoBg.png");
- background-size: 100% 100%;
- font-family: "微软雅黑" !important;
- }
- .header_center h2 {
- margin-top: 10px !important;
- margin-bottom: 10px !important;
- font-size: 24px !important;
- }
- .color_font {
- color: #e8f7fe !important;
- font-size: 12px !important;
- }
- .header_logo {
- margin-left: 1%;
- margin-top: 12px;
- }
- .header_logo img {
- height: 56px;
- }
- .nav {
- width: 35%;
- }
- .nav>ul {}
- .nav>ul>li {
- display: inline-block;
- width: 120px;
- text-align: center;
- height: 50px;
- position: relative;
- line-height: 50px;
- margin-top: 15px;
- box-sizing: border-box;
- /*box-shadow: -5px 0px 5px #034c6a inset, !*左边阴影*!*/
- /*0px -5px 15px #034c6a inset, !*上边阴影*!*/
- /*5px 0px 15px #034c6a inset, !*å³è¾¹é˜´å½±*!*/
- /*0px 5px 15px #034c6a inset;*/
- border-radius: 5px;
- }
- .nav>ul>li:hover {
- box-shadow: -10px 0px 15px #034c6a inset,
- /*左边阴影*/
- 0px-10px 15px #034c6a inset,
- /*上边阴影*/
- 10px 0px 15px #034c6a inset,
- /*å³è¾¹é˜´å½±*/
- 0px 10px 15px #034c6a inset;
- box-sizing: border-box;
- }
- .nav>ul>li i {
- width: 16px;
- height: 16px;
- display: inline-block;
- position: relative;
- top: 3px;
- margin-right: 5px;
- }
- .nav>ul>li>a {
- color: #ffffff;
- /*display: inline-block;*/
- /*padding: 0 15px 0 5px;*/
- font-size: 14px;
- }
- /*.nav>ul>li:hover .li_ul{*/
- /*display: block;*/
- /*}*/
- .li_ul {
- position: absolute;
- background-color: #030829;
- width: 100%;
- /*border-top:4px solid #4b8df8;*/
- display: none;
- z-index: 999;
- }
- .li_ul li {
- line-height: 40px !important;
- }
- .li_ul li:hover {
- background-color: #4b8df8;
- }
- .li_ul li a {
- color: #ffffff;
- font-size: 13px;
- }
- .nav_1 {
- background-image: url("../img/nav_1.png");
- }
- .nav_2 {
- background-image: url("../img/nav_2.png");
- }
- .nav_3 {
- background-image: url("../img/nav_3.png");
- }
- .nav_4 {
- background-image: url("../img/nav_4.png");
- }
- .nav_5 {
- background-image: url("../img/nav_5.png");
- }
- .nav_6 {
- background-image: url("../img/nav_6.png");
- }
- .nav_7 {
- background-image: url("../img/nav_7.png");
- }
- .nav_8 {
- background-image: url("../img/nav_9.png");
- }
- .nav_active {
- border-bottom: 4px solid #4b8df8;
- box-shadow: -10px 0px 15px #034c6a inset,
- /*左边阴影*/
- 0px-10px 15px #034c6a inset,
- /*上边阴影*/
- 10px 0px 15px #034c6a inset,
- /*å³è¾¹é˜´å½±*/
- 0px 10px 15px #034c6a inset;
- box-sizing: border-box;
- }
- .con {
- box-sizing: border-box;
- width: 100%;
- height: 100%;
- /* background-color: #081832; */
- padding-top: 20px;
- padding-bottom: 20px;
- position: relative;
- background: url(../img/background.png) no-repeat center;
- background-size: cover;
- }
- .con1 {
- width: 100%;
- background-color: #081832cc;
- /*padding-bottom: 4px;*/
- box-sizing: border-box;
- overflow: auto;
- ;
- }
- .find_expend {
- display: none;
- }
- .con1::before {
- content: "";
- display: block;
- clear: both;
- visibility: hidden;
- height: 0;
- }
- .select_time {
- width: 140px;
- height: 36px;
- margin-bottom: 25px;
- margin-left: 1%;
- padding-left: 20px;
- ;
- }
- .select_time img {
- height: 18px;
- margin-top: 9px;
- }
- .select_time input {
- border: none;
- background-color: transparent;
- width: 80px;
- height: 20px;
- top: -5px;
- margin-left: 10px;
- position: relative;
- text-indent: 1em;
- outline: none;
- }
- .con_div {
- height: 110px;
- width: 98%;
- top: 14vh;
- left: 1%;
- margin-bottom: 25px;
- position: absolute;
- z-index: 2;
- display: flex;
- justify-content: space-between;
- }
- .con_div_text {
- height: 100%;
- /* background-color: #034c6a; */
- width: 32%;
- display: flex;
- opacity: 0.6;
- }
- .con_div_text01 {
- width: 50%;
- height: 100%;
- display: flex;
- justify-content: center;
- }
- .text01_img {
- width: 40px;
- height: 40px;
- margin-left: 5%;
- margin-top: 35px;
- }
- .text01_div {
- margin-top: 15px;
- margin-left: 5%;
- text-align: center;
- cursor: pointer;
- }
- .text01_div p {
- line-height: 35px;
- }
- .text01_div p:nth-child(1) {
- font-size: 13px;
- color: #ffffff;
- }
- .text01_div p:nth-child(2) {
- font-size: 28px;
- color: #ffff43;
- font-weight: 600;
- }
- .red {
- color: red !important;
- }
- .sky {
- color: #25f3e6 !important;
- }
- .org {
- color: #ff4e4e !important;
- }
- .div_any {
- width: 98%;
- margin-left: 1%;
- margin-bottom: 25px;
- height: 610px;
- position: relative;
- }
- .div_any01 {
- width: 18%;
- background-color: #081832;
- opacity: 0.8;
- position: absolute;
- z-index: 2;
- top: 22.2vh;
- }
- .div_any02 {
- width: 48%;
- margin-right: 2%;
- position: absolute;
- }
- .div_any03 {
- width: 98%;
- margin: 15px auto;
- }
- .div_any_child {
- width: 100%;
- height: 280px;
- box-shadow: -10px 0px 15px #034c6a inset,
- /*左边阴影*/
- 0px -10px 15px #034c6a inset,
- /*上边阴影*/
- 10px 0px 15px #034c6a inset,
- /*å³边阴影*/
- 0px 10px 15px #034c6a inset;
- border: 1px solid #034c6a;
- box-sizing: border-box;
- position: relative;
- margin-top: 25px;
- }
- .div_any_child01 {
- width: 48%;
- box-shadow: -10px 0px 15px #034c6a inset,
- /*左边阴影*/
- 0px-10px 15px #034c6a inset,
- /*上边阴影*/
- 10px 0px 15px #034c6a inset,
- /*å³è¾¹é˜´å½±*/
- 0px 10px 15px #034c6a inset;
- border: 1px solid #034c6a;
- box-sizing: border-box;
- position: relative;
- margin-right: 2%;
- }
- .div_any_child01_wh {
- width: 98% !important;
- }
- .div_height01 {
- height: auto !important;
- padding: 5px;
- }
- .char_table {
- height: 200px;
- }
- .p_chart {
- height: 250px;
- padding: 5px 10px;
- margin-top: 15px;
- }
- #map_div {
- width: 96%;
- height: 94%;
- margin: 4% auto;
- }
- .div_height {
- height: 586px !important;
- }
- .div_any_title {
- background-color: #034c6a;
- border-radius: 18px;
- position: absolute;
- height: 35px;
- width: 60%;
- top: -15px;
- color: #ffffff;
- font-weight: bold;
- font-size: 16px;
- left: 20%;
- line-height: 35px;
- text-align: center;
- }
- .div_any_title img {
- width: 18px;
- height: 18px;
- position: relative;
- top: 2px;
- margin-right: 5px;
- }
- .any_title_width {
- width: 30% !important;
- left: 35% !important;
- }
- .div_table {
- width: 50%;
- margin-bottom: 25px;
- height: 280px;
- position: absolute;
- bottom: 4vh;
- left: 50%;
- transform: translateX(-50%);
- z-index: 2;
- transition: all 600ms ease-in;
- }
- .div_table_box {
- width: 100%;
- /* margin-right: 2%; */
- }
- .table_p {
- height: 93%;
- margin-top: 3%;
- position: relative;
- }
- .table_p01 {
- height: auto !important;
- margin-top: 0 !important;
- position: relative;
- }
- .table_p01 table td {
- padding: 6px 0;
- }
- .table_p table {
- width: 100%;
- height: 100%;
- border-collapse: collapse;
- position: absolute;
- text-align: center;
- }
- .table_p table thead th {
- color: #61d2f7;
- font-size: 14px;
- font-weight: 600;
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .table_p table tbody {
- color: #ffffff;
- font-size: 13px;
- }
- .table_p table tbody tr:nth-child(2n + 1) {
- background-color: #072951;
- box-shadow: -10px 0px 15px #034c6a inset,
- 10px 0px 15px #034c6a inset;
- }
- .car_left {
- width: 18%;
- height: 100%;
- background-color: #081832;
- }
- .car_center {
- height: 100%;
- background-color: #081832;
- width: 50.5%;
- margin-left: 0.5%;
- }
- .car_center video {
- width: 49.5%;
- height: 49%;
- box-sizing: border-box;
- box-shadow: -10px 0px 15px #034c6a inset,
- 10px 0px 15px #034c6a inset;
- float: left;
- }
- .magin_top {
- margin-top: 1%;
- }
- .magin_left {
- margin-left: 1%;
- }
- .car_right {
- width: 31%;
- height: 100%;
- }
- .text_center {
- text-align: center;
- }
- .carNo_input {
- width: 75%;
- height: 25px;
- margin-top: 5px;
- margin-bottom: 5px;
- text-indent: 2em;
- margin-left: 5%;
- border: 1px solid #072951;
- border-radius: 3px;
- }
- .find_but {
- height: 25px;
- background-image: url("../img/find.png");
- width: 25px;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- position: relative;
- top: 8px;
- border: none;
- background-color: transparent;
- }
- .find_but1 {
- height: 25px;
- background-image: url("../img/find.png");
- width: 25px;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- position: relative;
- top: 8px;
- border: 1px solid #4b8df8;
- background-color: transparent;
- }
- .set_list {
- padding: 10px 5%;
- color: #eee;
- font-size: 14px;
- }
- .list_i {
- width: 16px;
- height: 16px;
- display: inline-block;
- background-image: url("../img/nav_1.png");
- top: 3px;
- position: relative;
- }
- .left_up {
- height: 58%;
- }
- .left_table {
- height: 98%;
- border-radius: 5px;
- width: 18% !important;
- background-color: #081832;
- }
- .right_table {
- height: 98%;
- border-radius: 5px;
- width: 81.5% !important;
- background-color: #081832;
- margin-left: 0.5%;
- }
- .center_table {
- height: 100%;
- border-radius: 5px;
- width: 100%;
- background-color: #081832;
- margin: 0 auto;
- }
- .bow_shadow {
- box-shadow: -8px 0px 10px #034c6a inset,
- 8px 0px 10px #034c6a inset;
- width: 100%;
- box-sizing: border-box;
- }
- .ztree li a {
- color: #FFFFff !important;
- }
- .left_down {
- height: 40%;
- margin-top: 2%;
- }
- .tab_a {
- width: 45%;
- height: 30px;
- line-height: 30px;
- color: #FFFFff;
- background-color: #667fa7;
- display: inline-block;
- margin-right: 1%;
- margin-top: 5px;
- font-size: 14px;
- }
- .tab_aActive {
- background-color: #034c6a !important;
- font-weight: 600;
- }
- .car_content {
- margin-left: 5%;
- font-size: 13px;
- color: #eeeeee;
- }
- .car_content p {
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .table2_find {
- background-color: #072951;
- box-shadow: -10px 0px 15px #034c6a inset, 10px 0px 15px #034c6a inset;
- width: 100%;
- padding: 5px 0;
- color: #FFFFff;
- }
- .table2_find input[type=text] {
- background-color: transparent;
- width: 16%;
- height: 24px;
- border-radius: 3px;
- text-indent: 1em;
- border: 1px solid #7EC4CC;
- }
- .table_find {
- width: 100%;
- padding: 8px 0;
- border-bottom: 2px solid #a5c5f83b;
- font-size: 13px;
- }
- .more_find {
- cursor: pointer;
- position: relative;
- top: 5px;
- }
- .table_find.glyphicon {
- margin-right: 5px;
- }
- .table_find button {
- padding: 4px 10px;
- }
- .table_find p {
- margin-top: 8px;
- }
- .table_find label {
- color: #eeeeee;
- width: 8%;
- display: inline-block;
- text-align: right;
- }
- .table_find input[type=text],
- .table_find input[type=date] {
- width: 16%;
- height: 24px;
- border-radius: 3px;
- text-indent: 1em;
- border: 1px solid#4b8df8;
- background-color: #cccccc4f;
- }
- .table_find select {
- width: 12%;
- height: 24px;
- border-radius: 3px;
- text-indent: 1em;
- border: 1px solid #4b8df8;
- background-color: #cccccc4f;
- }
- .table_find input[type=checkbox] {
- width: 14px;
- height: 14px;
- position: relative;
- top: 3px;
- margin-right: 5px;
- }
- .table_find span {
- color: #b2cbf3;
- margin-right: 2%;
- }
- .find_button {
- width: 5%;
- height: 26px;
- border: none;
- border-radius: 2px;
- background-color: #4b8df8;
- color: #FFFFff;
- font-size: 14px;
- }
- .table2_style {
- color: #FFFFff;
- border: none !important;
- font-size: 13px;
- }
- .table2_style a {
- margin-right: 10px;
- }
- .table2_style tbody tr:nth-child(2n + 1) {
- background-color: #072951;
- border-left: 4px solid #4b8df8;
- ;
- }
- .table2_style thead tr {
- color: #FFFFff;
- background-color: #4b8df8;
- }
- .table2_style td {
- border: none !important;
- }
- .table2_style thead th {
- border-bottom: none !important;
- }
- .table2_style tbody tr:nth-child(2n):hover {
- /*color: #072951;*/
- background-color: rgba(75, 141, 248, 0.65);
- }
- .table_style {
- color: #FFFFff;
- box-shadow: -8px 0px 10px #034c6a inset,
- 8px 0px 10px #034c6a inset;
- border: none !important;
- font-size: 13px;
- }
- .table_style a {
- margin-right: 10px;
- }
- .table_style td {
- border: none !important;
- }
- .table_style tbody tr:nth-child(2n + 1) {
- background-color: #072951;
- box-shadow: -10px 0px 15px #034c6a inset,
- 10px 0px 15px #034c6a inset;
- }
- .table_style thead tr {
- color: #4b8df8;
- }
- .table_style thead th {
- border-bottom: none !important;
- }
- .table_style tbody tr:nth-child(2n):hover {
- /*color: #072951;*/
- background-color: rgba(75, 141, 248, 0.12);
- }
- .table_div {
- margin-top: 10px;
- color: #FFFFff;
- }
- .table_but {
- text-align: right;
- font-size: 13px;
- padding-bottom: 5px;
- padding-top: 10px;
- }
- .table_but a {
- margin-right: 15px;
- color: #FFFFff;
- }
- .table_but a i {
- margin-right: 5px;
- }
- .table_del {
- color: orangered;
- }
- .table_edit {
- color: #0D8BBD;
- }
- .span_left {
- padding: 5px;
- }
- /*地图界面样式*/
- .map_con {
- width: 100%;
- padding: 0;
- background-color: #081832cc;
- }
- .map_left {
- width: 79%;
- height: 100%;
- }
- .map_right {
- width: 20.5%;
- height: 100%;
- background-color: #081832;
- }
- .map_box {
- width: 100%;
- height: 100%;
- }
- .map_top {
- position: absolute;
- top: 80px;
- left: 0;
- height: 35px;
- width: 79%;
- border-bottom: 1px solid #4b8df8;
- background-color: rgba(255, 255, 255, 0.84);
- z-index: 99;
- }
- .map_top>ul {
- list-style: none;
- font-size: 14px;
- float: right;
- }
- .map_top>ul>li {
- display: inline-block;
- line-height: 35px;
- padding: 0 10px;
- }
- .map_top>ul>li i {
- margin-right: 5px;
- }
- .map_top>ul>li a {
- color: #2E2D3C;
- }
- .map_top>ul.active,
- .map_top>ul>li.active {
- color: #0D8BBD;
- }
- .map_select {
- position: fixed;
- top: 160px;
- right: 21.5%;
- box-shadow: -10px 0px 15px #034c6a inset,
- /*左边阴影*/
- 0px-10px 15px #034c6a inset,
- /*上边阴影*/
- 10px 0px 15px #034c6a inset,
- /*å³è¾¹é˜´å½±*/
- 0px 10px 15px #034c6a inset;
- border: 1px solid #034c6a;
- width: 120px;
- height: 180px;
- border-radius: 5px;
- background-color: #081832e3;
- }
- .map_select p {
- padding: 8px 15px;
- color: #FFFFff;
- font-size: 14px;
- }
- .map_select p input[type=checkbox] {
- width: 15px;
- height: 15px;
- position: relative;
- top: 3px;
- margin-right: 10px;
- }
- .map_right_top {
- width: 100%;
- height: 35px;
- background-color: #034c6a;
- }
- .map_right_top>ul>li {
- list-style: none;
- display: inline-block;
- line-height: 35px;
- font-size: 14px;
- text-align: center;
- width: 32%;
- color: #FFFFff;
- cursor: pointer;
- }
- .map_right_top>ul>li.li_active {
- background-color: #0D8BBD;
- }
- .map_chart {
- width: 100%;
- height: 250px;
- box-sizing: border-box;
- position: relative;
- margin-top: 25px;
- }
- .map_con {
- width: 100%;
- }
- .map_con_div {
- display: none;
- }
- .map_work {
- margin-top: 5px;
- border-top: 1px solid #0D8BBD;
- ;
- }
- .map_work>ul>li {
- list-style: none;
- display: inline-block;
- width: 32%;
- text-align: center;
- margin-top: 10px;
- margin-bottom: 10px;
- cursor: pointer;
- padding: 10px 0;
- }
- .map_work>ul>li:hover {
- box-shadow: -10px 0px 15px #034c6a inset,
- /*左边阴影*/
- 0px-10px 15px #034c6a inset,
- /*上边阴影*/
- 10px 0px 15px #034c6a inset,
- /*å³è¾¹é˜´å½±*/
- 0px 10px 15px #034c6a inset;
- }
- .map_work>ul>li.img_div {
- width: 28px;
- height: 24px;
- margin: 0 auto;
- }
- .img_div01 {
- background: url(../img/map_photo.png) no-repeat;
- background-position: -126px-73px;
- }
- .img_div02 {
- background: url(../img/map_photo.png) no-repeat;
- background-position: -98px-122px;
- }
- .img_div_text {
- color: #FFFFff;
- margin-top: 8px;
- font-size: 13px;
- }
- .back_i {
- position: relative;
- top: 2px;
- margin-right: 5px;
- }
- .map_resList {
- width: 96%;
- margin: 0 auto;
- font-size: 13px;
- display: none;
- }
- .map_resList>ul>li {
- list-style: none;
- margin-top: 8px;
- }
- .map_resList>ul>li p {
- padding: 5px 0;
- color: #eeeeee;
- }
- .map_resList>ul>li a {
- margin-right: 6px;
- }
- .map_resList>ul>li a img {
- width: 16px;
- }
- .map_resList>ul>li:nth-child(2n + 1) {
- background-color: #0d8bbd36;
- }
- /*统计分析界面样式*/
- .static_top {
- width: 140px;
- height: 36px;
- line-height: 36px;
- background-color: #04425f;
- margin-bottom: 25px;
- margin-left: 1%;
- padding-left: 20px;
- border-radius: 1px;
- box-shadow: 0px 3px 3px #61d2f7;
- }
- .static_top i {
- width: 16px;
- height: 16px;
- display: inline-block;
- position: relative;
- background-image: url("../img/nav_7.png");
- background-repeat: no-repeat;
- margin-right: 6px;
- top: 1px;
- }
- .static_top span {
- color: #25f3e6;
- }
- .stiatic_top_con {
- background-color: #034c6a;
- width: 96%;
- margin-left: 1%;
- margin-bottom: 25px;
- padding: 10px 1%;
- border-radius: 5px;
- }
- .stiatic_top_con table {
- width: 100%;
- border-collapse: collapse;
- }
- .stiatic_top_con table td {
- color: #FFFFff;
- padding: 5px;
- font-size: 13px;
- border: 1px solid #485f849c;
- }
- .stiatic_top_con table.labe_td {
- color: #61d2f7;
- font-size: 14px;
- width: 120px;
- text-align: right;
- }
- .layui-layer-title {
- /*box-shadow: -8px 0px 10px #034c6a inset,*/
- /*8px 0px 10px #034c6a inset;*/
- background-color: #081832d4 !important;
- color: #FFFFff !important;
- border-bottom: 3px solid #4b8df8 !important;
- box-sizing: border-box;
- }
|