作者 anyv
1 个管道 的构建 通过 耗费 0 秒

3

... ... @@ -138,14 +138,14 @@
<script src="__TMPL__/public/assets/js/jquery.js"></script>
<script type="text/javascript" src="__TMPL__/public/assets/js/swiper.min.js"></script>
<script>
// 头部下拉
// $('.header2_box>ul>li').each(function () {
// $(this).mouseover(function () {
// $(this).children('.header2_box2').show();
// }).mouseout(function () {
// $(this).children('.header2_box2').hide();
// })
// });
头部下拉
$('.header2_box>ul>li').each(function () {
$(this).mouseover(function () {
$(this).children('.header2_box2').show();
}).mouseout(function () {
$(this).children('.header2_box2').hide();
})
});
//swiper 轮播图
var swiper = new Swiper('.swiper-container', {
slidesPerView: 1,
... ...