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 fcd3f7b..35d5899 100755 --- a/index.html +++ b/index.html @@ -118,33 +118,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
物联改变时代 智慧停车 从现在开始
-
快速、高效、不停车、不拥堵
-
了解更多
-
-
-
-
-
云端saas服务,大并发高可用架构
-
为您的数字资产保驾护航 数据全方位呵护
-
了解更多
-
-
+ + + + + + + + + + + + + +
-
全方位解决方案 全数据云服务 全时空可视化
-
最懂你、任你停
+
云端saas服务,大并发高可用架构
+
为您的数字资产保驾护航 数据全方位呵护
了解更多
@@ -891,10 +882,12 @@
@@ -940,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 dab30a7..7777941 100755 --- a/style.css +++ b/style.css @@ -2341,6 +2341,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; @@ -2355,6 +2358,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: 120px; + height: 120px; + background: #0b0b0b; + border-radius: 4px; + top:51px; + left: 0px; + display: none; +} +.links_wechatIco:hover .rnt_wechat{ + display: block; +} .bottom-footer{ width: 1200px; margin: 0 auto; @@ -2368,6 +2398,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 =====================*/