|
@@ -124,14 +124,11 @@ margin:40px auto;padding: 20px 50px;overflow-y: auto;box-shadow: 0 10px 10px 0 #
|
|
|
.login_check label:first-child{margin-right: 15px;}
|
|
|
.head_login:focus{text-decoration: none;}
|
|
|
/*底部定制*/
|
|
|
-.bottombg_top{width:100%;height:130px;background: url(../../img/bottom_bgtop.png) no-repeat center center;
|
|
|
- background-size:100% 100%;position: absolute;top:-130px;left:0; }
|
|
|
-#bottom{margin-top:0;height:280px;}
|
|
|
-.bottom{margin-top:0;height:280px;}
|
|
|
-.bottom_text{height:280px;}
|
|
|
-.text_top{top:20px;}
|
|
|
-.text_center{top:75px;}
|
|
|
-.text_bottom{top:165px;}
|
|
|
+
|
|
|
+#bottom{background:#fff;margin-top:-150px;background: url(../../img/bottom_bg.png) no-repeat center center;
|
|
|
+ background-size:100% 100%;}
|
|
|
+.bottom{margin-top:0;}
|
|
|
+
|
|
|
|
|
|
/*弹出消息提示*/
|
|
|
.smg{width: 200px;height: 30px;color: #0C79FF;background: rgba(100,100,100,.3);border-radius: 10px;position: fixed;top: 50%;margin-top: -15px;left: 50%;margin-left: -75px;color: #ffffff;}
|