add info module

This commit is contained in:
lh_wang
2015-08-07 14:32:46 +08:00
parent c24a3b1f35
commit 5b7068b03a
2 changed files with 15 additions and 22 deletions
+6 -3
View File
@@ -67,6 +67,8 @@ html body {
height: 50px;
background-color: #FFFFFF;
border: 1px solid #ccc;
border-left: 0;
border-right:0;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 6px 0 rgba(0, 0, 0, .19);
-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2), 0 2px 6px 0 rgba(0, 0, 0, .19);
}
@@ -214,14 +216,15 @@ html body {
/*-----------------SN_info--------------------------------*/
.SN_info{
position:absolute;
left:0;
right:0;
left:0px;
right:0px;
bottom:0;
height:130px;
z-index:10000;
background-color:#FFF;
border-top:1px solid #CCCCCC;
/*border-top:1px solid #CCCCCC;*/
overflow: hidden;
opacity: 0.8;
}
.SN_info_wrapper{