首页 > 交易百科
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"); } }); });