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

📄 head.css

📁 高校教师测评系统 主要功能: 自行设置测评项和满分; 自行设定测评期限; 学生可给教师提个人意见; 院级管理员可以查看本院所有教师所授课程得分; 超级管理员可以动态增加修改数据库信息;
💻 CSS
字号:
body {
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #99FF00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
#top {
	height: 80px;
	width: 760px;
	padding: 2px;
	font-size: 36px;
	line-height: 70px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

⌨️ 快捷键说明

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