📄 css.css
字号:
Body TD {
font-size: 9pt;
line-height: 20px;
color: #000000;
font-family: "Arial", "Helvetica", "sans-serif";
font-weight: normal;
}
a:link {
font-size: 9pt;
line-height: 20px;
color: #000000;
text-decoration: none;
}
a:visited {
font-size: 9pt;
line-height: 20px;
color: #000000;
text-decoration: none;
}
a:hover {
font-size: 9pt;
line-height: 20px;
color: #FFFFFF;
text-decoration: none;
}
a.red:link {
font-size: 9pt;
line-height: 20px;
color: #FF0000;
text-decoration: none;
}
a.red:visited {
font-size: 9pt;
line-height: 20px;
color: #FF0000;
text-decoration: none;
}
a.red:hover {
font-size: 9pt;
line-height: 20px;
color: #FF0000;
text-decoration: underline;
}
a.black:link {
font-size: 9pt;
line-height: 20px;
color: #000000;
text-decoration: none;
}
a.black:visited {
font-size: 9pt;
line-height: 20px;
color: #000000;
text-decoration: none;
}
a.black:hover {
font-size: 9pt;
line-height: 20px;
color: #000000;
text-decoration: underline;
}
input {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 9pt;
background-color: #CCCCCC;
border: 1px solid #000000;
height: 19px;
}
.input {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 9pt;
background-color: #CCCCCC;
border: 1px solid #000000;
height: 150px;
width: 386px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -