From c6890ef64bdac46759ebba6c37f94dd0f8d4ed90 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 02 Jul 2021 09:07:33 +0800
Subject: [PATCH] 部分样式更改,部分逻辑修改完善,飞行路线得添加等
---
widgets/instructions/css/style.css | 71 +++++++++++++++++------------------
1 files changed, 35 insertions(+), 36 deletions(-)
diff --git a/widgets/instructions/css/style.css b/widgets/instructions/css/style.css
index 1bab7bd..b593148 100644
--- a/widgets/instructions/css/style.css
+++ b/widgets/instructions/css/style.css
@@ -1,48 +1,47 @@
.jimu-widget-instructions {
- position: absolute !important;
- font-size: 14px;
- height: 42px !important;
- line-height: 42px;
- /* min-width: 160px !important; */
- right: auto !important;
- bottom: auto !important;
- left: 10px !important;
- top: 72px !important;
- /* 240px */
- background: rgba(255, 255, 255, 1);
- color: #fff;
- /* border : 1px solid rgba(0, 0, 0, 0.3); */
- 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; */
- /*align-items: center;
+ position: absolute !important;
+ font-size: 14px;
+ height: 36px !important;
+ line-height: 36px;
+ /* min-width: 160px !important; */
+ right: auto !important;
+ bottom: auto !important;
+ left: 10px !important;
+ top: 20px !important;
+ /* 240px */
+ background: rgba(255, 255, 255, 1);
+ color: #fff;
+ /* border : 1px solid rgba(0, 0, 0, 0.3); */
+ border-radius: 8px;
+ /* text-align : center; */
+ /* cursor : pointer; */
+ z-index: 15 !important;
+ box-sizing: border-box;
+ /* padding: 0 20px 0 20px!important; */
+ /* display: flex; */
+ /*align-items: center;
justify-content: center; */
- transition: all 0.5s;
- cursor: pointer;
+ transition: all 0.5s;
+ cursor: pointer;
}
.jimu-widget-instructions img {
- width: 20px;
- position: relative;
- top: -2px;
- left: -5px;
- margin-left: 11px;
+ width: 20px;
+ position: relative;
+ top: -2px;
+ left: -5px;
+ margin-left: 11px;
}
.jimu-widget-instructions .instructions-title {
- color: #5AA9FB;
- font-size: 1rem;
- font-weight: 400;
- letter-spacing: 1.5px;
- display: inline-block;
- margin-right: 11px;
+ color: #5AA9FB;
+ font-size: 1rem;
+ font-weight: 400;
+ letter-spacing: 1.5px;
+ display: inline-block;
+ margin-right: 11px;
}
.site-dropdown-demo {
- border-radius: 8px;
+ border-radius: 8px;
}
\ No newline at end of file
--
Gitblit v1.9.3