From f04efcae7635378aed3bca570322a38cae97d722 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 11 Jun 2021 16:43:57 +0800
Subject: [PATCH] 搜索弹窗 表格
---
widgets/instructions/css/style.css | 28 ++++++++++++++++++----------
1 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/widgets/instructions/css/style.css b/widgets/instructions/css/style.css
index 17b6070..c52cf18 100644
--- a/widgets/instructions/css/style.css
+++ b/widgets/instructions/css/style.css
@@ -1,9 +1,9 @@
.jimu-widget-instructions {
position: absolute !important;
font-size: 14px;
- height: 50px !important;
- line-height: 32px;
- width: 200px !important;
+ height: 42px !important;
+ line-height: 42px;
+ /* min-width: 160px !important; */
right: auto !important;
bottom: auto !important;
left: 260px;
@@ -12,25 +12,33 @@
background: rgba(255, 255, 255, 1);
color: #fff;
/* border : 1px solid rgba(0, 0, 0, 0.3); */
- border-radius: 6px 6px 6px 6px;
+ border-radius: 14px;
/* text-align : center; */
/* cursor : pointer; */
z-index: 15 !important;
box-sizing: border-box;
+ padding: 0 20px 0 20px;
/* padding: 0 20px 0 20px!important; */
- display: flex;
- align-items: center;
- justify-content: center;
+ /* display: flex; */
+ /*align-items: center;
+ justify-content: center; */
transition: all 0.5s;
+ cursor: pointer;
}
.jimu-widget-instructions img {
- width: 35px;
+ width: 20px;
+ position: relative;
+ top:-2px;
+ left: -5px;
+ margin-left: 11px;
}
.jimu-widget-instructions .instructions-title {
color: #5AA9FB;
- font-size: 1.3rem;
- font-weight: 600;
+ font-size: 1rem;
+ font-weight: 400;
letter-spacing:1.5px;
+ display: inline-block;
+ margin-right: 11px;
}
\ No newline at end of file
--
Gitblit v1.9.3