96 lines
3.4 KiB
HTML
96 lines
3.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,initial-scale=1.0,width=device-width" />
|
|
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no">
|
|
<title>Hello APP</title>
|
|
<link rel="stylesheet" type="text/css" href="/css/api.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/content.css" />
|
|
<script type="text/javascript" src="/scripts/jquery-2.0.2.min.js"></script>
|
|
<script type="text/javascript" src="/script/main.js?t=0"></script>
|
|
<script type="text/javascript" src="/script/api.js"></script>
|
|
<style type="text/css">
|
|
html, body {
|
|
background: none;
|
|
}
|
|
|
|
footer {
|
|
position: fixed;
|
|
bottom: 20px;
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
var syindex = 0;
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<footer style=" margin-top:20px; height:30px;overflow-y:visible;"><!--overflow:hidden;box-sizing:border-box;-->
|
|
<div class="ub">
|
|
<div class="pos_re ub ub-f1 footer-box">
|
|
<div id="index_0" class="ub-f1 ub ub-ver" onclick='onlink("/mobile/")'>
|
|
<div class="ub-img5 icon icon_act"></div>
|
|
<div class="uinn-a13 uinn-a13-hover tx-c">
|
|
首页
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="pos_re ub ub-f1 footer-box">
|
|
<div id="index_1" class="ub-f1 ub ub-ver" onclick='onloginlink("shop_other0.html?t=2")'>
|
|
<div class="ub-img5 icon"></div>
|
|
<div class="uinn-a13 tx-c">
|
|
批发预购
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="pos_re ub ub-f1 footer-box" onclick='onlink("shop_other.html?t=0")'>
|
|
<div class="footer-center-box">
|
|
<img src="/image/center.png?t=2">
|
|
<span>智能策略</span>
|
|
</div>
|
|
</div>
|
|
<div class="pos_re ub ub-f1 footer-box">
|
|
<div id="index_2" class="ub-f1 ub ub-ver" onclick='onlink("shop_other.html?t=0")'>
|
|
<div class="ub-img5 icon"></div>
|
|
<div class="uinn-a13 tx-c">
|
|
乡村振兴
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="pos_re ub ub-f1 footer-box">
|
|
<div id="index_3" class="ub-f1 ub ub-ver " onclick='onlink("my.html")'>
|
|
<div class="ub-img5 icon"></div>
|
|
<div class="uinn-a13 tx-c">
|
|
我的
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function () {
|
|
var t = $.getUrlParam("t");
|
|
if (t != null) {
|
|
syindex = t;
|
|
}
|
|
$("footer .pos_re .ub-f1 .ub-img5.icon_act").removeClass("icon_act");
|
|
$("footer .pos_re .ub-f1#index_"+syindex + " .ub-img5").addClass("icon_act");
|
|
$("footer .pos_re .ub-f1 .uinn-a13-hover").removeClass("uinn-a13-hover");
|
|
$("footer .pos_re .ub-f1#index_" + syindex + " .tx-c").addClass("uinn-a13-hover");
|
|
/*if(syindex!=2){
|
|
$api.addCls($api.dom("footer .pos_re .ub-f1#index_"+syindex + " .tx-c"),"uinn-a13-hover");
|
|
}*/
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</html>
|