From d40f7acd9f1bef59c63dd45323bbe38a3d489b2e Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 19 Jul 2021 19:48:54 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfptweb-publicSecurity
---
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