From 124254f51ea930f4f8bcfb32132cd73bc2413233 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 11 Jun 2021 15:46:38 +0800
Subject: [PATCH] 左上指示器可选菜单
---
widgets/searchL/css/style.css | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/widgets/searchL/css/style.css b/widgets/searchL/css/style.css
index 420656f..7ad04b8 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,16 +51,19 @@
.jimu-widget-searchL #inputTwo {
display: none;
- width: 260px;
+ width: 280px;
height: 35px;
font-size: 14px;
align-items: center;
justify-content: center;
}
+.jimu-widget-searchL .searchLMain .layui-tab-content{
+ padding: 0 !important;
+}
.jimu-widget-searchL #inputTwo #local_data2 {
position: relative;
- left: -15px;
+ left: -5px;
}
.jimu-widget-searchL .input-sms1 {
@@ -113,7 +116,7 @@
right: 5px;
top: 70px;
width: 462px;
- min-height: 554px;
+ min-height: 540px;
height: auto;
padding-bottom: 20px;
border-radius: 5px 5px 5px 5px;
--
Gitblit v1.9.3