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

📄 css.css

📁 学校智能办公系统 1、系统包含成绩学籍管理、公文管理、电子备课、教职工管理、照片管理、课件管理等学校办公的多个方面。 2、实行集中管理
💻 CSS
字号:
Body TD {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: normal;

}
a:link {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
a.red:link {
	font-size: 9pt;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}
a.red:visited {
	font-size: 9pt;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	font-size: 9pt;
	line-height: 20px;
	color: #FF0000;
	text-decoration: underline;
}
a.black:link {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a.black:hover {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	text-decoration: underline;
}
input {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	height: 19px;
}
.input {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	height: 150px;
	width: 386px;
}

⌨️ 快捷键说明

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