fix tool list bug

This commit is contained in:
lh_wang
2015-08-09 13:21:28 +08:00
parent e8efb49614
commit 479fb64348
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;*/
}
+1 -1
View File
@@ -53,7 +53,7 @@
<div class="tools">
<div id="tools_list" class="sh tools_items">
<div style="width:30px;height:30px;">
<i class="fa fa-windows" style="color:#999999;margin-top:13px;font-size:20px;"></i>
<i class="fa fa-windows" style="color:#999999;margin-top:10px;font-size:20px;"></i>
</div>
</div>
<div class="sh tools_items">
+1 -1
View File
@@ -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){