From c64604f401a006cbb76539416abdbc843a258809 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 03 Jun 2021 10:03:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/searchL/css/style.css | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 106 insertions(+), 0 deletions(-)
diff --git a/widgets/searchL/css/style.css b/widgets/searchL/css/style.css
new file mode 100644
index 0000000..d77d5c5
--- /dev/null
+++ b/widgets/searchL/css/style.css
@@ -0,0 +1,106 @@
+.jimu-widget-searchL {
+ position: fixed;
+ font-size: 14px;
+ height: 35px !important;
+ line-height: 32px;
+ width: 300px !important;
+ top: 20px !important;
+ left: calc(50% - 150px) !important;
+ /* left: calc(100%-300); */
+ /* 240px */
+ background: rgba(255, 255, 255, 1);
+ color: #000;
+ border-right: 1px solid #000;
+ border-radius: 6px 6px 6px 6px;
+ text-align: center;
+ /* cursor: pointer; */
+ z-index: 10 !important;
+ display: flex;
+ align-items: center;
+}
+
+.jimu-widget-searchL .input-font {
+ /* width: 3rem; */
+ height: 35px;
+ /* color: #fff; */
+ display: flex;
+ font-size: 14px;
+ align-items: center;
+ justify-content: center;
+ border-right: 1px solid rgba(0, 0, 0, .2);
+}
+
+.jimu-widget-searchL .input-sms {
+ width: 260px;
+ height: 35px;
+ line-height: 40px;
+ font-size: 14px;
+ text-indent: 8px;
+ outline: 0;
+ float: left;
+ border: none;
+ /* box-shadow: 0 2px 6px #3a3c42; */
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px;
+ color: #000;
+ /* background-color: rgba(63, 72, 84, .7); */
+ border: none;
+ border-radius: 0px 5px 5px 0px;
+}
+
+.jimu-widget-searchL #inputTwo {
+ display: none;
+ width: 260px;
+ height: 35px;
+ font-size: 14px;
+ align-items: center;
+ justify-content: center;
+}
+
+.jimu-widget-searchL .input-sms1 {
+ width: 90px;
+ height: 35px;
+ line-height: 40px;
+ font-size: 14px;
+ text-indent: 8px;
+ outline: 0;
+ float: left;
+ border: none;
+ /* box-shadow: 0 2px 6px #3a3c42; */
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px;
+ color: #000;
+ /* background-color: rgba(63, 72, 84, .7); */
+ border: none;
+ /* border-radius: 0px 5px 5px 0px; */
+}
+
+.jimu-widget-searchL .input-sms1::-webkit-input-placeholder, .jimu-widget-searchL .input-sms::-webkit-input-placeholder {
+ color: #000;
+ font-size: 14px;
+}
+
+.jimu-widget-searchL .input-sms1::-moz-placeholder, .jimu-widget-searchL .input-sms::-moz-placeholder {
+ /* Mozilla Firefox 19+ */
+ color: #000;
+ font-size: 14px;
+}
+
+.jimu-widget-searchL .input-sms1:-moz-placeholder, .jimu-widget-searchL .input-sms:-moz-placeholder {
+ /* Mozilla Firefox 4 to 18 */
+ color: #000;
+ font-size: 14px;
+}
+
+.jimu-widget-searchL .input-sms1::-ms-input-placeholder, .jimu-widget-searchL .input-sms::-ms-input-placeholder {
+ color: #000;
+ font-size: 14px;
+}
+.jimu-widget-searchL .searchLMain {
+ position: fixed;
+ right: 0;
+ top: 0;
+ width: 400px;
+ height: 600px;
+ background-color: aliceblue;
+}
\ No newline at end of file
--
Gitblit v1.9.3