style.css

来自「在线发布系统 本系统有两大功能模块:用户模块和后台管理模块。用户模块模块主要实」· CSS 代码 · 共 46 行

CSS
46
字号
a:link {
	font-size: 9pt;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	color: #999999;
	text-decoration: none;
}
a:hover {
	position: relative;
	right: 1px;
	bottom: 1px;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: none;
}body {
	font-size: 9pt;
	font-family: "宋体";
}
td {
	font-size: 12px;
}
.input {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	border-left: none;
}
.title {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F7F7F7;
	border-right-color: #F7F7F7;
	border-bottom-color: #F7F7F7;
	border-left-color: #F7F7F7;
	background-color: #F7F7F7;
}

⌨️ 快捷键说明

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