23-2 tree.css

来自「JAVASCRIPT完全自学手册,中源码的验证修订实例」· CSS 代码 · 共 32 行

CSS
32
字号
.tree_loading_tip { font-size:12px; font-family:宋体, Arial; background-color:#F0F0F9; color:#444; border:1px solid silver; padding:2px 5px; float:left; }

.tree_error_tip {  }


.tree_root { }

.tree_node { margin:0px; }

.tree_br { height:18px; width:2px; overflow:hidden; float:left; clear:left; }

.tree_indent  { height:18px; width:18px; overflow:hidden; display:block; float:left; }

.tree_caption { float:left; color:#444; }

.tree_caption_hover { float:left; color:blue; }

.tree_caption_active { float:left; background-color:yellow; color:blue; }

.tree_caption_selected { float:left; background-color:navy; color:white; }

.tree_caption_line_icon { float:left; cursor:pointer; }

.tree_caption_icon { float:left; cursor:pointer; }

.tree_caption_text { float:left; cursor:pointer; background-color:transparent; font-size:12px; line-height:18px; height:18px; font-family:宋体, Arial; padding:0px 0px 0px 5px; }

.tree_caption_text .input_text { height:12px; border:1px solid silver; font-size:12px; line-height:12px; font-family:宋体, Arial; color:#444; padding:0px 5px 0px 5px;  }

.tree_caption_text .input_checkbox { height:12px; }

.tree_sub { clear:both; display:none; padding:0px; }

⌨️ 快捷键说明

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