tree.css
来自「一个用ajax写的动态树.实现无限级的树.」· CSS 代码 · 共 49 行
CSS
49 行
/*子节点容器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 + =
减小字号Ctrl + -
显示快捷键?