|
@@ -121,6 +121,9 @@
|
|
|
.sxqd::-webkit-scrollbar {
|
|
|
width: 0;
|
|
|
}
|
|
|
+ .el-tabs__header{
|
|
|
+ margin: 0 !important;
|
|
|
+ }
|
|
|
|
|
|
@media screen and (max-width:1600px) {
|
|
|
|
|
@@ -131,7 +134,7 @@
|
|
|
|
|
|
.sxqd li {
|
|
|
cursor: pointer;
|
|
|
- margin-top: 10px;
|
|
|
+ margin-top: 5px;
|
|
|
}
|
|
|
|
|
|
.zxfw {
|
|
@@ -347,7 +350,7 @@
|
|
|
<div class="buttonList">
|
|
|
<div class="button" @click="goToLink('wyyy.html')">延时办</div>
|
|
|
<div class="button" @click="goToLink('wybdb.html')">帮代办</div>
|
|
|
- <div class="button">智能问答</div>
|
|
|
+ <div class="button" @click="goToLink('https://www.cqna.gov.cn/ghwd/znwd/index.html')">智能问答</div>
|
|
|
<div class="button">联系我们</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -558,6 +561,7 @@
|
|
|
that.nowDiv.activeNametwo = "sxqd";
|
|
|
var id = element.getAttribute('data-id');
|
|
|
if (id && id != 12) {
|
|
|
+ $('#tab-rzbm').css('display','inline-block')
|
|
|
that.nowDiv.btnid = id;
|
|
|
$.ajax({
|
|
|
url: conpath + "/handleBusiness/" + id,
|
|
@@ -571,6 +575,7 @@
|
|
|
})
|
|
|
that.nowDiv.getItemList(1, id)
|
|
|
} else if (id && id == 12) {
|
|
|
+ $('#tab-rzbm').css('display','none')
|
|
|
that.nowDiv.btnName = '政务公开专区';
|
|
|
that.nowDiv.rzbmList = [];
|
|
|
that.nowDiv.sxqdList = [{
|
|
@@ -605,6 +610,7 @@
|
|
|
}
|
|
|
];
|
|
|
} else {
|
|
|
+ $('#tab-rzbm').css('display','inline-block')
|
|
|
that.nowDiv.btnName = '';
|
|
|
}
|
|
|
});
|