| | |
| | | form { |
| | | /* width: 95%; */ |
| | | width: 97%; |
| | | position: absolute; |
| | | bottom: 10px; |
| | | /* margin-top: 40px; */ |
| | | } |
| | | |
| | | html { |
| | |
| | | |
| | | .layui-prop { |
| | | margin-left: 10px; |
| | | position: relative; |
| | | } |
| | | |
| | | .layui-form-item .line { |
| | |
| | | |
| | | .bnt-box { |
| | | text-align: center; |
| | | height: 58px; |
| | | height: 48px; |
| | | } |
| | | |
| | | .bnt-box button { |
| | | margin-top: 10px; |
| | | margin-top: 5px; |
| | | } |
| | | |
| | | .fly { |
| | |
| | | |
| | | #flySpeed { |
| | | padding: 19px 0; |
| | | } |
| | | .norline{ |
| | | display: none !important; |
| | | } |
| | | </style> |
| | | </head> |
| | |
| | | <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;"> |
| | | |
| | |
| | | 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(); |