From 3bb0279bd9e2ef8f359acdf271fd7d6b4cdc5f79 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Jun 2021 09:02:31 +0800
Subject: [PATCH] 地形地址更换

---
 widgets/searchL/css/style.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/widgets/searchL/css/style.css b/widgets/searchL/css/style.css
index 420656f..a2e2fd3 100644
--- a/widgets/searchL/css/style.css
+++ b/widgets/searchL/css/style.css
@@ -3,13 +3,13 @@
   font-size: 14px;
   height: 35px !important;
   line-height: 32px;
-  width: 300px !important;
+  width: 320px !important;
   top: 20px !important;
   left: calc(50% - 150px) !important;
   /* left: calc(100%-300); */
   /* 240px */
   background: rgba(255, 255, 255, 1);
-  color: #000;
+  color: #969696 !important;
   /* border-right: 1px solid #000; */
   border-radius: 6px 6px 6px 6px;
   text-align: center;
@@ -32,7 +32,7 @@
 }
 
 .jimu-widget-searchL .input-sms {
-  width: 260px;
+  width: 280px;
   height: 35px;
   line-height: 40px;
   font-size: 14px;
@@ -51,7 +51,7 @@
 
 .jimu-widget-searchL #inputTwo {
   display: none;
-  width: 260px;
+  width: 280px;
   height: 35px;
   font-size: 14px;
   align-items: center;
@@ -60,7 +60,7 @@
 
 .jimu-widget-searchL #inputTwo #local_data2 {
   position: relative;
-  left: -15px;
+  left: -5px;
 }
 
 .jimu-widget-searchL .input-sms1 {

--
Gitblit v1.9.3