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

📄 style.css

📁 能够实现宾馆管理的基本功能。 例如删除
💻 CSS
字号:
body {
	font-size: 9pt;
	font-family: Verdana;
	background-image:url(images/bg.gif);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;  
}
td {
	font-size: 9pt;
	font-family: Verdana;
}
font {
	font-size: 9pt;
	font-family: Verdana;
}
input {
	border: 1px solid #C0C0C0;
	font-size: 9pt;
	font-family: Verdana;
}
textarea
{
	border: 1px solid #C0C0C0;
	font-size: 9pt;
	font-family: Verdana;
}
select
{
	border: 1px solid #C0C0C0;
	font-size: 9pt;
	font-family: Verdana;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0000cc;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.tbg { background-color: #ffffff }
.trbg { background-color: #ebebeb }
.tdbg { background-color: #ebebeb }
.tdbg1 { background-color: #f3f3f3 }
.level { background-color: #D1D1D1;color: #ff9900; }

⌨️ 快捷键说明

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