From 8bf142dc217414810a6766ae6f0d318b0cca82e7 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期二, 16 五月 2023 10:45:51 +0800 Subject: [PATCH] page modify --- src/main/webapp/views/home/navigation.html | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/main/webapp/views/home/navigation.html b/src/main/webapp/views/home/navigation.html index 64ce2a6..296ae28 100644 --- a/src/main/webapp/views/home/navigation.html +++ b/src/main/webapp/views/home/navigation.html @@ -6,8 +6,8 @@ <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> - <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all"> - <link rel="stylesheet" href="../../static/css/road.css"> + <link rel="stylesheet" href="../../static/wms/layui/css/layui.css" media="all"> + <link rel="stylesheet" href="../../static/wms/css/road.css"> <style media="screen"> *{ @@ -20,35 +20,35 @@ letter-spacing: 1px; } body{ - background: url(../../static/image/nav/bg_1.png); + background: url(../../static/wms/image/nav/bg_1.png); background-size: cover; } .fn_1{ width: 250px; height: 220px; - background: url(../../static/image/nav/fn_1.png); + background: url(../../static/wms/image/nav/fn_1.png); background-size: cover; } .fn_1:hover{ - background: url(../../static/image/nav/fn_1_h.png); + background: url(../../static/wms/image/nav/fn_1_h.png); background-size: cover; } .fn_2{ width: 250px; height: 220px; - background: url(../../static/image/nav/fn_2.png); + background: url(../../static/wms/image/nav/fn_2.png); background-size: cover; } .fn_2:hover{ - background: url(../../static/image/nav/fn_2_h.png); + background: url(../../static/wms/image/nav/fn_2_h.png); background-size: cover; } .fn_3{ width: 250px; height: 220px; - background: url(../../static/image/nav/fn_3.png); + background: url(../../static/wms/image/nav/fn_3.png); background-size: cover; } .fn_3:hover{ - background: url(../../static/image/nav/fn_3_h.png); + background: url(../../static/wms/image/nav/fn_3_h.png); background-size: cover; } @@ -81,7 +81,7 @@ height: 74px; border: 1px solid #102262; border-radius: 5px; - background: url(../../static/image/nav/icon.png) no-repeat center center; + background: url(../../static/wms/image/nav/icon.png) no-repeat center center; background-size: 45% 45%; cursor: pointer; } @@ -130,9 +130,9 @@ </div> </body> -<script type="text/javascript" src="../../static/js/common.js"></script> -<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script> -<script type="text/javascript" src="../../static/layui/layui.js"></script> +<script type="text/javascript" src="../../static/wms/js/common.js"></script> +<script type="text/javascript" src="../../static/wms/js/jquery/jquery-3.3.1.min.js"></script> +<script type="text/javascript" src="../../static/wms/layui/layui.js"></script> <script> layui.config({ base: baseUrl + "/static/layui/lay/modules/" -- Gitblit v1.9.1