css.css

来自「合同管理系统」· CSS 代码 · 共 20 行

CSS
20
字号
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #6699FF;
	text-decoration: none;
}
table {
	font-size: 12px;
}

⌨️ 快捷键说明

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