fix canvas bug

This commit is contained in:
lh_wang
2015-08-06 17:27:26 +08:00
parent 134dfb7aef
commit b05c79ceee
2 changed files with 24 additions and 2 deletions
+18
View File
@@ -211,6 +211,24 @@ html body {
transform: translateZ(0);
}
/*-----------------SN_info--------------------------------*/
.SN_info{
position:absolute;
left:0;
right:0;
bottom:0;
height:130px;
z-index:10000;
background-color:#FFF;
border-top:1px solid #CCCCCC;
overflow: hidden;
}
.SN_info_wrapper{
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
}