init
95
about.html
Normal file
@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>关于我们</title>
|
||||
<link rel="stylesheet" type="text/css" href="css.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<div class="top">
|
||||
<div class="nav">
|
||||
<span><a href="#">首页</a></span>
|
||||
<span><a href="#" class="a1">关于我们</a></span>
|
||||
<span><a href="#">课程体系 <img src="images/图层 9.png" style="margin-bottom:3px ;"> <div class="dianji">
|
||||
java全栈 </br>
|
||||
HTML&JS+前端 </br>
|
||||
软件测试 </br>
|
||||
大数据运维</br>
|
||||
UI/UE设计
|
||||
</div></a></span>
|
||||
<span><a href="#">毕业生风采</a></span>
|
||||
<span><a href="#">新闻动态</a></span>
|
||||
<span><a href="#">联系我们</a></span>
|
||||
<div class="henggang"> </div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<img src="./images/蒙版.png" alt="">
|
||||
<div class="gywm">关于我们</div>
|
||||
<div class="">
|
||||
<div class="bb1">
|
||||
<div class="shuxian"></div><div class="gsjj">公司简介</div>
|
||||
<div class="zi">
|
||||
码小白是济南云翼网络科技有限公司旗下专注于编程教育、软件开发的高端品牌,主要培训 JAVA开发工程师、Web前端全栈工程师、软件测试工程师等主流编程技术,采取实战小组制(10人以内)线下面授,保证高质量的教学,让每个学员都能学得会,学的好,所学即所用,依托强大的师资和就业资源,让学员高薪就业,稳定就业,实际工作中得心应手。
|
||||
</div>
|
||||
<div class="xuxian"></div>
|
||||
</div>
|
||||
<div class="bb1">
|
||||
<div class="shuxian"></div><div class="gsjj">码小白训练营特色</div>
|
||||
<div class="zi">
|
||||
终身辅导:老师在线辅导,学会为止 ; </br> 面试辅导:简历指导,面试题精讲;</br>就业推荐:优秀学员,内部推荐面试名企;</br>课程升级:滚动教学,内容紧跟行业技术前言;</br>行业规划:资深导师分步规划,指引你的IT之路
|
||||
|
||||
|
||||
</div>
|
||||
<div class="xuxian"></div>
|
||||
</div>
|
||||
<div class="bb1">
|
||||
<div class="shuxian"></div><div class="gsjj">培训中存在的问题</div>
|
||||
<div class="zi">
|
||||
学费高 平均价格2w以上;</br>水平低 教师退团队水平谱表较低;</br>技术差 学员面试通关率依然很差;</br>质量差 技术知识一问几不知;</br>重宣传 宣传投入很大,丢本逐末;</br>重营销 只为追求吸睛,效果差;</br> 重包装 广告满天飞,口碑却不行
|
||||
</div>
|
||||
<div class="xuxian"></div>
|
||||
</div>
|
||||
<div class="bb1">
|
||||
<div class="shuxian"></div><div class="gsjj">选择我们的理由</div>
|
||||
<div class="zi">
|
||||
学费全免,学员立省2w;</br>学习五个月,可获2-3年的工作经验;</br>坚持小班教学,专注高品质的IT技能培训,狠抓质量;</br>师资团队强大,一线互联网公司高级工程师亲授,管理经验丰富,实战经验一流;</br>课程体系与互联网企业技术无缝衔接,注重培养学生解决问题的能力;</br>实训项目均为互联网线上项目,在项目中学习技术(我们不教学生写任何无用的后台管理项目);</br> 包就业,山东多家中高端互联网公司(浪潮,移动,近现代)任你挑选。
|
||||
</div>
|
||||
<!-- <div class="xuxian"></div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="foot1">
|
||||
<div>关于我们</div>
|
||||
<div>学习资源</div>
|
||||
<div>常见问题</div>
|
||||
<div>快速导航</div>
|
||||
</div>
|
||||
<div class="foot2"><div>ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="jquery-3.6.0.min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(".nav>span>a:eq(2)").mouseenter(function(){
|
||||
// console.log($(this).children("div"))
|
||||
$(".dianji").stop().slideDown(1000)
|
||||
})
|
||||
$(".nav>span>a:eq(2)").mouseleave(function(){
|
||||
// console.log($(this).children("div"))
|
||||
$(".dianji").stop().slideUp(1000)
|
||||
})
|
||||
$(".dianji").mouseleave(function(){
|
||||
$(".dianji").stop().slideUp("show")
|
||||
})
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
165
css.css
Normal file
@ -0,0 +1,165 @@
|
||||
* { padding: 0; margin: 0; border: 0; }
|
||||
li {
|
||||
list-style: none outside none;
|
||||
}
|
||||
a{color:#2d374b;text-decoration:none;}
|
||||
.wrap{
|
||||
width: 1920px;
|
||||
height: 1293px;
|
||||
background-color:#F2F2F2;
|
||||
}
|
||||
.top{
|
||||
width: 1920px;
|
||||
height: 90px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.nav{
|
||||
padding-left: 825px;
|
||||
margin-right: 242px;
|
||||
|
||||
}
|
||||
.wrap>.top>.nav>span{
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
margin:30px ;
|
||||
}
|
||||
a:link { color: #333333; text-decoration: none; }
|
||||
a:active{color:#0F5FB6;}
|
||||
.a1{
|
||||
height: 90px;
|
||||
color: #0F5FB6;
|
||||
}
|
||||
.henggang{
|
||||
width: 38px;
|
||||
height: 5px;
|
||||
background: #0F5FB6;
|
||||
position:absolute;
|
||||
top: 85px;
|
||||
left:1575px;
|
||||
}
|
||||
|
||||
.dianji{
|
||||
width: 153px;
|
||||
height: 227px;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 14px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #666666;
|
||||
line-height: 41px;
|
||||
position:absolute;
|
||||
top: 98px;
|
||||
left:1081px;
|
||||
padding-left: 12px;
|
||||
padding-top:8px;
|
||||
display: none;
|
||||
}
|
||||
.content{
|
||||
width: 1440px;
|
||||
height: 961px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 0px 0px 12px 12px;
|
||||
margin-left: 240px;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.lxwm{
|
||||
width: 138px;
|
||||
height: 32px;
|
||||
font-size: 34px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 600;
|
||||
color: #FFFFFF;
|
||||
text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);
|
||||
position: relative;
|
||||
bottom: 93px ;
|
||||
left: 654px;
|
||||
}
|
||||
.bai{
|
||||
width: 1440px;
|
||||
height: 817px;
|
||||
/* background: #FFFFFF; */
|
||||
}
|
||||
.bb1{
|
||||
margin-top: 40px;
|
||||
margin-left: 96px;
|
||||
}
|
||||
|
||||
.shuxian{
|
||||
width: 5px;
|
||||
height: 24px;
|
||||
background: #0F5FB6;
|
||||
}
|
||||
.lxwm2{
|
||||
width: 90px;
|
||||
height: 21px;
|
||||
font-size: 22px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
margin-left: 17px;
|
||||
position: relative;
|
||||
top: -30px;
|
||||
|
||||
}
|
||||
.zi{
|
||||
width: 350px;
|
||||
height: 89px;
|
||||
font-size: 14px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 300;
|
||||
color: #333333;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.tukuang{
|
||||
width: 653px;
|
||||
height: 570px;
|
||||
/* background: #D8D8D8; */
|
||||
margin-top: 5px;
|
||||
margin-left: 93px;
|
||||
}
|
||||
.tu{
|
||||
width: 622px;
|
||||
height: 525px;
|
||||
margin-left: 2px;
|
||||
margin-top: 26px;
|
||||
}
|
||||
.footer{
|
||||
width: 1920px;
|
||||
height: 128px;
|
||||
background: #1C1F21;
|
||||
margin-top: 54px;
|
||||
}
|
||||
.foot1{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-left: 15px;
|
||||
font-size: 17px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.foot1>div{
|
||||
margin-left: 50px;
|
||||
margin-top: 39px;
|
||||
}
|
||||
.foot2{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.foot2>div{
|
||||
margin-top: 5px;
|
||||
width: 395px;
|
||||
height: 14px;
|
||||
font-size: 14px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #949699;
|
||||
margin-left: 68px;
|
||||
}
|
133
css/css01.css
Normal file
@ -0,0 +1,133 @@
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.ih-item{
|
||||
position: relative;
|
||||
width: 239px;
|
||||
height: 303px;
|
||||
}
|
||||
.ih-item .img img{
|
||||
position: relative;
|
||||
width: 239px;
|
||||
height: 303px;
|
||||
max-width: 100%;
|
||||
}
|
||||
.ih-item .info {
|
||||
position: absolute;
|
||||
color: aliceblue;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
-webkit-backface-visibility: hidden;/* 隐藏旋转元素的背面*/
|
||||
backface-visibility: hidden;
|
||||
background: rgba(0, 0, 0, 0.6); /*后面这个0.6是指的背景的透明度*/
|
||||
opacity: 0;
|
||||
/* -webkit-transition: all 0.35s ease-in-out;
|
||||
-moz-transition: all 0.35s ease-in-out;
|
||||
transition: all 0.35s ease-in-out; */
|
||||
}
|
||||
.ih-item a:hover .info {
|
||||
opacity: 1; /*有opacity有0变成1*/
|
||||
}
|
||||
.zt01{
|
||||
margin-top: 100px;
|
||||
}
|
||||
.zz01{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.footer{
|
||||
width: 1920px;
|
||||
height: 128px;
|
||||
background: #1C1F21;
|
||||
|
||||
}
|
||||
.foot1{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-size: 17px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.foot1>div{
|
||||
margin-left: 25px;
|
||||
margin-top: 39px;
|
||||
}
|
||||
.foot2{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.foot2>div{
|
||||
margin-top: 5px;
|
||||
width: 395px;
|
||||
height: 14px;
|
||||
font-size: 14px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #949699;
|
||||
margin-left: 68px;
|
||||
}
|
||||
.zt001{
|
||||
width: 700px;
|
||||
height: 45px;
|
||||
font-size: 46px;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: bold;
|
||||
color: #34363B;
|
||||
margin: 0 auto;
|
||||
padding-top:10px;
|
||||
|
||||
}
|
||||
.zt002{
|
||||
width: 600px;
|
||||
height: 18px;
|
||||
font-size: 18px;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #939CAC;
|
||||
margin: 0 auto;
|
||||
padding-top: 34px;
|
||||
margin-bottom: 64px;
|
||||
}
|
||||
.zhuti{
|
||||
width: 1920px;
|
||||
}
|
||||
.zhuti002{
|
||||
width: 1920px;
|
||||
height: 754px;
|
||||
background: linear-gradient(180deg, #FAFCFF 0%, #FFFFFF 100%);
|
||||
}
|
||||
.zhuti002_1{
|
||||
width: 800px;
|
||||
height: 44px;
|
||||
font-size: 46px;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #34363B;
|
||||
margin: 0 auto;
|
||||
margin-top: 79px;
|
||||
}
|
||||
.zhuti002_2{
|
||||
height: 167px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 67px;
|
||||
}
|
||||
.zhuti002_3{
|
||||
width: 1380px;
|
||||
height: 254px;
|
||||
background: linear-gradient(180deg, #F5F6F9, #FFFFFF);
|
||||
border-radius: 3px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: 50px;
|
||||
margin-left: 277px;
|
||||
}
|
||||
.zhuti002_4{
|
||||
margin-left: 1521px;
|
||||
}
|
1441
css/index.css
Normal file
13
css/swiper-bundle.min.css
vendored
Normal file
249
graduates.html
Normal file
@ -0,0 +1,249 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>毕业生风采</title>
|
||||
<link rel="stylesheet" type="text/css" href="css.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<div class="top">
|
||||
<div class="nav">
|
||||
<span><a href="#">首页</a></span>
|
||||
<span><a href="#" >关于我们</a></span>
|
||||
<span><a href="#">课程体系 <img src="images/图层 9.png" style="margin-bottom:3px ;"> <div class="dianji">
|
||||
java全栈 </br>
|
||||
HTML&JS+前端 </br>
|
||||
软件测试 </br>
|
||||
大数据运维</br>
|
||||
UI/UE设计
|
||||
</div>
|
||||
|
||||
</a></span>
|
||||
<span><a href="#" class="a1">毕业生风采</a></span>
|
||||
<span><a href="#">新闻动态</a></span>
|
||||
<span><a href="#">联系我们</a></span>
|
||||
<div class="henggang1"> </div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="content1">
|
||||
<img src="./images/蒙版_1.png" alt="">
|
||||
<div class="gywm">毕业生风采</div>
|
||||
<div class="tpj">
|
||||
<div class="tpj1">
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>柴瑞强 </div>
|
||||
<div>中央国债登记结算</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">15000</div>
|
||||
</div>
|
||||
<div><img src="./images/tp.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>程春峰</div>
|
||||
<div>山东公安部门</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">13000 </div>
|
||||
</div>
|
||||
<div><img src="./images/图层 31.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>王超 14000 </div>
|
||||
<div>中国兵器集团</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">14000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 32.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>孙莉 </div>
|
||||
<div>太平洋保险</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">12000(包吃住)</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 33.png" class="tp01"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tpj1">
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>裴虹捷 </div>
|
||||
<div>中国移动</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">15000 </div>
|
||||
</div>
|
||||
<div><img src="./images/图层 35.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>徐威 </div>
|
||||
<div>吉林省公安厅</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">11000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 36.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>杨波 </div>
|
||||
<div>北京汽车集团</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">12000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 37.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>张硕 </div>
|
||||
<div> 中科软件</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">11500 </div>
|
||||
</div>
|
||||
<div><img src="./images/图层 38.png" class="tp01"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tpj1">
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>曹玉硕 </div>
|
||||
<div>浪潮集团</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">15000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 45.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>程春峰 </div>
|
||||
<div>技术实验室</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">12000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 46.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>纪雨萌 </div>
|
||||
<div>浪潮集团</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">14000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 47.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>李建 </div>
|
||||
<div>浪潮集团</div>
|
||||
<div style="color:rgb(250, 180, 180) ;"> 12000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 48.png" class="tp01"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tpj1">
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>范志敏 </div>
|
||||
<div>浪潮集团 </div>
|
||||
<div style="color:rgb(250, 180, 180) ;">13000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 50.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>蒋悦 </div>
|
||||
<div>山东省教科院 </div>
|
||||
<div style="color:rgb(250, 180, 180) ;">15000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 51.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>李人和
|
||||
|
||||
</div>
|
||||
<div>浪潮集团 </div>
|
||||
<div style="color:rgb(250, 180, 180) ;">13000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 52.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>张志 </div>
|
||||
<div>淄博监管局</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">12000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 53.png" class="tp01"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tpj1">
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>赵程程 </div>
|
||||
<div>济南监管局 </div>
|
||||
<div style="color:rgb(250, 180, 180) ;">14000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 54.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>熊舒 </div>
|
||||
<div>浪潮集团 </div>
|
||||
<div style="color:rgb(250, 180, 180) ;">10000</div>
|
||||
</div>
|
||||
<div><img src="./images/图层 49.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>刘亦婷
|
||||
|
||||
</div>
|
||||
<div>中国兵器集团 </div>
|
||||
<div style="color:rgb(250, 180, 180) ;">12500 </div>
|
||||
</div>
|
||||
<div><img src="./images/图层 39.png" class="tp01"></div>
|
||||
</div>
|
||||
<div class="tp">
|
||||
<div class="zt1">
|
||||
<div>王诗华 </div>
|
||||
<div>浪潮集团</div>
|
||||
<div style="color:rgb(250, 180, 180) ;">10000 </div>
|
||||
</div>
|
||||
<div><img src="./images/图层 34.png" class="tp01"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="foot1">
|
||||
<div>关于我们</div>
|
||||
<div>学习资源</div>
|
||||
<div>常见问题</div>
|
||||
<div>快速导航</div>
|
||||
</div>
|
||||
<div class="foot2"><div>ICP备案编号:京ICP备18051111号-2 版权所有:码小白训练营</div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="jquery-3.6.0.min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
|
||||
$(".nav>span>a:eq(2)").mouseenter(function(){
|
||||
|
||||
// console.log($(this).children("div"))
|
||||
$(".dianji").stop().slideDown()
|
||||
}).mouseleave(function(){
|
||||
// console.log($(this).children("div"))
|
||||
$(".dianji").stop().slideUp("show")
|
||||
})
|
||||
$(".dianji").mouseleave(function(){
|
||||
$(".dianji").stop().slideUp("show")
|
||||
})
|
||||
// $(".dianji").mouseleave(function(){
|
||||
// console.log(1)
|
||||
// $(".dianji").show(1)
|
||||
// })
|
||||
// $(".dianji").mouseleave(function(){
|
||||
// $(".dianji").hide()
|
||||
// })
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
BIN
images/1.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
images/2-1.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
images/2-2.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
images/2-3.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
images/2-4.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
images/2-5.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
images/2.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
images/3.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
images/31.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
images/32.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
images/33.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
images/4.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
images/41.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
images/42.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
images/43.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
images/44.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
images/45.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
images/46.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
images/47.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
images/48.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
images/49.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
images/5.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
images/50.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
images/img.png
Normal file
After Width: | Height: | Size: 197 KiB |
BIN
images/ma.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
images/tp.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
images/图层 11.png
Normal file
After Width: | Height: | Size: 142 KiB |
BIN
images/图层 111.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
images/图层 12.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
images/图层 13.png
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
images/图层 14.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
images/图层 15.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
images/图层 16.png
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
images/图层 17.png
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
images/图层 18.png
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
images/图层 19.png
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
images/图层 2 拷贝 copy.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/图层 2 拷贝.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/图层 20.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
images/图层 21.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
images/图层 22.png
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
images/图层 222.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
images/图层 24.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
images/图层 25.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
images/图层 29.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/图层 30.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
images/图层 31.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
images/图层 32.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
images/图层 33.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
images/图层 333.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
images/图层 34.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
images/图层 35.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
images/图层 36.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
images/图层 37.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
images/图层 38.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
images/图层 39.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
images/图层 4 copy.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
images/图层 4.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
images/图层 444.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
images/图层 45.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
images/图层 46.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
images/图层 47.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
images/图层 48.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
images/图层 49.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
images/图层 50.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
images/图层 51.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
images/图层 52.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
images/图层 53.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
images/图层 54.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
images/图层 555.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
images/图层 6 copy.png
Normal file
After Width: | Height: | Size: 734 B |
BIN
images/图层 6.png
Normal file
After Width: | Height: | Size: 747 B |
BIN
images/图层 666.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
images/图层 7 copy.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
images/图层 7.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
images/图层 777.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
images/图层 888.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
images/图层 9.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
images/图层 999.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
images/地图.png
Normal file
After Width: | Height: | Size: 281 KiB |
BIN
images/矢量智能对象.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
images/矩形 9 拷贝.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
images/组 8(5).png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/组 8(6).png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/组 8.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/组 8_1.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/背景.jpg
Normal file
After Width: | Height: | Size: 220 KiB |
BIN
images/蒙版.png
Normal file
After Width: | Height: | Size: 488 KiB |
BIN
images/蒙版_1.png
Normal file
After Width: | Height: | Size: 292 KiB |
BIN
images/首页.png
Normal file
After Width: | Height: | Size: 2.0 MiB |
BIN
img/a1.png
Normal file
After Width: | Height: | Size: 245 KiB |
BIN
img/a2.png
Normal file
After Width: | Height: | Size: 3.8 MiB |
BIN
img/down.png
Normal file
After Width: | Height: | Size: 643 B |