代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/swiper.min.css" />
<link rel="stylesheet" href="css/index.css">
<title>黑马面面</title>
</head>
<body>
<!-- 头部区域 -->
<header class="header">黑马面面</header>
<!-- nav区域 -->
<section class="wrap">
<section class="nav">
<a href="#"><img src="icons/icon1.png" alt=""><span>HR面试</span></a>
<a href="#"><img src="icons/icon2.png" alt=""><span>笔试</span></a>
<a href="#"><img src="icons/icon3.png" alt=""><span>技术面试</span></a>
<a href="#"><img src="icons/icon4.png" alt=""><span>模拟面试</span></a>
<a href="#"><img src="icons/icon5.png" alt=""><span>面试技巧</span></a>
<a href="#"><img src="icons/icon6.png" alt=""><span>薪资查询</span></a>
</section>
<!-- go模块 -->
<section class="go">
<img src="images/go.png" alt="">
</section>
</section>
<!-- 就业指导模快 -->
<section class="common">
<!-- 头部 -->
<div class="common-hd">
<h5><img src="icons/i2.png" alt=""> 就业指导</h5>
<a href="#">更多>></a>
</div>
<!-- 旋转木马轮播图 -->
<section class="get_job_focus ">
<!-- Swiper -->
<div class="swiper-container job">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="#">
<img src="images/pic.png" alt="">
<p>老师教你面对面试技巧</p>
</a>
</div>
<div class="swiper-slide">
<a href="#">
<img src="images/2.jpg" alt="">
<p>老师教你面对面试技巧</p>
</a>
</div>
<div class="swiper-slide">
<a href="#">
<img src="images/3.jpg" alt="">
<p>老师教你面对面试技巧</p>
</a>
</div>
</div>
</div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</section>
</section>
<!-- 充电学习模块 -->
<section class="common">
<!-- 头部 -->
<div class="common-hd">
<h5><img src="icons/i1.png" alt=""> 充电学习</h5>
<a href="#">更多>></a>
</div>
<section class="get_study_focus">
<div class="swiper-container study">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="#">
<img src="images/pic1.png" alt="">
</a>
<h5>说地道英语,告别中式英语</h5>
<p><span>156</span>人学习</p>
</div>
<div class="swiper-slide">
<a href="#">
<img src="images/pic2.png" alt="">
</a>
<h5>思维攻略金字塔思维提高写作能力</h5>
<p><span>126</span>人学习</p>
</div>
<div class="swiper-slide">
<a href="#">
<img src="images/pic1.png" alt="">
</a>
<h5>说地道英语 告别中式英语</h5>
<p><span>156</span>人学习</p>
</div>
</div>
</div>
</section>
</section>
<!-- 底部 -->
<footer class="footer">
<a href="#">
<img src="icons/home.png" alt="">
<span>首页</span>
</a>
<a href="#">
<img src="icons/ms.png" alt="">
<span>技术面试</span>
</a> <a href="#">
<img src="icons/net.png" alt="">
<span>模拟面试</span>
</a> <a href="#">
<img src="icons/user.png" alt="">
<span>我的主页</span>
</a>
</footer>
<script src="js/flexible.js"></script>
<script src="js/swiper.min.js"></script>
<!-- Initialize Swiper -->
<script>
// 第一个轮播图函数
(function() {
var swiper = new Swiper('.job', {
// 可见的个数
slidesPerView: 2,
spaceBetween: 30,
centeredSlides: true,
loop: true,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
})();
(function() {
var swiper = new Swiper('.study', {
slidesPerView: 2.3,
spaceBetween: 10,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
});
})();
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。