📄 style.css
字号:
a:link {
font-size: 9pt;
color: #0000FF;
text-decoration: none;
}
a:visited {
font-size: 9pt;
color: #999999;
text-decoration: none;
}
a:hover {
position: relative;
right: 1px;
bottom: 1px;
font-size: 9pt;
color: #FF0000;
text-decoration: none;
}body {
font-size: 9pt;
font-family: "宋体";
}
td {
font-size: 12px;
}
.input {
border-top: none;
border-right: none;
border-bottom: 1px solid #000000;
border-left: none;
}
.title {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #F7F7F7;
border-right-color: #F7F7F7;
border-bottom-color: #F7F7F7;
border-left-color: #F7F7F7;
background-color: #F7F7F7;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -