1、源代码在我的主页资源处可以看见。
html代码如下:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<title>Background Slider</title>
</head>
<body>
<div class="slider-container">
<div
class="slide active"
style="
background-image: url('images/2.png');
"
></div>
<div
class="slide"
style="
background-image: url('images/3.png');
"
></div>
<div
class="slide"
style="
background-image: url('images/4.png');
"
></div>
<div
class="slide"
style="
background-image: url('images/5.png');
"
></div>
<button class="arrow left-arrow" id="left">
<i class="fas fa-arrow-left"></i>
</button>
<button class="arrow right-arrow" id="right">
<i class="fas fa-arrow-right"></i>
</button>
</div>
<script src="script.js"></script>
</body>
</html>
下面图片展示:
传送门:https://download.youkuaiyun.com/download/cx12xc/88726751
欢迎各位大佬的到来,请多多指教。我是菜鸟,喜欢就好。
源代码已上传,喜欢就好。