地质所 沉降监测网建设项目
chenhuan
2024-06-25 c93663ce356988b6e1391170312028a6e7636518
javaweb-plus/javaweb-admin/src/main/resources/templates/index.html
@@ -31,11 +31,18 @@
<!--                  <li class="logo">-->
<!--                <span class="logo-lg" >钻探工程平台</span>-->
<!--                 </li>-->
               <li style="margin: 36px auto;text-align: center">
                  <img th:src="@{/images/logo.png}">
               <li id="logo" style="margin: 36px auto;text-align: center">
                  <img th:src="@{/images/logo1.png}">
               </li>
               </a>
               <li>
            <li id="minilogo" style="display: none;height: 100px;align-content: center;margin-top: 30px;">
               <a style="text-align: center;padding: 0;" th:href="@{/index}">
                  <img th:src="@{/images/minilogo.png}">
               </a>
            </li>
<!--               <li>-->
<!--                  <div class="user-panel">-->
<!--                     <a class="menuItem" title="个人中心" th:href="@{/system/user/profile}"> -->
<!--                        <div class="hide" th:text="个人中心"></div>-->
@@ -50,6 +57,7 @@
<!--                    </div>-->
<!--                </div>-->
<!--               </li>-->
                <li th:each="menu : ${menus}">
                   <a th:class="@{${menu.url != '' && menu.url != '#'} ? ${menu.target}}" th:href="@{${menu.url == ''} ? |#| : ${menu.url}}">
                      <i class="fa fa-bar-chart-o" th:class="${menu.icon}"></i>
@@ -173,7 +181,7 @@
        <div class="row border-bottom">
            <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
                <div class="navbar-header">
                    <a class="navbar-minimalize minimalize-styl-2" style="color:#FFF;" href="#" title="收起菜单">
                    <a class="navbar-minimalize minimalize-styl-2" style="color:#565656;" href="#" title="收起菜单">
                       <i class="fa fa-bars"></i>
                    </a>
                </div>
@@ -231,7 +239,7 @@
                    th:src="@{/system/main}" frameborder="0" seamless></iframe>
        </div>
        <div class="footer">
            <div class="pull-right">Copyright © 2022.工程勘察地质信息查询服务平台 All Rights Reserved. Powered by. 京ICP备</div>
            <div class="pull-right">Copyright © 2024.钻探工程信息化系统 All Rights Reserved. Powered by. 京ICP备</div>
        </div>
    </div>
    <!--右侧部分结束-->