diff --git a/images/index_footwb.png b/images/index_footwb.png new file mode 100755 index 0000000..07aaa76 --- /dev/null +++ b/images/index_footwb.png diff --git a/images/index_footwx.png b/images/index_footwx.png new file mode 100755 index 0000000..3980013 --- /dev/null +++ b/images/index_footwx.png diff --git a/index.html b/index.html index b9d624d..03f76bc 100755 --- a/index.html +++ b/index.html @@ -882,10 +882,12 @@
@@ -931,6 +933,7 @@ + diff --git a/js/nav-footer.js b/js/nav-footer.js new file mode 100644 index 0000000..642c539 --- /dev/null +++ b/js/nav-footer.js @@ -0,0 +1,4 @@ + +$(function(){ + +}); \ No newline at end of file diff --git a/style.css b/style.css index d91b146..b6bbff2 100755 --- a/style.css +++ b/style.css @@ -2183,6 +2183,9 @@ a:hover{ .footer-title{ margin-bottom: 38px; } +.footer-media{ + margin-bottom: 20px; +} .footer-links li a,.footer-links li{ font-size:16px; font-family:PingFang-SC-Medium; @@ -2197,6 +2200,33 @@ a:hover{ .footer-links li:last-of-type{ margin-bottom: 0; } +.links_wechatIco{ + background: url("images/index_footwx.png") no-repeat; + width: 31px; + height: 31px; + display: inline-block; + cursor: pointer; +} +.links_weiboIco{ + background: url("images/index_footwb.png") no-repeat; + width: 31px; + height: 31px; + margin-left: 15px; + display: inline-block; + cursor: pointer; +} +.rnt_wechat{ + width: 164px; + height: 164px; + background: #0b0b0b; + border-radius: 4px; + bottom:31px; + left: 0px; + display: none; +} +.links_wechatIco:hover .rnt_wechat{ + display: block; +} .bottom-footer{ width: 1200px; margin: 0 auto; @@ -2210,6 +2240,12 @@ a:hover{ font-weight:500; color:rgba(255,255,255,.5); } +.rnt_pos_rel{ + position: relative; +} +.rnt_pos_abs{ + position: absolute; +} /*=================== End Footer CSS =====================*/