⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style-1.css

📁 新闻系统的具体的一块
💻 CSS
字号:
.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -