et.css

来自「在实际教学应用中」· CSS 代码 · 共 29 行

CSS
29
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?