File tree Expand file tree Collapse file tree
blog-consumer/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff 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------------------------------*/
Original file line number Diff line number Diff line change 22 <!--容器-->
33 < div class ="desc ">
44 <!--版权和备案-->
5- < p class ="copy-right "> © Copy Right: 2022 HACKYLE. All rights reserved </ p >
5+ < p class ="copy-right "> © 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 >
You can’t perform that action at this time.
0 commit comments