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/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