基于jQuery实现幻灯片切换效果

效果图

在这里插入图片描述

功能:1、幻灯片自动切换;2、点击下方小圆点切换对应幻灯片;3、点击左右两侧耳朵控制幻灯片切换至上一张或下一张;4、鼠标悬停幻灯片上时,幻灯片停止切换

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>标题</title>
    <link rel="stylesheet" href="../css/reset.css">
    <script src="./jquery-3.4.1.min.js"></script>
    <style type="text/css">
        #box{
    
            width: 100%; height: 350px;
            margin-top: 100px;
        }
        .bg0{
    background: #0D2736;}
        .bg1{
    background: #0F0909;}
        .bg2{
    background: #283F75;}
        .bg3{
    background: #405CDA;}
        #slide{
    
            width: 800px; height: 350px; 
            margin: 0 auto;
            position: relative;
            overflow: hidden;
         }
        #zxw{
    
            width: 4000px; height: 35px;
            position: absolute; top: 0; left: 0px;
        }
        #zxw li{
    
            float: left;
        }
        #zxw li a{
    
            display: block; width: 800px; height: 350px;
            position: relative;
        }
        #zxw li a img{
    
            width: 100%; height: 100%;
        }
         /* --------- */
        #zxw li a span{
    
            font-size: 150px; text-align: center;
            position: absolute; color: #fff;top: 100px; left: 350px;
        }
         /* ----------- */
        #nav{
    
            width: 160px; height: 20px;
            position: absolute; bottom: 10px; left: 50%;
            margin-left: -80px;
        }
        #nav li{
    
            width: 20px; height: 20px; 
            border-radius: 50%;
            background: #ccc; 
            float: left;
            margin: 0 10px;
            cursor: pointer;
        }
        #nav .active
  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值