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 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)

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 {

--
Gitblit v1.9.3