style.css

来自「学生可根据自己喜欢的课程进行选课」· CSS 代码 · 共 65 行

CSS
65
字号
.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 + =
减小字号Ctrl + -
显示快捷键?