css.css

来自「提供企业bug的追踪流程」· CSS 代码 · 共 27 行

CSS
27
字号
.12p {
	font-size: 12px;
	text-decoration: none;
	line-height: 120%;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.12wide {
	font-size: 12px;
	line-height: 150%;
}
.flet-input {
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #666666;
}

⌨️ 快捷键说明

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