摘要: js代码: function autop(){ timers = setInterval(function() { var arr = $('.sliderbox li').eq(0)[0]; $('.sliderbox li').eq(0).remove(); $('.sliderbox').ap 阅读全文
posted @ 2019-11-26 20:33 墨染千城 阅读(111) 评论(0) 推荐(0)
摘要: // 报名按钮点击、隐藏域显示 $(".bmpic").click(function() { $(".dljm").stop().fadeIn(100); }); $(".X").click(function() { $(".dljm").stop().fadeOut(100); }); $(".t 阅读全文
posted @ 2019-11-26 20:27 墨染千城 阅读(164) 评论(0) 推荐(0)
摘要: html: <div class="ycdh"> <div class="yc"> <div class="dianwai dw1"> <div class="dian"></div> </div> <div class="cheng"> <p class="nana">首页</p> </div> 阅读全文
posted @ 2019-11-26 20:06 墨染千城 阅读(234) 评论(0) 推荐(0)
摘要: <div class="three"> <div class="bjtp"> <img class="bjpic b1" src="../public/images/hero_01.jpg"> <img class="bjpic b2" src="../public/images/hero_02.j 阅读全文
posted @ 2019-11-26 20:00 墨染千城 阅读(196) 评论(0) 推荐(0)
摘要: 图片旋转 img { animation: myani 8s linear infinite; } 亮度变化 div:hover { filter: brightness(100%); } 图片放大 img:hover img { transform: scale(1.1, 1.1); } 轮播加底 阅读全文
posted @ 2019-11-26 19:51 墨染千城 阅读(134) 评论(0) 推荐(0)