|
@@ -145,7 +145,7 @@
|
|
|
font-size: 1rem;
|
|
|
}
|
|
|
|
|
|
- .link {
|
|
|
+ .collapseItem .link {
|
|
|
cursor: pointer;
|
|
|
width: 50%;
|
|
|
}
|
|
@@ -350,17 +350,17 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
- <div style="width:100%;" class="footer"></div>
|
|
|
+ <div style="width:100%;" class="footer"></div>
|
|
|
</body>
|
|
|
<script>
|
|
|
- $(function () {
|
|
|
- /*公共部分
|
|
|
- * 导航栏
|
|
|
- * footer CopyRight
|
|
|
- */
|
|
|
- $(".header").load('top/top_style.html');
|
|
|
- $(".footer").load('footer/footer.html');
|
|
|
- });
|
|
|
+ $(function () {
|
|
|
+ /*公共部分
|
|
|
+ * 导航栏
|
|
|
+ * footer CopyRight
|
|
|
+ */
|
|
|
+ $(".header").load('top/top_style.html');
|
|
|
+ $(".footer").load('footer/footer.html');
|
|
|
+ });
|
|
|
</script>
|
|
|
<script>
|
|
|
// 初始化Vue实例
|