This commit is contained in:
unknown
2014-06-22 11:33:13 +08:00
parent 55d331ab4f
commit 5b4307219b
5 changed files with 33 additions and 2 deletions
+20 -1
View File
@@ -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

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

+13 -1
View File
@@ -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>