home.css

来自「工资管理系统功能齐全包括工人工资信息查询.」· CSS 代码 · 共 99 行

CSS
99
字号
BODY {
	MARGIN-TOP: 1px; FONT-SIZE: 12px; MARGIN-LEFT: 1px; FONT-FAMILY: "宋体"; BACKGROUND-COLOR: #f7f7ff
}
TD {
	FONT-SIZE: 12px;
	color: #000099;
}
INPUT {
	FONT-SIZE: 10pt;
	border-bottom-style: none;
	border-right-style: none;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #f7f7ff;
}
SELECT {
	FONT-SIZE: 9pt
}
TEXTAREA {
	FONT-SIZE: 9pt
}
BUTTON {
	FONT-SIZE: 9pt
}
A:link {
	COLOR: #000099;
	text-decoration: none;

}
A:visited {
	COLOR: #000099;
	text-decoration: none;
}
A:hover {
	COLOR: #ff3300;
	text-decoration: none;
}
.topbar {
	COLOR: #000099; PADDING-TOP: 2px
}
.topbar A:link {
	COLOR: #000099; TEXT-DECORATION: none
}
.topbar A:visited {
	COLOR: #000099; TEXT-DECORATION: none
}
.topbar A:hover {
	COLOR: #cc3300; TEXT-DECORATION: underline
}.title {
	font-family: "宋体";
	font-size: 16px;
	line-height: 200%;
	font-weight: bold;
	color: #003366;
}
.littletitle {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #FF0033;
}
.content {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}
.LoginTitle {
	font-family: "宋体";
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: center;
}
.msg {
	color: #FF0000;
}
.input_txt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background:none;
}

⌨️ 快捷键说明

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