📄 style.css
字号:
A:visited
{
color: #000000;
text-decoration: none;
}
A:active
{
color: #000000;
text-decoration: none;
}
A:hover
{
color: blue;
text-decoration: underline;
}
A:link
{
color: #000000;
text-decoration: none;
}
body
{ SCROLLBAR-FACE-COLOR: #dee3e7; FONT-SIZE: 9pt; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #dee3e7; COLOR: black; SCROLLBAR-3DLIGHT-COLOR: #d1d7dc; SCROLLBAR-ARROW-COLOR: #006699; SCROLLBAR-TRACK-COLOR: #efefef; FONT-FAMILY: ARIAL, 宋体; SCROLLBAR-DARKSHADOW-COLOR: #98aab1 }
TD, P, DIV A
{
font-family: Arial, 宋体;
font-size: 9pt;
}
.Dotted {border: 1px dotted black; background-color: white}
.3dTitle
{
font-size: 12pt;
filter: shadow(color=#A0A0A0, direction:135);
width: 100%;
font-family: Arial, 宋体;
position: relative;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -