From db6de8889a3271f4764648ca24b3584498498c2d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 19 Jul 2021 11:48:49 +0800
Subject: [PATCH] 巡逻样式
---
public/map/lib/layui/css/modules/layer/myskin/routename-and-peoplename.css | 11 ++++++++---
public/map/popup/style/routename-and-peoplename.css | 24 ++++++++++++++++++++----
2 files changed, 28 insertions(+), 7 deletions(-)
diff --git a/public/map/lib/layui/css/modules/layer/myskin/routename-and-peoplename.css b/public/map/lib/layui/css/modules/layer/myskin/routename-and-peoplename.css
index 0071310..1e0435e 100644
--- a/public/map/lib/layui/css/modules/layer/myskin/routename-and-peoplename.css
+++ b/public/map/lib/layui/css/modules/layer/myskin/routename-and-peoplename.css
@@ -12,14 +12,19 @@
.routename-and-peoplename .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; */
+
}
.routename-and-peoplename .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/routename-and-peoplename.css b/public/map/popup/style/routename-and-peoplename.css
index cc3cca7..bc2e808 100644
--- a/public/map/popup/style/routename-and-peoplename.css
+++ b/public/map/popup/style/routename-and-peoplename.css
@@ -22,7 +22,7 @@
width: 100%;
height: 100%;
box-sizing: border-box;
- color: #677788;
+ color: #fff;
}
.routename-and-peoplename-box li {
@@ -39,7 +39,15 @@
.routename-and-peoplename-box li span {
flex: 2;
}
-
+.routename-and-peoplename-box li:nth-child(2) select::-webkit-input-placeholder {
+ color: #fff;
+ }
+ input::-moz-input-placeholder {
+ color: #fff;
+ }
+ input::-ms-input-placeholder {
+ color: #fff;
+ }
.routename-and-peoplename-box li:nth-child(2) select {
margin-top: 6px;
padding: 0 10px;
@@ -47,11 +55,15 @@
flex: 6;
height: 28px;
outline: none;
- color: #677788;
+ /* colorgb(37, 20, 20)fff; */
+ background-color: #004CA7 !important;
+ color: #fff !important;
+ border: 1px solid #007bc3 !important;
+ border-radius: 5px !important;
}
.routename-and-peoplename-box li:nth-child(2) select option {
- color: #677788;
+ color: #fff;
}
@@ -65,6 +77,10 @@
outline: none;
height: 28px;
font-size: 14px;
+ background-color: #004CA7 !important;
+ color: #fff !important;
+ border: 1px solid #007bc3 !important;
+ border-radius: 5px !important;
}
.routename-and-peoplename-box .confirm-update {
--
Gitblit v1.9.3