上一页 1 ··· 21 22 23 24 25
摘要: *{margin:0;padding:0;} ul{list-style:none;margin-top:20px;} .wrap{width:600px;margin:20px auto;} .clearfix{zoom:1;} .clearfix:after{content:".";width: 阅读全文
posted @ 2016-08-08 16:10 dongxiaolei 阅读(346) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <div class="container"> <ul class="tab clearfix"> <li cl 阅读全文
posted @ 2016-08-08 16:08 dongxiaolei 阅读(133) 评论(0) 推荐(0) 编辑
摘要: //引入idangerous.swiper.min.js var mySwiper = new Swiper ('.swiper-container', { loop: true, pagination: '.pagination', autoplay: 2000, autoplayDisableO 阅读全文
posted @ 2016-08-08 16:06 dongxiaolei 阅读(2877) 评论(0) 推荐(0) 编辑
摘要: *{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 阅读全文
posted @ 2016-08-08 16:01 dongxiaolei 阅读(562) 评论(0) 推荐(0) 编辑
摘要: var timer; $("li").on("mouseover",function(){ clearTimeout(timer); timer=null; $(this).addClass("active"); $(this).siblings().removeClass("active"); v 阅读全文
posted @ 2016-08-08 15:55 dongxiaolei 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 本人前端菜鸟一个,闲来无事写了一个别踩白块的游戏练习代码编写能力,望大家多多指教。布局我采用的是动态添加一段内容,并随机分配给元素黑色或白色的class名称。然后重复内容,通过无缝滚动效果循环播放。 开始游戏之前需选择游戏等级,共分为三级(初级、中级、高级),游戏过程中您可进行暂停游戏、继续游戏、重 阅读全文
posted @ 2016-07-21 17:07 dongxiaolei 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 1)引入jquery 2)给a标签设置class smooth 3)$(".smooth").click(function(){ var href = $(this).attr("href"); var pos = $(href).offset().top; $("html,body").anima 阅读全文
posted @ 2016-07-18 17:31 dongxiaolei 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25