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

📄 mystyle.css

📁 利用AJAX实现目录树
💻 CSS
字号:

.imgBox
{
	border-right: 1px dotted;
	border-top: 1px dotted;
	display: none;
	border-left: 1px dotted;
	width: 0px;
	border-bottom: 1px dotted;
	position: absolute;
	height: 0px;
	src: url(images/trans.gif);
}
.imgPail
{
	display: none;
	position: absolute;
	src: url(images/MulSelect.gif);
}
.BodyStyle
{
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding: 0px; 
	margin: 0px;
	width: 900px;
	height: 500px;
	overflow: auto;	
}

.TableBody
{
	border-top: 0px;
	left: 0px;
	border-left: 0px;
	width: 100%;
	border-bottom: 1px;
	position: absolute;
	top: 0px;
	height: 100%;
	padding :0;
}
.TDdivTree
{
	vertical-align: top;
	width: 180px;
	height: 100%;
}
.divTree
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	width: 180px;
	border-bottom: silver 1px solid;
	height: 510px;
	background-color: #f5f5f5;
	overflow: auto;
}

.divDataGrid
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= "#777777" , Direction=135, Strength=4) alpha(Opacity=90);
	vertical-align: super;
	overflow: auto;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	width: 860px;
	height: 410px;
	text-align: left;
}
.divDataGridTree
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= "#777777" , Direction=135, Strength=4) alpha(Opacity=90);
    border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: left;
	width: 670px;
	height: 410px;
	overflow: auto;
}
.DataGrid
{
	border-right: #cc9966 1px outset;
	border-top: #cc9966 1px outset;
	font-size: 14px;
	filter: #cc9966;
	border-left: #cc9966 1px outset;
	width: 100%;
	border-bottom: #cc9966 1px outset;
}
.DataGridHeaderStyle
{
	font-weight: bold;
	color: #ffffcc;
	background-color: #003399;
	position:relative; 
	/*不滚动 */
	top: expression(this.offsetParent.scrollTop); 
}

.DataGridItemStyle
{
	color: #330099;
	border-Color:#ffff99;
	background-color:expression((this.sectionRowIndex%2==0)?"#ffff99":"#ffe4c4");
}
.DataGridCellStyle
{
	border-Color:"bisque"
}


.DataGridSelectedItemStyle
{
	font-weight: bold;
	color: #663399;
	background-color: #ffcc66;
}

.ToolBar
{
	border-right: buttonhighlight thin groove;
	border-top: buttonhighlight thin groove;
	float: left;
	margin-bottom: 1px;
	border-left: buttonhighlight thin groove;
	width: 100%;
	HEIGHT: 100%;	
	margin-right: 1px;
	border-bottom: buttonhighlight thin groove;
	background-color: buttonface;
}
.ButtonNormal
{
	padding-right: 1px;
	padding-left: 1px;
	font-size: 10pt;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: MS Sans Serif;
	width: 28px;
	cursor: hand;
}
.ButtonOver
{
	border-right: buttonhighlight 2px outset;
	border-top: buttonhighlight 2px outset;
	border-left: buttonhighlight 2px outset;
	border-bottom: buttonhighlight 2px outset;
}
.ButtonDown
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	border-bottom: 1px inset;
}

.FindTable
{
	font-size: 14px;
	width: 100%;
	HEIGHT: 100%;	
	top: 0px;
	left: 0px;
	background-color: royalblue;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px; 
	margin: 0px;
}

.TBSep
{
	BORDER-LEFT: buttonshadow 1px solid;
	BORDER-RIGHT: buttonhighlight 1px solid;
	FONT-SIZE: 0px;
	HEIGHT: 22px;
	TOP: 1px;
	WIDTH: 1px
}

.OpenAddWebCell
{
	cursor: hand;
	color: #3300cc;
	background-color: #66cc66;
	text-decoration: underline;
}
.IDColum
{
	visibility: hidden;
	width: 1px;
}

⌨️ 快捷键说明

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