From 2ba5c891b24d4d0cd6ce7ef833592e4f576ee5e8 Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期二, 28 六月 2022 15:21:17 +0800 Subject: [PATCH] fix(html): 字段调整,样式调整 --- WebRoot/business/appdown.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WebRoot/business/appdown.html b/WebRoot/business/appdown.html index 391c314..f2097eb 100644 --- a/WebRoot/business/appdown.html +++ b/WebRoot/business/appdown.html @@ -22,8 +22,8 @@ <!-- <div class="download-terminal"><span></span><em>鐢宠涓�...</em></div> --> <!-- <div class="download-terminal wx"><span class="wechat"></span><em>鐢宠涓�...</em></div> --> - - + + <!-- <div class="download-terminal iPhone2"><img src="images/down1.png" width="100" height="100" alt=""/> <div class="download-terminal-short"><span class="ios"></span><a href="">绔嬪嵆涓嬭浇</a></div> </div> --> @@ -33,7 +33,7 @@ </div> -<!-- +<!-- <link rel="stylesheet" type="text/css" href="${common_static}/static/ui/appdown/css/downcss.css"/> <link rel="stylesheet" type="text/css" href="${common_static}/static/ui/appdown/css/official-site.css"/> <div class="banner down_banner"> @@ -51,7 +51,7 @@ <div class="down_cont_left"> <img src="${common_static}/static/ui/appdown/images/down_07.jpg" alt="" /> </div> - <div class="down_cont_right ioswidth"> + <div class="down_cont_right ioswidth"> <h2>浜戦泙杩愮淮iOS鐗�</h2> <div class="down_cont_con"> <p><a ><img src="${common_static}/static/ui/appdown/images/down_02.png" alt="" />鐢宠涓�...</a></p> @@ -78,7 +78,7 @@ <script type="text/javascript"> function down(){ window.location.href="${base}/business/appdownload.html"; - + } function gotoHome(){ @@ -87,7 +87,7 @@ </script> <footer> <p><a>鎰忚鍙嶉</a> | <a>甯姪璇存槑</a> | <a>鍏充簬杩愮淮</a> | <a>鑱旂郴鎴戜滑</a> </p> - <p>Copyright ? 1996-2016 ${Constants.company_name}</p> + <p>Copyright 漏 1996-2022 ${Constants.company_name}</p> </footer> </body> </html> -- Gitblit v1.9.1