From b05c79ceee8ca4d0fdc04747b257e8dcf3af0ff6 Mon Sep 17 00:00:00 2001 From: lh_wang Date: Thu, 6 Aug 2015 17:27:26 +0800 Subject: [PATCH] fix canvas bug --- meitu/css/main.css | 18 ++++++++++++++++++ meitu/index.html | 8 ++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/meitu/css/main.css b/meitu/css/main.css index fb3ba95..c39e639 100644 --- a/meitu/css/main.css +++ b/meitu/css/main.css @@ -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); +} + diff --git a/meitu/index.html b/meitu/index.html index 10034c5..59567bf 100644 --- a/meitu/index.html +++ b/meitu/index.html @@ -9,7 +9,7 @@ - + @@ -43,7 +43,7 @@ @@ -96,6 +96,10 @@
+ +
+
+