|
@@ -693,6 +693,7 @@
|
|
|
style="float: right;">修改联系方式
|
|
|
</button>
|
|
|
</div>
|
|
|
+ <div class="line"></div>
|
|
|
<div class="sms" style="display:none;">
|
|
|
<div>
|
|
|
<div>
|
|
@@ -713,7 +714,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="line"></div>
|
|
|
</div>
|
|
|
<div class="remindList">
|
|
|
<ul style="color: #fff;font-weight: 600;">
|
|
@@ -749,7 +749,7 @@
|
|
|
<div class="layui-tab-item layui-show">
|
|
|
<table id="w-sms-wechat-table" class="layui-table" lay-skin="line"></table>
|
|
|
</div>
|
|
|
- <div class="layui-tab-item layui-show">
|
|
|
+ <div class="layui-tab-item">
|
|
|
<table id="w-sms-website-table" class="layui-table" lay-skin="line"></table>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1757,7 +1757,7 @@
|
|
|
clearInterval(time);
|
|
|
timer = setInterval(function () {
|
|
|
$('.navtitle').css('height', $('.rightContent').height() + 11 + 'px');
|
|
|
- console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
+ // console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
}, 300);
|
|
|
})
|
|
|
|
|
@@ -1851,7 +1851,7 @@
|
|
|
clearTimeout(t);
|
|
|
timer = setInterval(function () {
|
|
|
$('.navtitle').css('height', $('.rightContent').height() + 12 + 'px');
|
|
|
- console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
+ // console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
}, 300);
|
|
|
break;
|
|
|
// 民生栏目
|
|
@@ -1872,7 +1872,7 @@
|
|
|
clearTimeout(t);
|
|
|
time = setInterval(function () {
|
|
|
$('.navtitle').css('height', $('.rightContent').height() - 40 + 'px');
|
|
|
- console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
+ // console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
}, 300);
|
|
|
break;
|
|
|
// 政务服务
|
|
@@ -1883,7 +1883,7 @@
|
|
|
clearTimeout(t);
|
|
|
time = setInterval(function () {
|
|
|
$('.navtitle').css('height', $('.rightContent').height() - 33 + 'px');
|
|
|
- console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
+ // console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
}, 300);
|
|
|
break;
|
|
|
case "main-gkxx":
|
|
@@ -1922,7 +1922,7 @@
|
|
|
clearTimeout(t);
|
|
|
timer = setInterval(function () {
|
|
|
$('.navtitle').css('height', $('.rightContent').height() + 11 + 'px');
|
|
|
- console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
+ // console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
}, 300);
|
|
|
} else {
|
|
|
$('.web-assessment').css('display', 'none');
|
|
@@ -1939,7 +1939,7 @@
|
|
|
clearTimeout(t);
|
|
|
timer = setInterval(function () {
|
|
|
$('.navtitle').css('height', $('.rightContent').height() + 11 + 'px');
|
|
|
- console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
+ // console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
}, 300);
|
|
|
} else {
|
|
|
$('.web-assessment').css('display', 'none');
|
|
@@ -1956,7 +1956,7 @@
|
|
|
clearTimeout(t);
|
|
|
timer = setInterval(function () {
|
|
|
$('.navtitle').css('height', $('.rightContent').height() + 11 + 'px');
|
|
|
- console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
+ // console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
}, 300);
|
|
|
} else {
|
|
|
$('.web-assessment').css('display', 'none');
|
|
@@ -2057,7 +2057,7 @@
|
|
|
clearTimeout(t);
|
|
|
timer = setInterval(function () {
|
|
|
$('.navtitle').css('height', $('.rightContent').height() + 11 + 'px');
|
|
|
- console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
+ // console.log($('.navtitle').height() + 'px', 'ccccc')
|
|
|
}, 300);
|
|
|
} else {
|
|
|
$('.web-assessment').css('display', 'none');
|