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

📄 style.css

📁 学生可根据自己喜欢的课程进行选课
💻 CSS
字号:
.text {
	font-size: 12px;
	height: auto;
	width: auto;
}
.table_big {
	background-color: #87CEFA;
	border: 3px solid #000000;
}
.text_title {
	font-size: 13px;
	color: #191970;
}
.button {
	border: thin solid #000000;
}
.text_blue {
	font-size: 12px;
	color: #0000FF;
}
.table_small {
	border: thin solid #191970;
}
.textfield {
	border: thin solid #0033FF;
	height: 18px;
	width: 130px;
}
.select_filed {
	height: 13px;
	width: 50px;
	border: medium solid #999999;
}
.table_title {
	border-top: medium solid #191970;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
}
.text_error {
	font-size: 13px;
	color: #FF0000;
}
.select_filed2 {
	height: 13px;
	width: auto;
	border: medium solid #999999;
}
.textfield2 {
	border: thin solid #0033FF;
	height: 90px;
	width: 400px;
}
.one {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0066FF;
}

⌨️ 快捷键说明

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