From af75ade1f36ae099d454ffa4f052b704cf7e02e1 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期五, 19 一月 2024 10:16:35 +0800 Subject: [PATCH] 最新 --- static/SmartEarthSDK/Workers/path/Path.html | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/static/SmartEarthSDK/Workers/path/Path.html b/static/SmartEarthSDK/Workers/path/Path.html index e82bbaf..5ca36d9 100644 --- a/static/SmartEarthSDK/Workers/path/Path.html +++ b/static/SmartEarthSDK/Workers/path/Path.html @@ -44,6 +44,9 @@ form { /* width: 95%; */ width: 97%; + position: absolute; + bottom: 10px; + /* margin-top: 40px; */ } html { @@ -71,6 +74,7 @@ .layui-prop { margin-left: 10px; + position: relative; } .layui-form-item .line { @@ -103,11 +107,11 @@ .bnt-box { text-align: center; - height: 58px; + height: 48px; } .bnt-box button { - margin-top: 10px; + margin-top: 5px; } .fly { @@ -116,6 +120,9 @@ #flySpeed { padding: 19px 0; + } + .norline{ + display: none !important; } </style> </head> @@ -128,7 +135,7 @@ <button type="button" class="layui-btn layui-btn-normal" id="exit">閫�鍑烘极娓�</button> </div> <form class="layui-form" action=""> - <div class="layui-form-item"> + <div class="layui-form-item norline"> <label class="layui-form-label">璺嚎鍚嶇О</label> <div class="layui-input-block" id="roadName" style="line-height: 38px;"> @@ -250,6 +257,7 @@ var fly = null; var sgworld = parent.sgworld; var routeData = parent.PathAnimationData.flyData; + console.log(routeData); var url = parent.SmartEarthRootUrl + "Workers/Model/xiaoche.gltf"; $('#start').hide(); $('#stop').show(); -- Gitblit v1.9.3