...
|
...
|
@@ -139,13 +139,13 @@ |
|
|
<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,
|
...
|
...
|
|