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

📄 style.css

📁 一个邮政 编码查询系统的代码
💻 CSS
字号:
<style type="text/css">
a {  text-decoration: none}
a:hover {  text-decoration: underline; color: #cc0000}
a:link {  color: #000000}
a:visited {  color: #000000}
a:active {  color: #ae0000} 
BODY {FONT-SIZE: 9pt}
TH {FONT-SIZE: 9pt}
TD {FONT-SIZE: 9pt}

.xiao {
	font-size: 12px;
}
a:hover {
	text-decoration: none;
}
.white {
	color: #FFFFFF;
}
.fieldline {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
}
</style>

⌨️ 快捷键说明

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