|
@@ -81,6 +81,7 @@ $(function () {
|
|
|
$(this).addClass('active').siblings().removeClass('active');
|
|
|
$(".seleName").html($(this).text())
|
|
|
$(".selc-list").css('display', 'none')
|
|
|
+ $('.code-list li').eq(0).css({ borderColor: '#fff' }).siblings().css({ borderColor: '#2A9BD5' })
|
|
|
$(".selectItem .arrow").attr("src", iconDown)
|
|
|
if(codeVal == 1){
|
|
|
$(".staticTopTab .code-list").css('display','none')
|