📄 style.css
字号:
body {
background-color: #FFFFFF;
font-family:"宋体";
font-size: 12px;
line-height: 16px;
}
table {
font-family:"宋体";
font-size: 12px;
line-height: 16px;
}
td {
font-family:"宋体";
font-size: 12px;
color: #2f2f2f;
line-height: 16px;
}
A:link {
color: #2f2f2f;
text-decoration: none;
}
A:visited {
color: #2f2f2f;
text-decoration: none;
}
A:hover {
color: #FF6600;
text-decoration: none;
}
.button {
border-left: #ffffff 1px ridge;
border-right: #333333 1px ridge;
border-top: #ffffff 1px ridge;
border-bottom: #1c1c1c 1px ridge;
font-family:"宋体";
font-size: 12px;
color: #1c1c1c;
background-color: #eafefe;
cursor: hand;
}
.Select {
width: 68px;
}
.textfield{
border-top-width:1px;
border-bottom-width:2px;
border-left-width:1px;
border-right-width:2px;
font-size: 12px;
color: #2f2f2f;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -