|
@@ -53,16 +53,17 @@
|
|
|
height: 22px;
|
|
|
line-height: 22px;
|
|
|
color: #fff;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
+
|
|
|
.zhly_list2 li .list_xl .list_txt p:nth-child(odd) {
|
|
|
- background: #242453;
|
|
|
+ background: #242428;
|
|
|
}
|
|
|
.zhly_list2 li .list_xl .list_txt p:nth-child(even) {
|
|
|
- background: #2d2d63;
|
|
|
+ background: #161622;
|
|
|
}
|
|
|
.zhly_list2 li .list_xl .list_txt p b {
|
|
|
display: block;
|
|
@@ -110,10 +111,10 @@
|
|
|
transition: transform .2s ease-in;
|
|
|
}
|
|
|
.zhly_list3 li .list_xl .list_txt p:nth-child(odd) {
|
|
|
- background: #242453;
|
|
|
+ background: #1e1e24;
|
|
|
}
|
|
|
.zhly_list3 li .list_xl .list_txt p:nth-child(even) {
|
|
|
- background: #2d2d63;
|
|
|
+ background: #282828;
|
|
|
}
|
|
|
.zhly_list3 li {
|
|
|
position: relative;
|
|
@@ -162,7 +163,7 @@
|
|
|
/* height: 20px; */
|
|
|
line-height: 22px;
|
|
|
color: #fff;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
@@ -196,6 +197,28 @@
|
|
|
line-height: 18px;
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
+.zhly_list3 li .list_xl .list_txt h5 {
|
|
|
+ text-align: center;
|
|
|
+ width: 100%;
|
|
|
+ height: 22px;
|
|
|
+ line-height: 22px;
|
|
|
+ color: #fff;
|
|
|
+ background:none;
|
|
|
+ padding: 10px 0px;
|
|
|
+}
|
|
|
+.zhly_list3 li .list_xl .list_txt h5 button{
|
|
|
+ background: #e34111;
|
|
|
+ border: 0px;
|
|
|
+ width: 100%;
|
|
|
+ height: 25px;
|
|
|
+ line-height: 25px;
|
|
|
+ color: #fff;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+.zhly_list3 li .list_xl .list_txt h5 button:hover{
|
|
|
+ background: #a44111;
|
|
|
+
|
|
|
+}
|
|
|
.right_btn {
|
|
|
position: absolute;
|
|
|
bottom:1%;
|
|
@@ -216,7 +239,7 @@
|
|
|
background: #00479d;
|
|
|
color: #fff;
|
|
|
}
|
|
|
-/*分页*/
|
|
|
+/*分页*/
|
|
|
.fenye {
|
|
|
width: 100%;
|
|
|
margin: 5px auto;
|
|
@@ -262,9 +285,9 @@
|
|
|
background-color: #076874;
|
|
|
}
|
|
|
|
|
|
-/*环形进度条*/
|
|
|
+/*环形进度æ¡*/
|
|
|
.ring {
|
|
|
- width: 133px;
|
|
|
+ width: 117px;
|
|
|
height: 110px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -420,7 +443,7 @@
|
|
|
position: absolute;
|
|
|
}
|
|
|
|
|
|
-/*事件*/
|
|
|
+/*事件*/
|
|
|
.jk_div {
|
|
|
width: 50%;
|
|
|
text-align: left;
|
|
@@ -451,21 +474,30 @@
|
|
|
position: relative;
|
|
|
color: #fff;
|
|
|
background-image: -webkit-linear-gradient(bottom, #026fec, #02b5f6, #02dffd);
|
|
|
- /*必需加前缀 -webkit- 才支持这个text值 */
|
|
|
+ /*å¿…éœ€åŠ å‰ç¼€ -webkit- æ‰æ”¯æŒè¿™ä¸ªtext值 */
|
|
|
-webkit-background-clip: text;
|
|
|
- /*text-fill-color会覆盖color所定义的字体颜色: */
|
|
|
+ /*text-fill-color会覆盖color所定义的å—体颜色: */
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
display: block;
|
|
|
}
|
|
|
+.zhly_list1{
|
|
|
+ overflow: auto;
|
|
|
+ max-height: 15rem;
|
|
|
+}
|
|
|
+.zhly_list1::-webkit-scrollbar{
|
|
|
+ height: 0px;
|
|
|
+ width:0px;
|
|
|
+}
|
|
|
.zhly_list1 li {
|
|
|
padding: 10px;
|
|
|
border-bottom: 1px solid #02021c;
|
|
|
+ width: 94%;
|
|
|
}
|
|
|
.zhly_list1 li:nth-child(odd) {
|
|
|
- background: #02022a;
|
|
|
+ background: #171722;
|
|
|
}
|
|
|
.zhly_list1 li:nth-child(even) {
|
|
|
- background: #121233;
|
|
|
+ background: #17171a;
|
|
|
}
|
|
|
.zhly_list1 li a {
|
|
|
text-align: left;
|
|
@@ -514,7 +546,7 @@
|
|
|
color: #999;
|
|
|
margin-top: 6px;
|
|
|
}
|
|
|
-/*瞭望塔*/
|
|
|
+/*çžæœ›å¡”*/
|
|
|
.sp_an {
|
|
|
margin: 20px 0px;
|
|
|
}
|
|
@@ -603,7 +635,7 @@
|
|
|
border: 0px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-/*摄像头*/
|
|
|
+/*æ‘„åƒå¤´*/
|
|
|
|
|
|
.sxt_4 {
|
|
|
margin-bottom: 20px;
|
|
@@ -700,7 +732,7 @@
|
|
|
.sxt_4 .luz6 h4 span {
|
|
|
color: #e8980c;
|
|
|
}
|
|
|
-/*水源及救援渠道管理*/
|
|
|
+/*æ°´æºåŠæ•‘æ´æ¸ é“管ç†*/
|
|
|
.syjjy_3 {
|
|
|
margin-bottom: 20px;
|
|
|
margin-top: 30px;
|
|
@@ -737,7 +769,7 @@
|
|
|
color: #ffb000;
|
|
|
}
|
|
|
.list_tab {
|
|
|
- width: 100%;
|
|
|
+ width: 99%;
|
|
|
height: 35px;
|
|
|
line-height: 35px;
|
|
|
background: url(zhly_67.png) repeat;
|
|
@@ -757,7 +789,7 @@
|
|
|
background: #0297c6;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
-/*森林资源管理*/
|
|
|
+/*森林资æºç®¡ç†*/
|
|
|
.sl_ztit {
|
|
|
font-size: 24px;
|
|
|
color: #02f0ff;
|
|
@@ -788,7 +820,7 @@
|
|
|
.sxt_4 .ylzs h4 span {
|
|
|
color: #ed5a02;
|
|
|
}
|
|
|
-/*车辆管理*/
|
|
|
+/*车辆管ç†*/
|
|
|
|
|
|
.syjjy_3 .syjjy_div4 .syjjy_img {
|
|
|
background: url(zhly_74.png) no-repeat 8px 5px;
|
|
@@ -812,7 +844,7 @@
|
|
|
position: relative;
|
|
|
}
|
|
|
.ss_form label span {
|
|
|
- width: 20%;
|
|
|
+ width: 24%;
|
|
|
text-align: left;
|
|
|
margin-right: 1%;
|
|
|
color: #02bdef;
|
|
@@ -823,7 +855,7 @@
|
|
|
line-height: 25px;
|
|
|
}
|
|
|
.ss_form label input {
|
|
|
- width: 76%;
|
|
|
+ width: 71%;
|
|
|
text-align: left;
|
|
|
padding-left: 1%;
|
|
|
border: 1px solid #02bdef;
|
|
@@ -843,6 +875,7 @@
|
|
|
line-height: 28px;
|
|
|
color: #fff;
|
|
|
cursor: pointer;
|
|
|
+ width: 73%;
|
|
|
}
|
|
|
.p_an a {
|
|
|
float: left!important;
|
|
@@ -857,7 +890,7 @@
|
|
|
margin-top: 6px;
|
|
|
font-size: 14px!important;
|
|
|
}
|
|
|
-/*部门人员*/
|
|
|
+/*部门人员*/
|
|
|
|
|
|
.syjjy_3 .syjjy_div7 .syjjy_img {
|
|
|
background: url(zhly_76.png) no-repeat 8px 5px;
|
|
@@ -872,7 +905,7 @@
|
|
|
color: #ffb000;
|
|
|
}
|
|
|
.ss_form label i {
|
|
|
- width: 10%;
|
|
|
+ width: 9%;
|
|
|
display: block;
|
|
|
float: left;
|
|
|
color: #02bdef;
|
|
@@ -881,9 +914,11 @@
|
|
|
line-height: 27px;
|
|
|
}
|
|
|
.ss_form label input.xcsd {
|
|
|
- width: 32%;
|
|
|
+ width: 30%;
|
|
|
}
|
|
|
-/*流程详情*/
|
|
|
+
|
|
|
+
|
|
|
+/*æµç¨‹è¯¦æƒ…*/
|
|
|
.mod18 {
|
|
|
width: 900px;
|
|
|
position: relative;
|
|
@@ -1122,7 +1157,7 @@
|
|
|
|
|
|
/*2021/1/5*/
|
|
|
.sxt_select{
|
|
|
- width: 77.5%;
|
|
|
+ width: 73.1%;
|
|
|
margin-top:2px;
|
|
|
background: #cae5ff;
|
|
|
height: 25px;
|
|
@@ -1134,7 +1169,7 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
-/* new01-08 森林林斑列表*/
|
|
|
+/* new01-08 森林林斑列表*/
|
|
|
.list_txt_fo {
|
|
|
margin-left: 2%;
|
|
|
width: 100%;
|
|
@@ -1188,26 +1223,29 @@
|
|
|
.fst_list{
|
|
|
margin-top:10px;
|
|
|
/*height: 375px;*/
|
|
|
- overflow-y: scroll;
|
|
|
+ /*overflow-y: scroll;*/
|
|
|
+}
|
|
|
+.zhly_tit{
|
|
|
+ margin-bottom: 15px;
|
|
|
}
|
|
|
-
|
|
|
.fst_list .zhly_tit h3 {
|
|
|
color: #fff;
|
|
|
border-left: 4px solid #1a96ff;
|
|
|
padding-left: 10px;
|
|
|
margin: 10px 0;
|
|
|
- font-size: 22px;
|
|
|
+ font-size: 20px;
|
|
|
}
|
|
|
.btn_reset{
|
|
|
position: absolute;
|
|
|
- right: 12px;
|
|
|
- top: 2px;
|
|
|
- width: 40px;
|
|
|
- height: 22px;
|
|
|
+ right: 9px;
|
|
|
+ top: 1px;
|
|
|
+ width: 45px;
|
|
|
+ height: 25px;
|
|
|
font-size: 12px;
|
|
|
- border-radius: 5px;
|
|
|
+ border-radius: 3px;
|
|
|
border: none;
|
|
|
-
|
|
|
+ background: #4191a7;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1242,3 +1280,55 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+.canvas-menu{
|
|
|
+ overflow-y: scroll;
|
|
|
+}
|
|
|
+#scroll{
|
|
|
+ /*overflow-y: scroll;*/
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+#scroll::-webkit-scrollbar {/*滚动条整体样式*/
|
|
|
+ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+ height: 0px;
|
|
|
+}
|
|
|
+#scroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
|
|
+ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+ height: 0px;
|
|
|
+}
|
|
|
+#scroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
|
|
+ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+ height: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.lwt_div{
|
|
|
+ overflow-y: scroll;height: 600px;
|
|
|
+}
|
|
|
+.lwt_div::-webkit-scrollbar {/*滚动条整体样式*/
|
|
|
+ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+ height: 0px;
|
|
|
+}
|
|
|
+.lwt_div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
|
|
+ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+ height: 0px;
|
|
|
+}
|
|
|
+.lwt_div::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
|
|
+ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+ height: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.ry_div{
|
|
|
+ overflow-y: scroll;height: 350px;
|
|
|
+}
|
|
|
+.ry_div::-webkit-scrollbar {/*滚动条整体样式*/
|
|
|
+ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+ height: 0px;
|
|
|
+}
|
|
|
+.ry_div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
|
|
+ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+ height: 0px;
|
|
|
+}
|
|
|
+.ry_div::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
|
|
+ width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+ height: 0px;
|
|
|
+}
|