摘要:
*{margin:0;padding:0;} ul{list-style:none;margin-top:20px;} .wrap{width:600px;margin:20px auto;} .clearfix{zoom:1;} .clearfix:after{content:".";width: 阅读全文
摘要:
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <div class="container"> <ul class="tab clearfix"> <li cl 阅读全文
摘要:
//引入idangerous.swiper.min.js var mySwiper = new Swiper ('.swiper-container', { loop: true, pagination: '.pagination', autoplay: 2000, autoplayDisableO 阅读全文
摘要:
*{margin:0;padding:0;} .tab_bg{display:none;width:100%;height:100%;background:#282829;z-index:99;position:absolute;} .tab_img{width:100px;height:100px 阅读全文
摘要:
var timer; $("li").on("mouseover",function(){ clearTimeout(timer); timer=null; $(this).addClass("active"); $(this).siblings().removeClass("active"); v 阅读全文