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

📄 admin.css

📁 贸易有限公司项目管理系统(C#.NET2003),供学习参考!
💻 CSS
字号:
body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000033;
}
input,select  {
	border:1px #666666 solid;
	height:18px;
	font-size: 12px;
}
table {
	border-collapse:collapse;
}
.submit {
	background-image: url(bg2.gif);
	
}
.table{
	border: 1px solid #939393;
	margin-top: 5px;
	margin-bottom: 5px;

}
.xingmu {
    line-height: 20px;
	font-family: "Verdana, 新宋体";
	color:#333333;
	font-size:12px;
	font-weight:bolder;
	background:#DBDAD9;
}

⌨️ 快捷键说明

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