📄 stylesheet.css
字号:
body
{
font-size: 9pt;
text-align: left;
}
A
{
font-size: 9pt;
color: black;
text-decoration: none;
}
A:ACTIVE
{
color: green;
text-decoration: none;
}
A:FOCUS
{
color: black;
text-decoration: none;
}
A:HOVER
{
color: #ff4500;
position: relative;
top: 1px;
}
A:LINK
{
text-decoration: none;
}
.Class
{
font-size: 10pt;
font-style: normal;
font-family: 黑体;
color: #202425;
line-height: 16pt;
}
.txtbox1
{
border-right: thin inset;
border-top: thin inset;
border-left: thin inset;
border-bottom: thin inset;
}
.9
{
font-size: 9pt;
text-align: center;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -