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

📄 treelistcontrol.css

📁 本程序用JAVASCRIPT实现了WEB页面树的多列
💻 CSS
字号:
.treelistcontrol {
	font-family: microsoft sans serif, verdana;
	font-size: 8pt;
	position: relative;
	border: 2px inset;
	background-color: white;
}

.tlc_headings {
	position:relative;
	height:16px;
}

.tlc_columnheading {
	font-size: 8pt;
	position: absolute;
	background-color: threedface;
	border: 1px outset;
	border-top: 1px solid white;
	border-left: 1px solid white;
	padding-left: 2px;
	padding-bottom: 1px;
}

.tlc_node {
	position: relative;
}

.tlc_node_row {
	position: relative;
	border-top: 1px dotted #EEEEEE;
	height:16px;
}

.tlc_node_row_hover {
	position: relative;
	border-top: 1px dotted #EEEEEE;
	background-color: #EEEEFF;
	height:16px;
}

.tlc_node_row_click {
	position: relative;
	border-top: 1px dotted #EEEEEE;
	background-color: darkblue;
	color: white;
	height:16px;
}

.tlc_node_text {
	position: absolute;
	height: 16px;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 2px;
	white-space: nowrap;
}

.tlc_node_children {
}

⌨️ 快捷键说明

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