css.css

来自「只是一网站项目不错的可以看看的不看会后悔啊」· CSS 代码 · 共 40 行

CSS
40
字号
body {
	background-color: #2E2E2E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #D9D6D6;
}
a:link {
	color: #D9D6D6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D9D6D6;
}
a:hover {
	text-decoration: underline;
	color: #D9D6D6;
}
a:active {
	text-decoration: none;
	color: #D9D6D6;
}
.news {
	line-height: 20px;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}
.unnamed1 {
	line-height: 16px;
}
.red{color:#FF0000;}

⌨️ 快捷键说明

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