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

📄 css.css

📁 这是高校教师档案管理系统
💻 CSS
字号:
.css
{
	font-size: 9pt;
	color: #000099;
	
}
.txt
{
	font-size: 12px;
}
a:link
{
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #336633;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.title
{
	font-size: 12pt;
	color: #000099;
}
.align
{
	text-align: left;
}
TextBox
{
	height: 20px;
}

⌨️ 快捷键说明

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