鍐滀赴缃慉PP.html 5.83 KB
<!DOCTYPE html>
<!-- saved from url=(0029)http://www.dili7.com/app.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0,  minimum-scale=1.0, maximum-scale=1.0">
	<meta content="telephone=no" name="format-detection">
	<meta content="black" name="apple-mobile-web-app-status-bar-style">
	
	<meta name="description" content="农丰网-Android客户端是地利集团推出的一款移动APP,旨在帮助用户随时随地采购批发。主要功能:商品浏览、语音搜索、在线下单、商品推荐、商品收藏、店铺推广、供应消息、农产品价格走势等;提供服务:代购代销、物流配送、保鲜预冷、理货包装等。">

	<title>农丰网APP</title>
	<style>
body,p,h1{
	padding: 0;margin: 0;
}

html,body{
	background: url('http://static.nong12.com/static/newStatic/pnr/images/app/bg.png') center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
/* 清除浮动 */
.clearfix { display: inline-table; zoom:1;}
* html .clearfix { height:1%; }
* html .clearfix { zoom:1; }
.clearfix { display:block; }
.clear {clear: both;}
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; line-height: 0px;}


header{
	padding: 10px;
	color: #fff;
	text-align: center;
}
.header-center{
	margin: 20px 0 0px 0;
}
.header-center .logo{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.header-center .logo img{
	max-width: 100%;
}
.header-info {
	overflow: hidden;
}
.header-center h1{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}
.header-info p{
	font-size: 14px;
}
.content{
	text-align: center;
	position: absolute;
	bottom: 55px;
	width: 50%;
	left: 50%;
	margin-left: -25%;
}
.content img{
	width: 100%;
}
.download-link{
	margin: 20px 0;
	text-align: center;
}
.android-icon{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 29px;
	background: url('http://static.nong12.com/static/newStatic/pnr/images/app/android-icon.png') no-repeat;
	background-size: 25px;
	margin-top: -2px;
}
.download-link a{
	display: inline-block;
	*display: inline;
	*zoom:1;
	background: #6acb3b;
	border-radius: 4px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	float: left;
	margin-left: 20px;
}
.download-link .right {
	float: right;
	margin-right: 20px;
}
footer{
	text-align: center;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.2);
}
footer a{
	color: #6acb3b;
	font-size: 16px;
	text-decoration: none;
}
footer .tiaoguo{
	float: right;
	background: none;
	color: #6acb3b;
	padding: 0;
	margin-right: 20px;
	border-radius: 0;
}

#weixin-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('http://static.nong12.com/static/newStatic/pnr/images/app/point.png')  center 80px no-repeat rgba(0, 0, 0, 0.7);
	background-size: 180px;
}
#weixin-point{
	height: 100%;
	background: url('http://static.nong12.com/static/newStatic/pnr/images/app/point1.png')  70px 0 no-repeat;
	background-size: 80px;
    background-position:top right;
    position: relative;
    right: 15px;
    top: 15px;
}
	</style>
<script src="chrome-extension://oofgjnalpjodkfmfomihdlchiiacnman/injectScripts.min.js"></script></head>
<body mycollectionplug="bind" cz-shortcut-listen="true">
<header>
	<div class="header-center clearfix">
		<span class="logo">
			<img src="../../../../Downloads/农丰网APP_files/app-logo.png">
		</span>
		<div class="header-info">
			<h1>农丰网  新版升级</h1>
			<p>全新交互体验,更多产品功能</p>
		</div>
	</div>
</header>
<div class="content">
	<img src="http://static.nong12.com/static/newStatic/pnr/images/app/android.png">
</div>

<footer>
	<div class="download-link clearfix">
        <a class="left" href="http://xiazai.nong12.com/Nong12.apk">
            <span class="android-icon"></span>
            Android下载
        </a>
        <a class="right" href="https://itunes.apple.com/cn/app/nong-feng-wang/id984349424">
            <span class="ios-icon"></span>
            iOS下载
        </a>
	</div>
</footer>

<div id="weixin-bg" style="display:none;">
	<div id="weixin-point"></div>
</div>

<script type="text/javascript">
	
//	var ua = navigator.userAgent.toLowerCase();
//
//	// 判断是否微信浏览器中打开
//	if( ua.match(/MicroMessenger/i) == "micromessenger" ) {
//		document.getElementById("downloadAndroid").onclick = function(){
//			document.getElementById("weixin-bg").style.display = "block";
//		};
//	} else {
//		var _rc = document.getElementById('weixin-bg');
//		document.body.removeChild( _rc );
//		document.getElementById("downloadAndroid").onclick = function(){
//			window.location.href = "http://xiazai.dili7.com/Dili7.apk";
//		};
//	}
//
//	document.getElementById("redirect").onclick = function(){
//		if(window.location.href.indexOf("redirect") > 0) {
//			var url = window.location.href.split("redirect=")[1];
//			window.location.href = url;
//		} else {
//			window.location.href = "http://www.dili7.com";
//		}
//
//
//	};

	// var storage = window.localStorage;
	// if( storage.searchStorage == undefined || storage.searchStorage == '' ){
	// 	storage.searchStorage = 'dlwww';
	// }

//	function setcookie( seconds ){
//        var date = new Date();
//        date.setTime( date.getTime()+( seconds*1000 ) );
//        document.cookie="applink=yes;path=/;expires="+date.toGMTString();
//    }
//    setcookie( 3600 );

	/* if(/(Android)/i.test(navigator.userAgent)){

		setTimeout(function(){
			window.location.href ="http://android-pnr-apk.qiniudn.com/Dili7.apk";
		} , 500 );
    	

	}else{
		setTimeout(function(){
	    	window.location.href ="http://www.dili7.com";
	    } , 500 );
	}; */


</script>

</body></html>