星火官网,前端页面(前台)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112
  1. $(function () {
  2. $(".header_root").load("./sections/comm/header.html");
  3. $(".footer_root").load("./sections/comm/footer.html");
  4. // nav传值显示下划线
  5. $(".header_root").data("nav_info", null);
  6. let mySwiper = new Swiper ('.home_swiper_container.swiper-container', {
  7. loop: true,
  8. autoplay: 5000,
  9. // 如果需要分页器
  10. pagination: '.swiper-pagination'
  11. })
  12. });