Skip to content

Commit 92a887f

Browse files
committed
change: link to beian.miit.gov.cn
1 parent be5f8d9 commit 92a887f

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

blog-consumer/src/main/resources/static/css/common.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,12 @@ nav .search-box .search-btn {
170170
/*行间距*/
171171
line-height: 15px;
172172
}
173+
.footer-container .desc a {
174+
/*先移除掉超链接的默认样式,再自定义样式*/
175+
text-decoration:none;
176+
font-size: large;
177+
color: black;
178+
/*行间距*/
179+
line-height: 15px;
180+
}
173181
/*------------------------------footer end------------------------------*/

blog-consumer/src/main/resources/templates/components/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!--容器-->
33
<div class="desc">
44
<!--版权和备案-->
5-
<p class="copy-right">&copy; Copy Right: 2022 HACKYLE. All rights reserved</p>
5+
<p class="copy-right">&copy; Copy Right: 2022 HACKYLE. All Rights Reserved</p>
66
<!--说明-->
77
<p>Designed and Created by HACKYLE SHAWE</p>
88
<p>
9-
<span>备案号:浙ICP备20001706号-2</span>
9+
<a href="http://beian.miit.gov.cn" target="_blank"><span>备案号:浙ICP备20001706号-2</span></a>
1010
</p>
1111
</div>
1212
</footer>

0 commit comments

Comments
 (0)