⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tree.css

📁 一个用ajax写的动态树.实现无限级的树.
💻 CSS
字号:
/*子节点容器box缩进*/
div.box{
	margin-left:20px;
	white-space: nowrap;
}
div.root{
	white-space: nowrap;
}
/*目录节点图标样式*/
span.folderMark{
	cursor:hand;
	margin-right:0px;
	white-space: nowrap
}
/*目录节点标题样式*/
span.folder{
	cursor:hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}

/*非目录节点图标样式*/
span.itemMark{
	cursor:hand;
	margin-right:0px;
	white-space: nowrap
}
/*非目录节点标题样式*/
span.item{
	cursor:hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}

img.imgcl{
	border:0px;
	vertical-align: middle;
}

/*目录,非目录图标样式*/
span.custom{	
	cursor:hand;
	margin-right:5px;
	white-space: nowrap
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -