1 Star 0 Fork 0

zhiliao26/heimamm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 5.95 KB
一键复制 编辑 原始数据 按行查看 历史
zhiliao26 提交于 2021-03-03 23:24 . heimamm
<!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, user-scalable=no, minimal-scale=1.0,maximum-scale=1.0">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/swiper.min.css">
<link rel="stylesheet" href="./css/index.css">
<script src="js/flexible.js"></script>
<title>Document</title>
</head>
<body>
<!-- //头部 -->
<header class="header">黑马绵绵</header>
<nav class="nav">
<a href="#" class="item"><img src="./icons/icon1.png" alt=""><span>HR面试</span></a>
<a href="#" class="item"><img src="./icons/icon2.png" alt=""><span>笔试</span></a>
<a href="#" class="item"><img src="./icons/icon3.png" alt=""><span>技术面试</span></a>
<a href="#" class="item"><img src="./icons/icon4.png" alt=""><span>模拟面试</span></a>
<a href="#" class="item"><img src="./icons/icon5.png" alt=""><span>面试技巧</span></a>
<a href="#" class="item"><img src="./icons/icon6.png" alt=""><span>薪资查询</span></a>
</nav>
<!-- go模块 -->
<section class="go">
<img src="images/go.png" alt="">
</section>
<!-- //就业指导模块 -->
<section class="content">
<!-- tou -->
<div class="con-hd">
<h4>
<span class="icon"><img src="./icons/i1.png" alt=""></span>
就业指导
</h4>
<a href="#" class="more">更多&gt;&gt;</a>
</div>
<!-- lunbotu -->
<div class="get_job_focus">
<!-- Swiper -->
<div class="swiper-container get_job_fo">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="#">
<img src="./images/pic.png" alt="">
</a>
<p>骄傲快乐圣诞了</p>
</div>
<div class="swiper-slide">
<a href="#">
<img src="./images/ldh.jpg" alt="">
</a>
<p>骄傲快乐圣诞了</p>
</div>
<div class="swiper-slide">
<a href="#">
<img src="./images/3.jpg" alt="">
</a>
<p>骄傲快乐圣诞了</p>
</div>
</div>
</div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</section>
<!-- xuexi -->
<section class="content">
<!-- tou -->
<div class="con-hd">
<h4>
<span class="icon"><img src="./icons/i1.png" alt=""></span>
充电学习
</h4>
<a href="#" class="more">更多&gt;&gt;</a>
</div>
<!-- lunbotu -->
<div class="study">
<!-- Swiper -->
<div class="swiper-container study_fo">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="./images/pic1.png" alt="">
<h5>低调说英语,告别中式英语</h5>
<p>156人学习</p>
</div>
<div class="swiper-slide">
<img src="./images/pic1.png" alt="">
<h5>低调说英语,告别中式英语</h5>
<p>156人学习</p>
</div>
<div class="swiper-slide">
<img src="./images/pic1.png" alt="">
<h5>低调说英语,告别中式英语</h5>
<p>156人学习</p>
</div>
<div class="swiper-slide">
<img src="./images/pic1.png" alt="">
<h5>低调说英语,告别中式英语</h5>
<p>156人学习</p>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<a href="#" class="item">
<img src="./icons/home.png" alt="">
<p>首页</p>
</a>
<a href="#" class="item">
<img src="./icons/home.png" alt="">
<p>首页</p>
</a><a href="#" class="item">
<img src="./icons/home.png" alt="">
<p>首页</p>
</a><a href="#" class="item">
<img src="./icons/home.png" alt="">
<p>首页</p>
</a>
</footer>
<script src="js/flexible.js"></script>
<!-- 引入swiper.js -->
<script src="js/swiper.min.js"></script>
<!-- Initialize Swiper -->
<script>
(function () {
var swiper = new Swiper('.get_job_fo', {
//显示能够看到的个数
slidesPerView: 3,
// 每个之间的距离
spaceBetween: 30,
// 是否靠中间显示 当值是false时靠左
centeredSlides: true,
// 设置为true 则开启loop模式
loop: true,
// 添加箭头
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
})();
(function () {
// 如果多个轮播图修改里面的类名,防止冲突
var swiper = new Swiper('.study_fo', {
slidesPerView: 2.5,
spaceBetween: 30,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
});
})();
// 第二个轮播图
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhiliao26/heimamm.git
[email protected]:zhiliao26/heimamm.git
zhiliao26
heimamm
heimamm
master

搜索帮助