style-1.css

来自「新闻系统的具体的一块」· CSS 代码 · 共 35 行

CSS
35
字号
.text-1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #666600;
	margin: 7px;

}
a:visited {
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #669900;
}
a:link {
	font-family: "幼圆";
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	color: #330066;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #990066;
	text-decoration: none;
}
a:active {
	color: #660099;
}

⌨️ 快捷键说明

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