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

📄 et.css

📁 在实际教学应用中
💻 CSS
字号:
/* CSS Document */
<style type="text/css">
body,td,th {font-size: 14px;}
body {
	margin-top: 2px;
	margin-left: 20px;
}
.line_hight{line-height: 4px;}
.explain_hight{line-height: 20px;}
.red {color: #FF0000}
.blue{color: #0000FF}

.font_12{font-size: 12}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
</style>


⌨️ 快捷键说明

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