mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add info module
This commit is contained in:
+6
-3
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user