From 1d8b28e5109a1ca2b98672ed35c8d5b87d46117e Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 04 Nov 2021 14:56:59 +0800
Subject: [PATCH] 头像修改

---
 public/map/framework.css |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 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

--
Gitblit v1.9.3