全网整合营销服务商

电脑端+手机端+微信端=数据同步管理

免费咨询热线:4009-999-999

$(function(){ $('#pull').click(function(){ if(parseInt($("#side-menu").css("right"))<=-165) { $("#side-menu").animate({right:0},"fast").css("display","block"); $("body").animate({right:165},"fast"); $('#menu_bg').addClass('menu_bg_active'); } }) $('#menu_bg').click(function(){ $("#side-menu").animate({right:-165},"fast").css("display","none"); $("body").animate({right:0},"fast"); $('#menu_bg').removeClass('menu_bg_active'); }) })

一家有创意的互联网+营销服务机构

2022全力提升品牌形象,快速引爆您的互联网营销
立即咨询
$("#business_center ul li").each(function(){ $(this).hover(function(){ $(this).find("a").addClass("a-active"); $(this).find('.pic1').stop().animate({right:'-100%'},300); $(this).find('.pic2').stop().animate({left:'0'},300); $(this).find('.text1').stop().animate({left:'-100%'},300); $(this).find('.text2').stop().animate({right:'0'},300); },function(){ $(this).find("a").removeClass("a-active"); $(this).find('.pic1').stop().animate({right:'0'},300); $(this).find('.pic2').stop().animate({left:'-100%'},300); $(this).find('.text1').stop().animate({left:'0'},300); $(this).find('.text2').stop().animate({right:'-100%'},300); }); })

我们怎么做

将设计通过情感的表达把用户和产品很自然的连接在一起,让用户享受使用产品的愉悦,以此来强化对产品、品牌的体验认知!

案例展示

Our cases

解决方案

NG南宫28官网登录消息外面视野中现代中

NG南宫28官网登录消息外面视野中现代中

  2. 讯息与社会编制的联系题目○○。解答阐释讯息与社会编制的联系题目,正在现代中邦语境中,便是解答和阐释“中邦讯息与中邦式新颖化发扬的联系题目”(习,2022)。简直少少,则是...

2024.07 查看更多
2015中邦邦际音信论坛年会12日至13

2015中邦邦际音信论坛年会12日至13

  此次论坛为何落地泉州○○?正在光昭质报社总编辑何东平看来,泉州否则而古代海上丝绸之道的主要口岸之一,正在21世纪海上丝绸之道的扶植位置也很是分外,其史书文明内幕丰富○,经济扶植...

2024.07 查看更多

填写您的项目需求给我们。

*请认真填写需求信息,我们会在24小时内与您取得联系。

$(function(){ $('.nav li').hover(function(){ $('span',this).stop().css('height','2px'); $('span',this).animate({ left:'0', width:'100%', right:'0' }, 200); },function(){ $('span',this).stop().animate({ left:'50%', width:'0' }, 200); }); $('.nav li').click(function(){ $(this).addClass("current").siblings().removeClass("current"); }); // 悬浮窗口 $(".yb_conct").hover(function() { $(".yb_conct").css("right", "5px"); $(".yb_bar .yb_ercode").css('height', '190px'); }, function() { $(".yb_conct").css("right", "-127px"); $(".yb_bar .yb_ercode").css('height', '53px'); }); // 返回顶部 $(".yb_top").click(function() { $("html,body").animate({ 'scrollTop': '0px' }, 300) }); }); var swiper = new Swiper('.swiper-container', { pagination: '.swiper-pagination', paginationClickable: true, autoplay : 5000, speed:1000, }); $(function(){ $(".tab_cont > span > a").click(function(){ $(this).parent().addClass("show").siblings().removeClass("show"); $($(this).attr("data-href")).css({"display":"block"}).siblings().css({"display":"none"}); }) })