网页设计中如何添加焦点切换轮播图呢

2020-04-18 教育 324阅读

参考代码,还有一个js文件,留下邮箱发给你

HTML>



jQuery图片放大变小切换代码


 
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
.banner{width:100%;overflow:hidden;height:470px;position:relative}
.banList{position:absolute;left:50%;margin-left:-960px;height:470px}
.banList li{height:470px;opacity:0;position:absolute;transform:scale(0);transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1;}
.banList li.active{opacity:1;transform:scale(1);z-index:2;}
.fomW{position:absolute;bottom:20px;left:50%;height:20px;z-index:9;width:1000px;margin-left:-500px}
.jsNav{text-align:center;}
.jsNav a{display:inline-block;background:#fff;width:15px;height:15px;border-radius:50%;margin:0 5px;}
.jsNav a.current{background:#fc8f0f;cursor:pointer}




 
  " target="_blank">http://sc.chinaz.com/">
  
  • " target="_blank">http://sc.chinaz.com/">
      
  • " target="_blank">http://sc.chinaz.com/">
     
     
      
       
       
       
      
     

     
     
    $(function(){
     $(".banner").swBanner();
    });


    声明:你问我答网所有作品(图文、音视频)均由用户自行上传分享,仅供网友学习交流。若您的权利被侵害,请联系fangmu6661024@163.com