|
@@ -20,7 +20,7 @@
|
|
|
#control header nav a{
|
|
|
display: inline-block;
|
|
|
height: 123px;
|
|
|
- width:25%;
|
|
|
+ width:20%;
|
|
|
text-align: center;
|
|
|
line-height: 123px;
|
|
|
font-weight: 500;
|
|
@@ -220,7 +220,7 @@
|
|
|
#control_search .hr{
|
|
|
background-color: #f1f1f1;
|
|
|
height: 2px;
|
|
|
- margin-top: 50px;
|
|
|
+ margin: 50px 0;
|
|
|
}
|
|
|
/*四个控件按钮--头像*/
|
|
|
#control_avatar{
|
|
@@ -233,10 +233,96 @@
|
|
|
/*四个控件按钮--菜单*/
|
|
|
#control_menu{
|
|
|
display:none;
|
|
|
+ background-color: rgba(153, 153, 153,.5);
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ text-align:right;
|
|
|
+}
|
|
|
+#control_menu .main{
|
|
|
+ width: 29%;
|
|
|
+ height: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ background-color: #fff;
|
|
|
+}
|
|
|
+#control_menu .shut{
|
|
|
+ text-align: left;
|
|
|
+ margin: 4rem 0 0 2rem;
|
|
|
+ font-size: 50px;
|
|
|
+ color: #D1D5DA;
|
|
|
+ line-height: 28px;
|
|
|
+ font-weight: 300;
|
|
|
}
|
|
|
+
|
|
|
/*页脚*/
|
|
|
-#control footer{
|
|
|
+#uiLayer>footer{
|
|
|
background-color: #F1F1F1;
|
|
|
width:100%;
|
|
|
height: 35px;
|
|
|
-}
|
|
|
+ line-height: 35px;
|
|
|
+ color: #a5a7ae;
|
|
|
+ text-indent: 2rem;
|
|
|
+}
|
|
|
+#uiLayer>footer>div{
|
|
|
+ float: right;
|
|
|
+ padding-right: 3rem;
|
|
|
+ line-height: 0;
|
|
|
+}
|
|
|
+#uiLayer>footer>div>span{
|
|
|
+ display:inline-block;
|
|
|
+ width:25px;
|
|
|
+ height:25px;
|
|
|
+ background-position-x: 3px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ margin: 8px 1.5rem 0 0;
|
|
|
+}
|
|
|
+#uiLayer>footer .facebook{
|
|
|
+ background-image: url("../img/facebook_icon.svg");
|
|
|
+}
|
|
|
+#uiLayer>footer .facebook:hover{
|
|
|
+ background-image: url("../img/facebook_icon_hover.svg");
|
|
|
+}
|
|
|
+
|
|
|
+#uiLayer>footer .twitter{
|
|
|
+ background-image: url("../img/twitter_icon.svg");
|
|
|
+}
|
|
|
+#uiLayer>footer .twitter:hover{
|
|
|
+ background-image: url("../img/twitter_icon_hover.svg");
|
|
|
+}
|
|
|
+
|
|
|
+#uiLayer>footer .pinterest{
|
|
|
+ background-image: url("../img/pinternest_iocn.svg");
|
|
|
+}
|
|
|
+#uiLayer>footer .pinterest:hover{
|
|
|
+ background-image: url("../img/pinternest_iocn_hover.svg");
|
|
|
+}
|
|
|
+
|
|
|
+#uiLayer>footer .google{
|
|
|
+ background-image: url("../img/google_icon.svg");
|
|
|
+}
|
|
|
+#uiLayer>footer .google:hover{
|
|
|
+ background-image: url("../img/google_icon_hover.svg");
|
|
|
+}
|
|
|
+
|
|
|
+#uiLayer>footer .instagram{
|
|
|
+ background-image: url("../img/instagram_icon.svg");
|
|
|
+}
|
|
|
+#uiLayer>footer .instagram:hover{
|
|
|
+ background-image: url("../img/instagram_icon_hover.svg");
|
|
|
+}
|
|
|
+
|
|
|
+#uiLayer>footer .wechat{
|
|
|
+ background-image: url("../img/wechat_icon.svg");
|
|
|
+}
|
|
|
+#uiLayer>footer .wechat:hover{
|
|
|
+ background-image: url("../img/wechat_icon_hover.svg");
|
|
|
+}
|
|
|
+
|
|
|
+#uiLayer>footer .youtube{
|
|
|
+ background-image: url("../img/youtube_icon.svg");
|
|
|
+}
|
|
|
+#uiLayer>footer .youtube:hover{
|
|
|
+ background-image: url("../img/youtube_icon_hover.svg");
|
|
|
+}
|