北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
少年
2024-01-20 bcb686607ddff77f83b5e6d597f483b3d49e596e
static/SmartEarthSDK/Workers/path/Path.html
@@ -44,6 +44,9 @@
        form {
            /* width: 95%; */
            width: 97%;
            position: absolute;
            bottom: 8px;
            /* margin-top: 40px; */
        }
        html {
@@ -71,6 +74,7 @@
        .layui-prop {
            margin-left: 10px;
            position: relative;
        }
        .layui-form-item .line {
@@ -82,7 +86,8 @@
        }
        .layui-form-item {
            border: 1px solid;
            border: 1px dashed rgba(0, 0, 0, 0.1);
            padding: 4px;
            margin-bottom: 0px !important;
            border-bottom: none;
        }
@@ -102,13 +107,17 @@
        }
        .bnt-box {
            text-align: center;
            height: 58px;
            /* text-align: center; */
            height: 60px;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
        .bnt-box button {
            margin-top: 10px;
            margin-top: 15px;
        }
        .fly {
            display: none;
@@ -116,6 +125,10 @@
        #flySpeed {
            padding: 19px 0;
        }
        .norline {
            display: none !important;
        }
    </style>
</head>
@@ -128,7 +141,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 +263,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();