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

📄 ctrl.css

📁 航空订票系统基于asp.net和sql2005包含数据库和图片
💻 CSS
字号:
body
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	text-align: center;
}
div
{
	padding: 8px;
	border: 1px solid #999;
	background-color: #EFEFEF;
	margin-bottom: 10px;
	width:500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
input
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	border: 1px solid #FFF;
}
a:link
{
	color:#000;
	text-decoration:none;
}
a:visited
{
	color:#999;
	text-decoration:none;
}
a:hover
{
	color:#F1AB41;
	text-decoration:underline;
}
a:active
{
	color:#FF6600;
	text-decoration:none;
}
#do
{
	padding: 0px;
	margin:0px;
	border: 0px;
	width:400px;
}
#n
{
	color:#FF2323;
}

⌨️ 快捷键说明

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