subtb.css

来自「本学期要实讯」· CSS 代码 · 共 28 行

CSS
28
字号
.tb {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
css1 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.sub a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.sub a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.sub A:hover {COLOR: #16A972;border-bottom:1px dashed #0C593D }

.sub a:active {
	font-size: 12px;
	color: #6600FF;
	text-decoration: none;
}

⌨️ 快捷键说明

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