📄 stylesheet.css
字号:
body {
}
td
{
color:Black;
font-family:宋体;
font-size:9pt;
font-style:normal;
}
p
{
text-align:left;
font-size:9pt;
color:Black;
}
table
{
font-family:宋体;
font-size:9pt;
color:Black;
}
A:link
{
COLOR:Black; TEXT-DECORATION: none
}
A:visited
{
COLOR: Black; TEXT-DECORATION: none
}
A:active
{
TEXT-DECORATION: underline;
color: red;
}
A:hover
{
COLOR: red; text-decoration : none ;
position : relative;
top:1;
left:1;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -