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/popup/style/region-name.css | 28 ++++++++++++++++++++++++++--
public/map/widgets/patrolManagement/template.html | 6 +++---
public/map/lib/layui/css/modules/layer/myskin/region-name.css | 10 +++++++---
public/map/widgets/patrolManagement/PatrolManagement.css | 2 +-
4 files changed, 37 insertions(+), 9 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
diff --git a/public/map/popup/style/region-name.css b/public/map/popup/style/region-name.css
index 8dbf298..a612dee 100644
--- a/public/map/popup/style/region-name.css
+++ b/public/map/popup/style/region-name.css
@@ -38,13 +38,25 @@
.region-name-box li:nth-child(2) {
height: 80px;
}
-
+.region-name-box li:nth-child(2) textarea::-webkit-input-placeholder {
+ color: #fff;
+ }
+ input::-moz-input-placeholder {
+ color: #fff;
+ }
+ input::-ms-input-placeholder {
+ color: #fff;
+ }
.region-name-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;
}
.region-name-box input {
@@ -53,11 +65,23 @@
vertical-align: middle;
outline: none;
}
-
+.region-name-box .region-name-input::-webkit-input-placeholder {
+ color: #fff;
+ }
+ input::-moz-input-placeholder {
+ color: #fff;
+ }
+ input::-ms-input-placeholder {
+ color: #fff;
+ }
.region-name-box .region-name-input {
width: 100%;
height: 28px;
font-size: 14px;
+ background-color: #004CA7 !important;
+ color: #fff !important;
+ border: 1px solid #007bc3 !important;
+ border-radius: 5px !important;
}
.region-name-box .start-editing {
diff --git a/public/map/widgets/patrolManagement/PatrolManagement.css b/public/map/widgets/patrolManagement/PatrolManagement.css
index bb55500..3c8c08f 100644
--- a/public/map/widgets/patrolManagement/PatrolManagement.css
+++ b/public/map/widgets/patrolManagement/PatrolManagement.css
@@ -757,7 +757,7 @@
left: 48px;
width: calc(100% - 48px);
height: 32px;
- color: #677788;
+ color: #fff;
padding-left: 10px;
box-sizing: border-box;
cursor: pointer;
diff --git a/public/map/widgets/patrolManagement/template.html b/public/map/widgets/patrolManagement/template.html
index fe99993..a2486d1 100644
--- a/public/map/widgets/patrolManagement/template.html
+++ b/public/map/widgets/patrolManagement/template.html
@@ -124,11 +124,11 @@
<li id='patrolRoute'>
区域:
<div>
-
+
</div>
<div class='select-list'>
<ul>
-
+
</ul>
</div>
</li>
@@ -257,6 +257,6 @@
</div>
<div class="tips">
- 单击左键开始绘制。
+ 单击左键开始绘制。
</div>
</div>
\ No newline at end of file
--
Gitblit v1.9.3