css.css

来自「基于ASP和SQL的简单的图像数据的存储和显示」· CSS 代码 · 共 47 行

CSS
47
字号
.left {
	font-family: "宋体";
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	line-height: 12pt;
}
a:link {
	font-family: "宋体";
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: "宋体";
	font-size: 9pt;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: "宋体";
	font-size: 9pt;
	color: #660033;
	text-decoration: underline;
}
a:active {
	font-family: "宋体";
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
.wenzi {
	font-family: "宋体";
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
.forlayer {
	font-family: "宋体";
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
	line-height: 12pt;
	border: 1px outset #666666;
	background-color: #CCCCCC;
}

⌨️ 快捷键说明

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