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

📄 css.css

📁 jsp 和 access 联合开发的聊天小程序
💻 CSS
字号:
body,td,th {
	font-size: 12px;
}

a:link {/*链接*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.STYLE1 {color: #0000FF}
.STYLE2 {color: #D5D5D5}
.STYLE3 {color: #CC99FF}
.STYLE4 {color: #FF0000}
.STYLE5 {color: #CCCCCC}
#Layer1 {
	position:absolute;
	width:66px;
	height:16px;
	z-index:1;
	left: auto;
	top: auto;
}
.dl {
	height: 18px;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}/*表单*/
.dl2 {
	height: 18px;
	width: 20px;
}

⌨️ 快捷键说明

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