$(function(){ $('#header').after("
") $('.home_content .home_aboutus h3').before("
ABOUT US
"); $('.home_content .home_productlist h3').before("
HOT PRODUCTS
"); $('.home_content .home_newscenter h3').before("
NEWS INFORNATION
"); $('.home_content .home_album h3').before("
PHOTO ALBUM
") $('.home_content .home_contactway h3').before("
CONTACT US
") $('.home_content .home_honour h3').before("
HONOUR CERTIFICATE
") $('.home_content .home_category h3').before("
PRODUCT CLASSIFY
") $('.tps_about_us').append("
ABOUT US
") $('.pagein_content .home_productlist h3').after(''); $('.pagein_content .mode_con_title a').html('更多+'); $('.home_content .tps_news_center').find('ul').before('
') $('.home_content .tps_contact_way').addClass('clr'); /*$('.home_content .tps_contact_way li').eq(2).remove();*/ var iconul = $('.home_content .tps_contact_way'); iconul.find(".icon-name").append(""); iconul.find(".icon-tel,.icon-phone").append(""); iconul.find(".icon-email").append(""); iconul.find(".icon-area").append(""); iconul.find(".icon-fix").append(""); $('.home_contactway .tps_contact_way').append("") $('.pagein_content .w26 .tps_bestproduct ul li .price em').html("面议"); //判断所在页面,执行地图方法 var judgePlace = function(){ var index = $('#navMenu').find('li.activity').index(), len = $('#navMenu').find('li').length; if(index == 0 || index == len-1){ baiduMap.initMap(); } if(index != 0){ $('body').css('background','#f4f4f4'); } } judgePlace(); var winWidth = ($(document).width()-1200)/2; $('.tps_logo').animate({'left':winWidth},300); $('.tps_nav').animate({'right':winWidth,'opacity':'1',},300); })