From 0163b28ce3a2e0186b82e02fd8f98f8d9ee55340 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 22 Jun 2021 17:41:48 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

---
 widgets/FlyRoute/css/style.css |  196 ++++++++++++++++++++++++------------------------
 1 files changed, 98 insertions(+), 98 deletions(-)

diff --git a/widgets/FlyRoute/css/style.css b/widgets/FlyRoute/css/style.css
index 3b0a355..91e7f99 100644
--- a/widgets/FlyRoute/css/style.css
+++ b/widgets/FlyRoute/css/style.css
@@ -1,160 +1,160 @@
 .jimu-widget-FlyRoute {
-	width: 100%;
-	height: 100%;
-	overflow-x: hidden;
-	background-color: rgba(255, 255, 255, 0.8);
-	display: none;
-	font-size: 14px;
-	border: 1px solid rgb(212, 212, 212);
-	border-radius: 5px;
-	color: rgb(0, 0, 0);
-	z-index: 9 !important;
+    width: 100%;
+    height: 100%;
+    overflow-x: hidden;
+    background-color: rgba(255, 255, 255, 0.8);
+    display: none;
+    font-size: 14px;
+    border: 1px solid rgb(212, 212, 212);
+    border-radius: 5px;
+    color: rgb(0, 0, 0);
+    z-index: 9 !important;
 }
 
 /* 头部 */
 .jimu-widget-FlyRoute .fly-route-header {
-	position: relative;
-	width: 100%;
-	height: 40px;
-	line-height: 40px;
-	font-size: 20px;
-	border-bottom: 1px solid rgb(184, 184, 184);
+    position: relative;
+    width: 100%;
+    height: 40px;
+    line-height: 40px;
+    font-size: 20px;
+    border-bottom: 1px solid rgb(184, 184, 184);
 }
 
 .jimu-widget-FlyRoute .fly-route-header i {
-	display: inline-block;
-	margin-left: 6px;
-	vertical-align: middle;
-	width: 20px;
-	height: 20px;
-	background: url(../../../images/toolbox.png ) no-repeat 0 -176px;
-	background-size: 20px;	
+    display: inline-block;
+    margin-left: 6px;
+    vertical-align: middle;
+    width: 20px;
+    height: 20px;
+    background: url(../../../images/toolbox.png ) no-repeat 0 -176px;
+    background-size: 20px;
 }
 
 .jimu-widget-FlyRoute .fly-route-header .close-flyrouter {
-	position: absolute;
-	top: 50%;
-	right: 8px;
-	font-size: 38px;
-	font-weight: 400;
-	height: 28px;
-	line-height: 18px;
-	/* display: flex;
+    position: absolute;
+    top: 50%;
+    right: 8px;
+    font-size: 38px;
+    font-weight: 400;
+    height: 28px;
+    line-height: 18px;
+    /* display: flex;
 	align-items: center;
 	justify-content: center; */
 
-	cursor: pointer;
-	transform: translateY(-50%);
+    cursor: pointer;
+    transform: translateY(-50%);
 }
 
 
 
 .jimu-widget-FlyRoute input,
 .jimu-widget-FlyRoute select {
-	border: 0;
+    border: 0;
 }
 
 .jimu-widget-FlyRoute .fly-route-continer {
-	/* margin: 10px 8px; */
-	position: absolute;
-	top: 51px;
-	left: 10px;
-	right: 10px;
-	bottom: 10px;
+    /* margin: 10px 8px; */
+    position: absolute;
+    top: 51px;
+    left: 10px;
+    right: 10px;
+    bottom: 10px;
 }
 
 /* 选择框,或者说选择飞行路线 */
 .jimu-widget-FlyRoute .fly-route-control #flightRoute {
-	width: 100%;
-	height: 30px;
+    width: 100%;
+    height: 30px;
 }
 
 /* 控制按钮 */
 .jimu-widget-FlyRoute .fly-route-continer .fly-route-control-btn,
 .jimu-widget-FlyRoute .fly-route-continer .fly-route-new-btn {
-	margin-top: 10px;
-	width: 100%;
+    margin-top: 10px;
+    width: 100%;
 }
 
 .jimu-widget-FlyRoute .fly-route-continer .fly-route-control-btn input,
 .jimu-widget-FlyRoute .fly-route-continer .fly-route-new-btn input {
-	margin: 0 1%;
-	width: 30%;
-	height: 30px;
-	color: #fff;
-	background: rgb(62,159,252);
-	border: 1px solid rgb(69, 154, 251);
-	border-radius: 4px;
-	cursor: pointer;
+    margin: 0 1%;
+    width: 30%;
+    height: 30px;
+    color: #fff;
+    background: rgb(62, 159, 252);
+    border: 1px solid rgb(69, 154, 251);
+    border-radius: 4px;
+    cursor: pointer;
 }
 
 
 .jimu-widget-FlyRoute .fly-route-continer .fly-route-new {
-	position: absolute;
-	top: 80px;
-	bottom: 0px;
-	width: 100%;
+    position: absolute;
+    top: 80px;
+    bottom: 0px;
+    width: 100%;
 }
 
 .jimu-widget-FlyRoute .fly-route-continer .fly-route-new-top {
-	height: 24px;
-	line-height: 24px;
-	font-size: 16px;
+    height: 24px;
+    line-height: 24px;
+    font-size: 16px;
 }
 
 .jimu-widget-FlyRoute .fly-route-continer .fly-route-new-top span {
-	margin: 0;
-	display: inline-block;
-	width: 80px;
-	/* height: 16px !important; */
+    margin: 0;
+    display: inline-block;
+    width: 80px;
+    /* height: 16px !important; */
 }
 
-.jimu-widget-FlyRoute .fly-route-continer .fly-route-new-top input { 
-	margin: 0;
-	width: 150px;
-	height: 24px;
-	vertical-align: top;
-	border: none;
+.jimu-widget-FlyRoute .fly-route-continer .fly-route-new-top input {
+    margin: 0;
+    width: 150px;
+    height: 24px;
+    vertical-align: top;
+    border: none;
 }
 
 .jimu-widget-FlyRoute .fly-route-continer .fly-route-new>div:nth-child(3) {
-	position: absolute;
-	top: 64px;
-	left: 0;
-	bottom: 0;
-	width: 100%;
-	height: auto;
+    position: absolute;
+    top: 64px;
+    left: 0;
+    bottom: 0;
+    width: 100%;
+    height: auto;
 
 }
 
-#passPoint,
-#passPoint li {
-	margin: 0;
-	padding: 0;
+.jimu-widget-FlyRoute #passPoint,
+.jimu-widget-FlyRoute #passPoint li {
+    margin: 0;
+    padding: 0;
 }
 
-#passPoint {
-	height: 100%;
-	list-style: none;
-	overflow: auto;
+.jimu-widget-FlyRoute #passPoint {
+    height: 100%;
+    list-style: none;
+    overflow: auto;
 }
 
-#passPoint li {
-	margin: 10px 40px;
+.jimu-widget-FlyRoute #passPoint li {
+    margin: 10px 40px;
 }
 
-.item {
-	background: #3E9FFC;
-	border-radius: 5px;
-	height: 20px;
-	padding-left: 5px;
-	color: white;
-	font-family: "微软雅黑";
-	text-align: center;
-	margin-bottom: 5px;
-}
-.item:nth-child(1){
-	margin-top: 20px !important;
+.jimu-widget-FlyRoute .item {
+    background: #3E9FFC;
+    border-radius: 5px;
+    height: 20px;
+    padding-left: 5px;
+    color: white;
+    font-family: "微软雅黑";
+    text-align: center;
+    margin-bottom: 5px;
+    cursor: pointer;
 }
 
-
+.jimu-widget-FlyRoute .item:nth-child(1) {
+    margin-top: 20px !important;
+}
\ No newline at end of file

--
Gitblit v1.9.3