📄 et.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 + -