From db9ea2a557e28fb1096dfebdb2ac23c3fe86cb57 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 04 Jun 2021 09:02:57 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/searchL/css/style.css | 43 ++++++++++++++++++++++++++++++++++++++-----
1 files changed, 38 insertions(+), 5 deletions(-)
diff --git a/widgets/searchL/css/style.css b/widgets/searchL/css/style.css
index d77d5c5..e2077ce 100644
--- a/widgets/searchL/css/style.css
+++ b/widgets/searchL/css/style.css
@@ -10,7 +10,7 @@
/* 240px */
background: rgba(255, 255, 255, 1);
color: #000;
- border-right: 1px solid #000;
+ /* border-right: 1px solid #000; */
border-radius: 6px 6px 6px 6px;
text-align: center;
/* cursor: pointer; */
@@ -28,6 +28,7 @@
align-items: center;
justify-content: center;
border-right: 1px solid rgba(0, 0, 0, .2);
+ cursor: pointer;
}
.jimu-widget-searchL .input-sms {
@@ -96,11 +97,43 @@
color: #000;
font-size: 14px;
}
+
.jimu-widget-searchL .searchLMain {
+ display: none;
position: fixed;
- right: 0;
- top: 0;
- width: 400px;
- height: 600px;
+ right: 5px;
+ top: 70px;
+ width: 479px;
+ min-height: 560px;
+ height: auto;
+ padding-bottom: 20px;
+ border-radius: 5px 5px 5px 5px;
background-color: aliceblue;
+}
+
+.jimu-widget-searchL .searchLMain .layui-tab-title {
+ /* border: 1px saddlebrown solid; */
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+}
+
+.jimu-widget-searchL .searchLMain .searchColce {
+ /* border: 1px saddlebrown solid; */
+ position: absolute;
+ right: 10px;
+ top: 5px;
+ font-size: 20px;
+ color: #000;
+ width: 25px;
+ height: 25px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ z-index: 15;
+ cursor: pointer;
+}
+
+.jimu-widget-searchL .searchLMain .searchColce:hover {
+ color: red;
}
\ No newline at end of file
--
Gitblit v1.9.3