From 96144595b4149245c3e8e8279fe367ca924dcfe4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 11 Jun 2021 17:25:17 +0800
Subject: [PATCH] 下拉
---
widgets/instructions/css/style.css | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/widgets/instructions/css/style.css b/widgets/instructions/css/style.css
index c52cf18..b13f407 100644
--- a/widgets/instructions/css/style.css
+++ b/widgets/instructions/css/style.css
@@ -12,14 +12,14 @@
background: rgba(255, 255, 255, 1);
color: #fff;
/* border : 1px solid rgba(0, 0, 0, 0.3); */
- border-radius: 14px;
+ border-radius: 8px;
/* 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; */
+ /* display: flex; */
/*align-items: center;
justify-content: center; */
transition: all 0.5s;
@@ -29,7 +29,7 @@
.jimu-widget-instructions img {
width: 20px;
position: relative;
- top:-2px;
+ top: -2px;
left: -5px;
margin-left: 11px;
}
@@ -38,7 +38,11 @@
color: #5AA9FB;
font-size: 1rem;
font-weight: 400;
- letter-spacing:1.5px;
+ letter-spacing: 1.5px;
display: inline-block;
margin-right: 11px;
+}
+
+.site-dropdown-demo {
+ border-radius: 8px;
}
\ No newline at end of file
--
Gitblit v1.9.3