mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
fix tool list bug
This commit is contained in:
+1
-1
@@ -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
@@ -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">
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user