us == "true") { $("body").addClass("gray-theme"); $(".header .logo img").attr("src", "/theme/airtech/img/airtechgray.png"); $(".product-list-item img").each(function(index){ var path = $(this).attr("src"); path = path.replace(".png", "_gray.png"); $(this).attr("src", path); }); } } } // 轮播图 if($(".swiper-container").length > 0){ var mySwiper = new Swiper ('.swiper-container', { loop: true, autoplay: { delay: 4000 }, pagination: { el: '.swiper-pagination', }, }) } }) $(function(){ // 注册回到顶部按钮 function scrollTopButton() { var scrollTopTimer ; $(window).scroll(function(){ if($(window).scrollTop() > 200) { $(".scroll-top-button").fadeIn(200); } else { $(".scroll-top-button").fadeOut(200); } }); $(".scroll-top-button").click(function(){ $('html,body').animate({scrollTop: '0px'}, 300); }); } scrollTopButton(); }) $(function(){ // 产品列表 if($(".product-list-item").length > 0){ $(".product-list-item").hover(function(){ $(this).find(".product-list-item-info").stop().animate({bottom: '0px'}, 300); }, function(){ $(this).find(".product-list-item-info").stop().animate({bottom: '-260px'}, 300); }); } }) $(function(){ // 导航栏选中状态 $(".sub-menu-list li a").each(function(){ if(window.location.href.indexOf($(this).attr("href")) > -1){ $(this).addClass("active"); $(this).parent().parent().prev().addClass("active"); } }); }) 一家专注于制药、生物工程和医疗设备的清洁产业公司,提供多种系列的清洁产品。网站提供了产品系列、解决方案、技术文章、新闻等栏目。通过网站可以了解到公司的主要产品、其特点和应用范围,并可以联系公司进行进一步的咨询和购买。同时,网站的排版很简洁清晰,易于浏览,对于需要清洁场所的客户来说,是一个很好的参考和选择。但网站存在一定的语言难度,需要顾客具备一定的专业知识。网站采用了一些技术手段,如JS、CSS等,在页面效果上实现了一些动态效果。整体而言,网站为该公司提供了一个便捷的宣传和销售平台。

电脑端截图

移动端截图