style.css

来自「酒店预约系统,适合中小型酒店使用」· CSS 代码 · 共 52 行

CSS
52
字号
.text {
	font-size: 12px;
}
.table_big {
	background-color: #76BABC;
	border: 3px solid #000000;
}
.text_title {
	font-size: 12px;
	color: #0000FF;
}
.button_ {
	border: thin solid #000000;
}
.text_blue {
	font-size: 12px;
	color: #0000FF;
}
.table_small {
	border: thin solid #000000;
}
.textfield {
	border: thin solid #0033FF;
	height: 18px;
	width: 130px;
}
.select_filed {
	height: 12px;
	width: 50px;
	border: medium solid #999999;
}
.table_title {
	border-top: medium solid #000000;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
}
.text_error {
	font-size: 12px;
	color: #FF0000;
}
.select_filed2 {
	height: 12px;
	width: auto;
	border: medium solid #999999;
}
.textfield2 {
	border: thin solid #0033FF;
	height: 90px;
	width: 400px;
}

⌨️ 快捷键说明

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