📄 2.css
字号:
table {
font-family: "Arial";
font-size: 11px;
color: #990000;
font-weight: bolder;
}
.font_10_e_black {
font-family: "Verdana";
font-size: 10px;
color: #000000;
font-weight: normal;
}
.link_10_e_green {
font-family: "Arial";
font-size: 11px;
font-weight: bold;
color: #009900;
text-decoration: underline;
}
.link_10_e_green:hover {
font-family: "Arial";
font-size: 11px;
font-weight: bold;
color: #006600;
text-decoration: underline;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -