From 8edfd53f41b3f9f7c14684ea72e5e2a66476c07f Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 19 Jul 2021 11:37:49 +0800
Subject: [PATCH] 巡逻管理样式
---
public/map/lib/layui/css/modules/layer/myskin/region-name.css | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/public/map/lib/layui/css/modules/layer/myskin/region-name.css b/public/map/lib/layui/css/modules/layer/myskin/region-name.css
index 47f346d..b004b6d 100644
--- a/public/map/lib/layui/css/modules/layer/myskin/region-name.css
+++ b/public/map/lib/layui/css/modules/layer/myskin/region-name.css
@@ -12,14 +12,18 @@
.region-name .layui-layer-title {
padding: 0 80px;
text-align: center;
- background: #fff;
+ /* background: #fff; */
border: none;
- color: #677788;
+ /* color: #677788; */
font-size: 20px;
border-radius: 10px 10px 0 0;
+ background-color: #004CA7 !important;
+ color: #fff !important;
+ /* border: 1px solid #007bc3 !important; */
+ /* border-radius: 5px !important; */
}
.region-name .layui-layer-content {
- background: #fff;
+ background: #004CA7;
border-radius: 0 0 10px 10px;
}
\ No newline at end of file
--
Gitblit v1.9.3