⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style.css

📁 在线发布系统 本系统有两大功能模块:用户模块和后台管理模块。用户模块模块主要实现的主要功能有:文章浏览功能、用户注册登陆能、文章发布功能、用户管理修改文章功能、文章搜索功能。后台管理模块模块主要实现
💻 CSS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -