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

📄 xtree.css

📁 html树型结构 html树型结构
💻 CSS
字号:
/**
 * xyTree树的样式表,需要直接加到用户的网页中
 * @版本:4.1
 * @作者:xieye
 * @时间:2007/06/16
 */

.treeyangshi{
/*树的样式*/
  font:12px normal 宋体
  margin:0;
  padding:0;
}
.treeyangshi div{ 
/*树的div样式*/
/*  height:16px;*/
  border:0px solid red;
	white-space: nowrap;
}
.treeyangshi img{ 
/*树的div样式*/
 
/*  display:block;*/
}


.treeyangshiImg{
/*  这里可能用户自己需要修改,自定义图片的样式由这条指定*/
  width:15px;
  height:15px;
}

.treeyangshi a{
/*未访问*/
	color:black;
	text-decoration:none;
  font:12px normal 宋体;
  margin-left:0px;
  
  cursor:pointer;
}

.treeyangshi a:visited{
/*访问过*/
	color:black;
	text-decoration:none;
}

.treeyangshi a:hover{
/*指针移动到上面的样式,蓝色加下划线*/
  color:blue;
/*	text-decoration:underline;*/
  
    cursor:pointer;
}

.treeyangshi a:active{
/*被点击下*/
}





⌨️ 快捷键说明

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