diff --git a/meitu/css/main.css b/meitu/css/main.css index e831355..e17fe14 100644 --- a/meitu/css/main.css +++ b/meitu/css/main.css @@ -388,5 +388,5 @@ html body { .tianqi_div_du { font-size: 20px; line-height: 50px; - font-family: "AvenirNextCondensed-Medium", "AvenirNextLTW01-MediumC 721311", "Arial Narrow", Verdana, sans-serif; + /*font-family: "AvenirNextCondensed-Medium", "AvenirNextLTW01-MediumC 721311", "Arial Narrow", Verdana, sans-serif;*/ } \ No newline at end of file diff --git a/meitu/index.html b/meitu/index.html index a15c549..7aee263 100644 --- a/meitu/index.html +++ b/meitu/index.html @@ -53,7 +53,7 @@
- +
diff --git a/meitu/js/home/tools.js b/meitu/js/home/tools.js index 028d02c..6d2cbd0 100644 --- a/meitu/js/home/tools.js +++ b/meitu/js/home/tools.js @@ -11,7 +11,7 @@ define('home/tools', function(require, exports, module){ tools.css('overflow', 'hidden'); var height = parseInt($('.tools').css('height')); - if(height > 50){ + if(height > 55){ var hideHandle = setInterval(function(){ height -= 50; if(height < 10){