您现在的位置:首页 > 抖音百科>

大师
2025-06-05 14:58:28
展开阅读全文
该回答被网友采纳
如果该回复不能解决您的需求,可 咨询答主 进行详细解答

站内部分内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任如发现本站有涉嫌抄袭侵权/违法违规的内容。请联系我们,一经核实立即删除。并对发布账号进行永久封禁处理.

本文网址:sj8.nongchantong.cn/list-187-0.html

复制
stretch: 0, depth: 0, modifier: 3, slideShadows: false }, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev" } }); } if ($(".swiper_news").length) { var mySwiper = new Swiper(".swiper_news", { slidesPerView: 3, direction: "vertical", autoplayDisableOnInteraction: false, autoHeight: true, releaseOnEdges: true, spaceBetween: 20, releaseOnEdges: true }); } if ($(".swiper_links").length) { var footer_cases = new Swiper(".swiper_links", { slidesPerView: 5, direction: "vertical", autoplayDisableOnInteraction: false, mousewheelControl: true, autoHeight: true, mousewheel: true, releaseOnEdges: true }); } $(document).ready(function () { if (!/mobile|tablet|phone/i.test(navigator.userAgent)) { var ht = $(".header_box").height(); var scrTop = $(window).scrollTop(); if (scrTop >= ht * 1.5) { $(".header_box").addClass("fixed-header animated slideInDown"); } $(window).resize(function () { ht = $(".header_box").height(); }); $(document).scroll(function (e) { var scrTop = $(window).scrollTop(); if (scrTop >= ht * 1.5) { $(".header_box").addClass("fixed-header animated slideInDown"); } else { $(".header_box").removeClass("fixed-header animated slideInDown"); } }); } }); $(document).ready(function () { $(".head_btn").click(function () { var h = $(".menu_phone"); if (h.is(":hidden")) { h.stop().fadeIn().slideDown(300); } else { h.stop().fadeOut().slideUp(300); } }); }); let ewm_none = document.querySelector(".ewm_none"); function dian(){ ewm_none.style.display = "block"; } function closeDialog() { ewm_none.style.display = "none"; } wow = new WOW({ boxClass: "wow", animateClass: "animated", offset: 0, mobile: true, live: true }); wow.init(); $(document).ready(function () { $("#weixin").on("click", function () { if ($(".wecattext").hasClass("active")) { $(".wecattext").removeClass("active"); } else { $(".wecattext").addClass("active"); } }); });