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

📄 global.css

📁 关于设备管理的大型系统
💻 CSS
字号:
body {
	background: #87CEFA;
	font-size: 14px;
	line-height: 160%;
}
Input {
	font-size: 14px;
	line-height: 100%;
}
table {
	background: #ffffff;
	border-color: Black Black Black Black;
}
p {
	font-size: 14px;
	line-height: 160%;
}
td  {
	font-size: 14px;
	line-height: 160%;

}
a:link {
	font-size: 14px;
	line-height: 160%;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	line-height: 160%;
	color: #0000FF;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	font-size: 14px;
	line-height: 160%;
	color: #0000FF;
	text-decoration: underline;
}

⌨️ 快捷键说明

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