mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add ico
This commit is contained in:
+20
-1
@@ -62,6 +62,24 @@ body{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.footer_start{
|
||||
height: 60px;
|
||||
width: 184px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.start_item{
|
||||
margin-top: 14px;
|
||||
display: inline-block;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.start_item:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.menu{
|
||||
@@ -175,4 +193,5 @@ body{
|
||||
|
||||
.page_item:hover{
|
||||
cursor: pointer;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
+13
-1
@@ -96,7 +96,19 @@
|
||||
</section>
|
||||
<!--页脚-->
|
||||
<footer class = "footer">
|
||||
<div class="footer_info"></div>
|
||||
<div class="footer_info">
|
||||
<div class="footer_start">
|
||||
<a class="start_item" href="https://github.com/vczero">
|
||||
<img style="width:40px;height:40px;" src="imgs/github.jpg">
|
||||
</a>
|
||||
<div class="start_item">
|
||||
<img style="width:40px;height:40px;" src="imgs/weibo.png">
|
||||
</div>
|
||||
<a class="start_item" href="http://vczero.github.io/index.html">
|
||||
<img style="width:40px;height:40px;" src="imgs/me.png">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="footer_text">wlhmyit@126.com</div>
|
||||
<div class="footer_text">create by vczero</div>
|
||||
|
||||
Reference in New Issue
Block a user