📄 css.css
字号:
/* CSS Document */
body,td,th {
font-size: 12px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a .d:link {
color: #0000FF;
text-decoration: none;
}
a.d:visited {
text-decoration: none;
color: #0000FF;
}
a.d:hover {
text-decoration: underline;
color: #FF3300;
}
a.d:active {
text-decoration: none;
}.title1 {
font-size: 14px;
color: #003399;
font-weight: bold;
}
.tb {
border: 1px solid #CCCCCC;
margin-top: 3px;
margin-right: 0px;
margin-bottom: 3px;
margin-left: 0px;
}
.button {
background-color: #DAE2EF;
border: 1px outset #CCCCCC;
line-height: 16px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -