From 1b33161b4ebf3af7cef8e5c4380553340617152d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 19 Jul 2021 11:05:31 +0800
Subject: [PATCH] 首页

---
 public/map/popup/style/route-name-layer.css              |   46 ++++++++++++++++++++--
 public/map/framework.css                                 |   24 ++++++++++++
 src/views/wel/home.vue                                   |   12 +++---
 public/map/widgets/patrolManagement/PatrolManagement.css |   38 ++++++++++++++----
 4 files changed, 100 insertions(+), 20 deletions(-)

diff --git a/public/map/framework.css b/public/map/framework.css
index 0b4b4d4..00d16aa 100644
--- a/public/map/framework.css
+++ b/public/map/framework.css
@@ -393,3 +393,27 @@
   -ms-box-sizing: border-box;
   box-sizing: border-box;
 }
+
+.police-container-patrol{
+  background-color: #004CA7 !important;
+  padding-right: 1px;
+}
+.police-container .table table tr th, .police-container .table table tr td{
+  color: #fff !important;
+}
+.police-dispatching .police-container .police-container-patrol .tab-header li{
+  color: #fff !important;
+}
+.police-container .table table tr td a{
+  color: #fff !important;
+}
+.route-name-layer .layui-layer-title,.route-name-layer .layui-layer-content{
+  background-color: #004CA7 !important;
+  color: #fff !important;
+}
+/* .route-name-layer-input{
+  background-color: #004CA7 !important;
+  color: #fff !important;
+  border: 1px solid #007bc3 !important;
+  border-radius: 5px !important;
+} */
\ No newline at end of file
diff --git a/public/map/popup/style/route-name-layer.css b/public/map/popup/style/route-name-layer.css
index ed55112..4a12a30 100644
--- a/public/map/popup/style/route-name-layer.css
+++ b/public/map/popup/style/route-name-layer.css
@@ -38,25 +38,49 @@
 .route-name-layer-box li:nth-child(2) {
     height: 80px;
 }
-
+.route-name-layer-box li:nth-child(2) textarea::-webkit-input-placeholder {
+    color: #fff;
+  }
+  input::-moz-input-placeholder {
+    color: #fff;
+  }
+  input::-ms-input-placeholder {
+    color: #fff;
+  }
 .route-name-layer-box li:nth-child(2) textarea {
     width: 100%;
     height: 100%;
     text-indent: 2em;
     font-size: 14px;
     line-height: 24px;
+    background-color: #004CA7 !important;
+    color: #fff !important;
+    border: 1px solid #007bc3 !important;
+    border-radius: 5px !important;
 }
-
+.route-name-layer-box li:nth-child(3) select::-webkit-input-placeholder {
+    color: #fff;
+  }
+  input::-moz-input-placeholder {
+    color: #fff;
+  }
+  input::-ms-input-placeholder {
+    color: #fff;
+  }
 .route-name-layer-box li:nth-child(3) select {
     padding-left: 12px;
     height: 28px;
     width: 100%;
     outline: none;
-    color: #677788;
+    /* color: #677788; */
+    background-color: #004CA7 !important;
+    color: #fff !important;
+    border: 1px solid #007bc3 !important;
+    border-radius: 5px !important;
 }
 
 .route-name-layer-box li:nth-child(3) select option {
-    color: #000;
+    color: #fff;
 }
 
 .route-name-layer-box input {
@@ -65,11 +89,23 @@
     vertical-align: middle;
     outline: none;
 }
-
+.route-name-layer-box .route-name-layer-input::-webkit-input-placeholder {
+    color: #fff;
+  }
+  input::-moz-input-placeholder {
+    color: #fff;
+  }
+  input::-ms-input-placeholder {
+    color: #fff;
+  }
 .route-name-layer-box .route-name-layer-input {
     width: 100%;
     height: 28px;
     font-size: 14px;
+    background-color: #004CA7 !important;
+  color: #fff !important;
+  border: 1px solid #007bc3 !important;
+  border-radius: 5px !important;
 }
 
 .route-name-layer-box .start-editing {
diff --git a/public/map/widgets/patrolManagement/PatrolManagement.css b/public/map/widgets/patrolManagement/PatrolManagement.css
index 44f7bdd..bb55500 100644
--- a/public/map/widgets/patrolManagement/PatrolManagement.css
+++ b/public/map/widgets/patrolManagement/PatrolManagement.css
@@ -620,12 +620,24 @@
 .police-container .police-container-patrol .distribute-table-content .operation>div {
     flex: 8;
 }
-
+.police-container .police-container-patrol .distribute-table-content .operation input[type='text']::-webkit-input-placeholder {
+    color: #fff;
+  }
+  input::-moz-input-placeholder {
+    color: #fff;
+  }
+  input::-ms-input-placeholder {
+    color: #fff;
+  }
 .police-container .police-container-patrol .distribute-table-content .operation input[type='text'] {
     flex: 8;
     padding: 0 10px;
     height: 30px;
     border: 1px solid rgba(231, 234, 243, 1);
+    background-color: #004CA7 !important;
+    color: #fff !important;
+    border: 1px solid #007bc3 !important;
+    border-radius: 5px !important;
 }
 
 .police-container .police-container-patrol .distribute-table-content .operation input[type='button'] {
@@ -726,11 +738,15 @@
 .police-container .main-content .select>ul>li:first-child {
     position: relative;
     padding-left: 10px;
-    color: #677788;
-    background: rgb(255, 255, 255);
-    border: 1px solid rgba(231, 234, 243, 1);
+    color: #fff;
+    /* background: rgb(255, 255, 255); */
+    /* border: 1px solid rgba(231, 234, 243, 1); */
     box-sizing: border-box;
     text-align: left;
+    background-color: #004CA7 !important;
+    color: #fff !important;
+    border: 1px solid #007bc3 !important;
+    border-radius: 5px !important;
 }
 
 
@@ -788,16 +804,20 @@
     flex: 1;
     padding-left: 10px;
     height: 34px;
-    border-top: 1px solid rgba(231, 234, 243, 1);
-    background: rgb(255, 255, 255);
-    color: #677788;
+    /* border-top: 1px solid rgba(231, 234, 243, 1); */
+    /* background: rgb(255, 255, 255); */
+    color: #fff;
     box-sizing: border-box;
     cursor: pointer;
+    background-color: #004CA7 !important;
+    color: #fff !important;
+    border: 1px solid #007bc3 !important;
+    border-radius: 5px !important;
 }
 
 .police-container .main-content .select>ul>li:first-child ul li:hover {
-    color: #15a2fe;
-    background: #beeeff;
+    color: #fff;
+    background: #007bc3;
 }
 
 .police-container .main-content .select>ul>li:first-child ul li:first-child {
diff --git a/src/views/wel/home.vue b/src/views/wel/home.vue
index d97bc12..71bc227 100644
--- a/src/views/wel/home.vue
+++ b/src/views/wel/home.vue
@@ -8,7 +8,7 @@
               <div>
                 <div>
                   群防群控队伍
-                  <div class="title-1">群防群控队伍:({{ OURnum }})</div>
+                  <div class="title-1">({{ OURnum }})</div>
                 </div>
               </div>
               <div id="on_three_yjy">
@@ -264,7 +264,7 @@
           },
         },
         legend: {
-          data: ["在线率", "注册量"],
+          data: ["注册量", "在线率"],
           align: "right",
           right: 10,
           textStyle: {
@@ -317,7 +317,7 @@
         yAxis: [
           {
             type: "value",
-            name: "注册量",
+            name: "在线率",
             // min: 0,
             // max: 250,
             // interval: 50,
@@ -345,7 +345,7 @@
           },
           {
             type: "value",
-            name: "在线率",
+            name: "注册量",
             axisLabel: {
               formatter: "{value} %",
             },
@@ -371,7 +371,7 @@
         ],
         series: [
           {
-            name: "在线率",
+            name: "注册量",
             type: "bar",
             data: [44, 46, 48, 52, 55, 45, 56, 38, 66],
             barWidth: 6, //柱子宽度
@@ -393,7 +393,7 @@
             },
           },
           {
-            name: "注册量",
+            name: "在线率",
             type: "line",
             data: [50, 54, 58, 55, 65, 72, 44, 55, 58],
             barWidth: 6,

--
Gitblit v1.9.3