|
@@ -5,8 +5,8 @@
|
|
|
<meta charset="UTF-8">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.5">
|
|
|
- <link rel="stylesheet" href="./css/navigation.css">
|
|
|
- <script src="./js/jquery-3.5.1.min.js"></script>
|
|
|
+ <link rel="stylesheet" href="./navigation.css">
|
|
|
+ <script src="./jquery-3.6.1.js"></script>
|
|
|
<title>惠企导航</title>
|
|
|
</head>
|
|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
</div>
|
|
|
<div class="hqdh-fold">
|
|
|
<span>展开</span>
|
|
|
- <img src="./img/flot-right.png" alt="" class="flot">
|
|
|
+ <img src="./image/flot-right.png" alt="" class="flot">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="hqdh-content up zclx">
|
|
@@ -95,7 +95,7 @@
|
|
|
</div>
|
|
|
<div class="hqdh-fold">
|
|
|
<span>展开</span>
|
|
|
- <img src="./img/flot-right.png" alt="" class="flot">
|
|
|
+ <img src="./image/flot-right.png" alt="" class="flot">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="hqdh-content up hyly">
|
|
@@ -141,7 +141,7 @@
|
|
|
</div>
|
|
|
<div class="hqdh-fold">
|
|
|
<span>展开</span>
|
|
|
- <img src="./img/flot-right.png" alt="" class="flot">
|
|
|
+ <img src="./image/flot-right.png" alt="" class="flot">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="hqdh-content up zzbm">
|
|
@@ -183,10 +183,10 @@
|
|
|
$('.hqdh-fold').click(function () {
|
|
|
$(this).parent().next().toggleClass('up')
|
|
|
if (isActive == false) {
|
|
|
- $(this).html(' <span>收起</span><img src="./img/flot-bottom.png" alt="" class="flot">')
|
|
|
+ $(this).html(' <span>收起</span><img src="./image/flot-bottom.png" alt="" class="flot">')
|
|
|
isActive = true
|
|
|
} else {
|
|
|
- $(this).html(' <span>展开</span><img src="./img/flot-right.png" alt="" class="flot">')
|
|
|
+ $(this).html(' <span>展开</span><img src="./image/flot-right.png" alt="" class="flot">')
|
|
|
isActive = false
|
|
|
}
|
|
|
})
|
|
@@ -277,20 +277,20 @@
|
|
|
$('.hqsx dl dt').removeClass('on')
|
|
|
$('.hqsx dl dt p').removeClass('on')
|
|
|
$('.hqsx dl dt p').addClass('deploiement')
|
|
|
- $('.hqsx dl dt img').attr('src', './img/zclx-right.png').css('width', '18px').css('height', '29px')
|
|
|
+ $('.hqsx dl dt img').attr('src', './image/zclx-right.png').css('width', '18px').css('height', '29px')
|
|
|
if ($(this).attr('active')) {
|
|
|
$(this).next().show()
|
|
|
$(this).addClass('on')
|
|
|
$(this).children('p').addClass('on')
|
|
|
$(this).children('p').removeClass('deploiement')
|
|
|
- $(this).children('img').attr('src', './img/zclx-bottom.png').css('width', '28px').css('height', '15px')
|
|
|
+ $(this).children('img').attr('src', './image/zclx-bottom.png').css('width', '28px').css('height', '15px')
|
|
|
$(this).parent().addClass('on')
|
|
|
$('html,body').animate({ scrollTop: $(this).offset().top }, 100);
|
|
|
} else {
|
|
|
$(this).next().hide()
|
|
|
$(this).removeClass('on')
|
|
|
$(this).children('p').removeClass('on')
|
|
|
- $(this).children('img').attr('src', './img/zclx-right.png').css('width', '18px').css('height', '29px')
|
|
|
+ $(this).children('img').attr('src', './image/zclx-right.png').css('width', '18px').css('height', '29px')
|
|
|
$(this).parent().removeClass('on')
|
|
|
}
|
|
|
})
|
|
@@ -345,31 +345,31 @@
|
|
|
if (docList != null && docList.length > 0) {
|
|
|
for (var i = 0; i < docList.length; i++) {
|
|
|
html += '<dl>'
|
|
|
- html += '<dt><p class="deploiement">' + docList[i].title + '</p><img src="./img/zclx-right.png" alt=""></dt>'
|
|
|
+ html += '<dt><p class="deploiement">' + docList[i].title + '</p><img src="./image/zclx-right.png" alt=""></dt>'
|
|
|
html += '<dd>'
|
|
|
if (docList[i].measures) {
|
|
|
- html += '<div><p><img src="./img//hqsx-one.png" alt="" class="icon"><span>惠企政策</span></p></div><p>' + docList[i].measures + '</p>'
|
|
|
+ html += '<div><p><img src="./image//hqsx-one.png" alt="" class="icon"><span>惠企政策</span></p></div><p>' + docList[i].measures + '</p>'
|
|
|
}
|
|
|
if (docList[i].policyBasis) {
|
|
|
- html += '<div><p><img src="./img//hqsx-five.png" alt="" class="icon"><span>政策依据</span></p></div><p>' + docList[i].policyBasis + '</p>'
|
|
|
+ html += '<div><p><img src="./image//hqsx-five.png" alt="" class="icon"><span>政策依据</span></p></div><p>' + docList[i].policyBasis + '</p>'
|
|
|
}
|
|
|
if (docList[i].applicableConditions) {
|
|
|
- html += '<div><p><img src="./img//hqsx-four.png" alt="" class="icon"><span>适用条件</span></p></div><p>' + docList[i].applicableConditions + '</p>'
|
|
|
+ html += '<div><p><img src="./image//hqsx-four.png" alt="" class="icon"><span>适用条件</span></p></div><p>' + docList[i].applicableConditions + '</p>'
|
|
|
}
|
|
|
if (docList[i].processingMethod) {
|
|
|
- html += '<div><p><img src="./img//hqsx-six.png" alt="" class="icon"><span>办理方式</span></p></div><p>' + docList[i].processingMethod + '</p>'
|
|
|
+ html += '<div><p><img src="./image//hqsx-six.png" alt="" class="icon"><span>办理方式</span></p></div><p>' + docList[i].processingMethod + '</p>'
|
|
|
}
|
|
|
if (docList[i].processingTime) {
|
|
|
- html += '<div><p><img src="./img//hqsx-seven.png" alt="" class="icon"><span>办理时间</span></p></div><p>' + docList[i].processingTime + '</p>'
|
|
|
+ html += '<div><p><img src="./image//hqsx-seven.png" alt="" class="icon"><span>办理时间</span></p></div><p>' + docList[i].processingTime + '</p>'
|
|
|
}
|
|
|
if (docList[i].inquiryPhone) {
|
|
|
- html += '<div><p><img src="./img//hqsx-eight.png" alt="" class="icon"><span>咨询电话</span></p></div><p>' + docList[i].inquiryPhone + '</p>'
|
|
|
+ html += '<div><p><img src="./image//hqsx-eight.png" alt="" class="icon"><span>咨询电话</span></p></div><p>' + docList[i].inquiryPhone + '</p>'
|
|
|
}
|
|
|
if (docList[i].procedure) {
|
|
|
- html += '<div><p><img src="./img//hqsx-two.png" alt="" class="icon"><span>办理材料</span></p></div><p>' + docList[i].procedure + '</p>'
|
|
|
+ html += '<div><p><img src="./image//hqsx-two.png" alt="" class="icon"><span>办理材料</span></p></div><p>' + docList[i].procedure + '</p>'
|
|
|
}
|
|
|
if (docList[i].processingMaterials) {
|
|
|
- html += '<div><p><img src="./img//hqsx-two.png" alt="" class="icon"><span>办理材料</span></p></div><p>' + docList[i].processingMaterials + '</p>'
|
|
|
+ html += '<div><p><img src="./image//hqsx-two.png" alt="" class="icon"><span>办理材料</span></p></div><p>' + docList[i].processingMaterials + '</p>'
|
|
|
}
|
|
|
html += '</dd>'
|
|
|
html += '</dl>';
|