|
@@ -888,6 +888,7 @@ $(function() {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
addGEO(getClick);
|
|
addGEO(getClick);
|
|
|
|
+ $(this).parents('.title-first').css('background-color', '#d6e5f7').siblings().removeAttr('style');
|
|
});
|
|
});
|
|
|
|
|
|
$(document).on('mouseover','.title-first',function(){
|
|
$(document).on('mouseover','.title-first',function(){
|
|
@@ -1529,7 +1530,7 @@ $(function() {
|
|
});
|
|
});
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
- $('.text-tab-content .text-tab-item:nth-child(2)').addClass('text-show').siblings().removeClass('text-show')
|
|
|
|
|
|
+ $('.text-tab-content .text-tab-item:nth-child(2)').addClass('text-show').siblings().removeClass('text-show');
|
|
layui.use(['laypage', 'layer'], function(){
|
|
layui.use(['laypage', 'layer'], function(){
|
|
var laypage = layui.laypage,layer = layui.layer;
|
|
var laypage = layui.laypage,layer = layui.layer;
|
|
var count;
|
|
var count;
|
|
@@ -2983,47 +2984,47 @@ $(function() {
|
|
xrjz(jzs);
|
|
xrjz(jzs);
|
|
});
|
|
});
|
|
|
|
|
|
- $(document).on('click', '.but-bus', function() {
|
|
|
|
- $(this).siblings('.hide1').toggle();
|
|
|
|
- $(this).parents('.title-first').siblings().find('.hide2').css('display', 'none');
|
|
|
|
- $(this).parents('.title-first').siblings().find('.hide1').css('display', 'none');
|
|
|
|
- $(this).siblings('.hide2').css('display', 'none');
|
|
|
|
- $(this).siblings('.hide1').find('.inps').css('left', '0px');
|
|
|
|
- $(this).siblings('.hide1').find('.inp-text').css('left', '220px');
|
|
|
|
- $(this).siblings('.hide1').find('.imgSearch').css('right', '10px');
|
|
|
|
- $(this).siblings('.hide1').find('.change-buts').css('left', '185px');
|
|
|
|
- $(this).siblings('.hide2').find('.inpst').css('left', '0px');
|
|
|
|
- $(this).siblings('.hide2').find('.inp-text2').css('left', '220px');
|
|
|
|
- $(this).siblings('.hide2').find('.change-buts2').css('left', '185px');
|
|
|
|
- $(this).siblings('.hide2').find('.imgSearch2').css('right', '10px');
|
|
|
|
- $(this).addClass("xz-active").siblings("input").removeClass("xz-active");
|
|
|
|
- $(this).parents(".title-first").siblings("ul").find(".change-but").children("input").removeClass("xz-active");
|
|
|
|
- var hideBlue1 = $(this).siblings('.hide1').css('display');
|
|
|
|
- if (hideBlue1 == 'none') {
|
|
|
|
- $(this).removeClass("xz-active");
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
|
|
+ // $(document).on('click', '.but-bus', function() {
|
|
|
|
+ // $(this).siblings('.hide1').toggle();
|
|
|
|
+ // $(this).parents('.title-first').siblings().find('.hide2').css('display', 'none');
|
|
|
|
+ // $(this).parents('.title-first').siblings().find('.hide1').css('display', 'none');
|
|
|
|
+ // $(this).siblings('.hide2').css('display', 'none');
|
|
|
|
+ // $(this).siblings('.hide1').find('.inps').css('left', '0px');
|
|
|
|
+ // $(this).siblings('.hide1').find('.inp-text').css('left', '220px');
|
|
|
|
+ // $(this).siblings('.hide1').find('.imgSearch').css('right', '10px');
|
|
|
|
+ // $(this).siblings('.hide1').find('.change-buts').css('left', '185px');
|
|
|
|
+ // $(this).siblings('.hide2').find('.inpst').css('left', '0px');
|
|
|
|
+ // $(this).siblings('.hide2').find('.inp-text2').css('left', '220px');
|
|
|
|
+ // $(this).siblings('.hide2').find('.change-buts2').css('left', '185px');
|
|
|
|
+ // $(this).siblings('.hide2').find('.imgSearch2').css('right', '10px');
|
|
|
|
+ // $(this).addClass("xz-active").siblings("input").removeClass("xz-active");
|
|
|
|
+ // $(this).parents(".title-first").siblings("ul").find(".change-but").children("input").removeClass("xz-active");
|
|
|
|
+ // var hideBlue1 = $(this).siblings('.hide1').css('display');
|
|
|
|
+ // if (hideBlue1 == 'none') {
|
|
|
|
+ // $(this).removeClass("xz-active");
|
|
|
|
+ // }
|
|
|
|
+ // });
|
|
|
|
|
|
- $(document).on('click', '.but-car', function() {
|
|
|
|
- $(this).siblings('.hide1').css('display', 'none');
|
|
|
|
- $(this).siblings('.hide2').toggle();
|
|
|
|
- $(this).parents('.title-first').siblings().find('.hide1').css('display', 'none');
|
|
|
|
- $(this).parents('.title-first').siblings().find('.hide2').css('display', 'none');
|
|
|
|
- $(this).siblings('.hide1').find('.inps').css('left', '0px');
|
|
|
|
- $(this).siblings('.hide1').find('.inp-text').css('left', '220px');
|
|
|
|
- $(this).siblings('.hide1').find('.imgSearch').css('right', '10px');
|
|
|
|
- $(this).siblings('.hide1').find('.change-buts').css('left', '185px');
|
|
|
|
- $(this).siblings('.hide2').find('.inpst').css('left', '0px');
|
|
|
|
- $(this).siblings('.hide2').find('.inp-text2').css('left', '220px');
|
|
|
|
- $(this).siblings('.hide2').find('.change-buts2').css('left', '185px');
|
|
|
|
- $(this).siblings('.hide2').find('.imgSearch2').css('right', '10px');
|
|
|
|
- $(this).addClass("xz-active").siblings("input").removeClass("xz-active");
|
|
|
|
- $(this).parents(".title-first").siblings("ul").find(".change-but").children("input").removeClass("xz-active");
|
|
|
|
- var hideBlue2 = $(this).siblings('.hide2').css('display');
|
|
|
|
- if (hideBlue2 == 'none') {
|
|
|
|
- $(this).removeClass("xz-active");
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
|
|
+ // $(document).on('click', '.but-car', function() {
|
|
|
|
+ // $(this).siblings('.hide1').css('display', 'none');
|
|
|
|
+ // $(this).siblings('.hide2').toggle();
|
|
|
|
+ // $(this).parents('.title-first').siblings().find('.hide1').css('display', 'none');
|
|
|
|
+ // $(this).parents('.title-first').siblings().find('.hide2').css('display', 'none');
|
|
|
|
+ // $(this).siblings('.hide1').find('.inps').css('left', '0px');
|
|
|
|
+ // $(this).siblings('.hide1').find('.inp-text').css('left', '220px');
|
|
|
|
+ // $(this).siblings('.hide1').find('.imgSearch').css('right', '10px');
|
|
|
|
+ // $(this).siblings('.hide1').find('.change-buts').css('left', '185px');
|
|
|
|
+ // $(this).siblings('.hide2').find('.inpst').css('left', '0px');
|
|
|
|
+ // $(this).siblings('.hide2').find('.inp-text2').css('left', '220px');
|
|
|
|
+ // $(this).siblings('.hide2').find('.change-buts2').css('left', '185px');
|
|
|
|
+ // $(this).siblings('.hide2').find('.imgSearch2').css('right', '10px');
|
|
|
|
+ // $(this).addClass("xz-active").siblings("input").removeClass("xz-active");
|
|
|
|
+ // $(this).parents(".title-first").siblings("ul").find(".change-but").children("input").removeClass("xz-active");
|
|
|
|
+ // var hideBlue2 = $(this).siblings('.hide2').css('display');
|
|
|
|
+ // if (hideBlue2 == 'none') {
|
|
|
|
+ // $(this).removeClass("xz-active");
|
|
|
|
+ // }
|
|
|
|
+ // });
|
|
|
|
|
|
// 点击搜索的图标,显示
|
|
// 点击搜索的图标,显示
|
|
$('.inp-icon1').click(function() {
|
|
$('.inp-icon1').click(function() {
|