<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>口袋城 一个口袋 一个手机 一座城市 移动互联网解决方案服务商</title>
<meta name="keywords"
content="口袋城,免费app制作,生成app,app开发,app在线制作平台,app代理加盟、app加盟,H5应用,H5页面,HTML5,移动建站,青岛APP开发,青岛微信开发" />
<meta name="description"
content="口袋城致力于为代理商提供微信营销,微电商,APP开发,APP外包,APP推广,在口袋城您的任何需求都可以找到最合适的解决方案,口袋城app制作平台是app代理加盟的优先选择" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link media="all" type="text/css" rel="stylesheet" href="css/about.css">
<!--[if lte IE 6]>
<script src="js/png.js" type="text/javascript"></script>
<script type="text/javascript">
DD_belatedPNG.fix('.png');
</script>
<![endif]-->
<!--[if lte IE 9]>
<script src="js/pnghb.js" type="text/javascript"></script>
<![endif]-->
</head>
<body class="width960">
<div class="index" id="index">
<div>
<div class="topBar">
<div class="comPos">
<div class="topList">
<a> 欢迎访问口袋城!</a><a>一个口袋</a><a>一部手机</a><a>一座城市</a>
</div>
<div class="fR">
<div class="hotline fL">
<img src="images/phoneNum.png" alt="口袋城 移动营销"><span class="fL"></span>
</div>
<a class="mail fL"><img src="images/ZC.gif" alt="口袋城 app加盟"></a>
<div class="lan fL"><a target="_blank" href="http://app.koudaicheng.com">登录</div>
</div>
</div>
</div>
<div class="menu">
<div class="comPos">
<a href="index.html" class="logoTop"><img src="images/logo.png" alt="口袋城 免费app制作"></a>
<div class="menuLink fR">
<a href="index.html">网站首页</a> <a href="app.html">APP配置</a> <a
href="weixinyingxiao.html">微信营销</a> <a href="weidian.html">微店创建</a>
<a href="case.html">客户案例</a> <a href="join.html">代理加盟</a><a href="news.html">新闻资讯</a> <a
href="about.html">关于我们</a>
</div>
</div>
</div>
<div id="floatTools" class="rides-cs" style="height: 246px;">
<div class="floatL">
<a id="aFloatTools_Show" class="btnOpen" title="查看在线客服"
style="top: 20px; display: block" href="javascript:void(0);">展开</a>
<a id="aFloatTools_Hide" class="btnCtn" title="关闭在线客服"
style="top: 20px; display: none" href="javascript:void(0);">收缩</a>
</div>
<div id="divFloatToolsView" class="floatR"
style="display: none; height: 237px; width: 140px;">
<div class="cn">
<h3 class="titZx">口袋城在线客服</h3>
<ul>
<li><span>客服1</span> <a target="_blank"
href="http://wpa.qq.com/msgrd?v=3&uin=343684713&site=qq&menu=yes"><img
border="0" src="images/online.png" alt="APP加盟"
title="联系APP加盟" /></a></li>
<li><span>客服2</span> <a target="_blank"
href="http://wpa.qq.com/msgrd?v=3&uin=894174059&site=qq&menu=yes"><img
border="0" src="images/online.png" alt="APP加盟"
title="联系APP加盟" /></a></li>
<li><span>客服3</span> <a target="_blank"
href="http://wpa.qq.com/msgrd?v=3&uin=545660896&site=qq&menu=yes"><img
border="0" src="images/online.png" alt="APP加盟"
title="联系APP加盟" /></a></li>
<li style="border: none;"><span>电话:029-68573888</span></li>
</ul>
</div>
</div>
</div>
<div class="wy-mod-banner" style="overflow: hidden;">
<div id="_banners" class="banners">
<div class="banner banner4">
<img height="535" src="images/bg1.jpg" alt="免费app制作"/>
</div>
<div class="banner banner3">
<img height="535" src="images/bg2.jpg" alt="生成app"/>
</div>
<div class="banner banner2">
<img height="535" src="images/bg3.jpg" alt="app开发"/>
</div>
<div class="banner banner1">
<img height="535" src="images/bg4.jpg" alt="app在线制作平台"/>
</div>
</div>
<div id="_focus" class="focus">
<a data-index="0" href="javascript:void(0);" class="on"><span
class="bg-b"></span><span class="inner"></span></a> <a data-index="1"
href="javascript:void(0);"><span class="bg-b"></span><span
class="inner"></span></a> <a data-index="2" href="javascript:void(0);"><span
class="bg-b"></span><span class="inner"></span></a> <a data-index="3"
href="javascript:void(0);"><span class="bg-b"></span><span
class="inner"></span></a>
</div>
</div>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript">
var glume = function(banners_id, focus_id) {
this.$ctn = $('#' + banners_id);
this.$focus = $('#' + focus_id);
this.$adLis = null;
this.$btns = null;
this.switchSpeed = 4;//自动播放间隔(s)
this.defOpacity = 1;
this.crtIndex = 0;
this.adLength = 0;
this.timerSwitch = null;
this.init();
};
glume.prototype = {
fnNextIndex : function() {
return (this.crtIndex >= this.adLength - 1) ? 0
: this.crtIndex + 1;
},
//动画切换
fnSwitch : function(toIndex) {
if (this.crtIndex == toIndex) {
return;
}
this.$adLis.css('zIndex', 0);
this.$adLis.filter(':eq(' + this.crtIndex + ')').css(
'zIndex', 2);
this.$adLis.filter(':eq(' + toIndex + ')').css(
'zIndex', 1);
this.$btns.removeClass('on');
this.$btns.filter(':eq(' + toIndex + ')')
.addClass('on');
var me = this;
$(this.$adLis[this.crtIndex]).animate({
opacity : 0
}, 1000, function() {
me.crtIndex = toIndex;
$(this).css({
opacity : me.defOpacity,
zIndex : 0
});
});
},
fnAutoPlay : function() {
this.fnSwitch(this.fnNextIndex());
},
fnPlay : function() {
var me = this;
me.timerSwitch = window.setInterval(function() {
me.fnAutoPlay();
}, me.switchSpeed * 1000);
},
fnStopPlay : function() {
window.clearTimeout(this.timerSwitch);
this.timerSwitch = null;
},
init : function() {
this.$adLis = this.$ctn.children();
this.$btns = this.$focus.children();
this.adLength = this.$adLis.length;
var me = this;
//点击切换
this.$focus.on('click', 'a',
function(e) {
e.preventDefault();
var index = parseInt($(this).attr(
'data-index'), 10)
me.fnSwitch(index);
});
this.$adLis.filter(':eq(' + this.crtIndex + ')').css(
'zIndex', 2);
this.fnPlay();
//hover时暂停动画
this.$ctn.hover(function() {
me.fnStopPlay();
}, function() {
me.fnPlay();
});
if ($.browser.msie && $.browser.version < 7) {
this.$btns.hover(function() {
$(this).addClass('hover');
}, function() {
$(this).removeClass('hover');
});
}
}
};
var player1 = new glume('_banners', '_focus');
</script>
<!--代码-->
<div class="qr-outer clr">
<div class="qr_nr">
<div class="qr_tp"> 微同盟APP手机二维码</div>
<div class="or">
<div> 公告</div>
</div>
<div class="wb">
口袋城app制作平台是app代理加盟的优先选择。
<a href="join.html" target="_blank" title="微商城_微信商城_微信购物商城_微信商城建设_微信网站建设_微网站公司_微电商" class="green">了解更多>></a></div>
</div>
</div>
<
DTcode7
- 粉丝: 3w+
- 资源: 4986
最新资源
- HTML5实现好看的水上运动俱乐部网站源码.zip
- HTML5实现好看的私人水疗会所网页模板.zip
- HTML5实现好看的外贸商务合作公司网站模板.zip
- HTML5实现好看的涂料粉刷公司官网网站源码.zip
- HTML5实现好看的外卖订餐平台网站模板.zip
- HTML5实现好看的野生动物园网站源码.zip
- HTML5实现好看的网红沙发茶几网站源码.zip
- HTML5实现好看的响应式蓝色商城网站源码.zip
- HTML5实现好看的在线课堂教育培训网站源码.zip
- HTML5实现好看的婴儿护理教育网站源码.zip
- HTML5实现好看的游戏门户新闻网站源码.zip
- HTML5实现好看的珠宝首饰电商网站源码.zip
- HTML5实现好看的智能家居互联网产品网站源码.zip
- 苹果、柠檬、人检测3-YOLO(v5至v11)、COCO、CreateML、Paligemma、TFRecord、VOC数据集合集.rar
- 使用Python编程实现圣诞树图形绘制
- 基于多时间尺度的灵活性资源优化配置 关键词:多时间尺度;模型预测控制;日内滚动优化; 1. 程序:matlab-yalmip-cplex 2.设备:以包含风力场、光伏电站、微型燃气轮机、蓄电池、余热锅
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈