style.css

来自「学生管理系统。C#开发。偏重与数据库的应用。」· CSS 代码 · 共 164 行

CSS
164
字号
body {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
button {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
input
{
	width:50px;

}
.textbox {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #990000;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: middle;
	width: 70;
}
.textboxmoney
{
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #990000;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #999999;
	text-align: right;
	vertical-align: middle;
}
.button {
	font-family: "宋体";
	font-size: 9pt;
	border: 1px solid #999999;
	line-height: 16px;
	text-decoration: none;
	vertical-align: middle;
}
textarea {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #990000;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #999999;
}
select {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #990000;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #999999;
}
table {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
	background-position: top;
}
.dgheader {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #999999;
}
.dgcontent {


	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
	background-position: top;
}
a:visited {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #0033FF;
	text-decoration: none;
}
.buttonTable
{
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	border: 0px solid #999999;
	background-position: top;
}
button{
	font-family: "Tahoma", "宋体";
	font-size: 9pt;
	color: #0066cc;
	top border-color: #FFFFFF ; 
	background-color: #f0fbec;
	font-style: normal;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #c8e4ff;
	border-bottom: 1px solid #c8e4ff;
	border-left: 1px solid #ffffff;
	background-image: url('none');
}
.text1 {
	font-family: "宋体";
	font-size: 12pt;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.FunText {
	font-size: 9pt;
	font-weight:bold;
}

⌨️ 快捷键说明

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