📄 css.css
字号:
/* CSS Document */
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
SCROLLBAR-FACE-COLOR: #EDEDE1;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #EDEDE1;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
SCROLLBAR-BASE-COLOR: #ffffff;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
BORDER-BOTTOM: 1px dotted;
text-decoration: none;
color: #5256F7;
}
a:active {
text-decoration: none;
color: #5256F7;
}
.inputbox {
border: 1px solid #CCCC33;
font-family: "宋体";
color: #333333;
background-color: #FFFFFF;
font-size: 12px;
}
.inputbutton {
background-color: #E3E2C3;
border: none;
font-size: 12px;
height: 18px;
font-family: "宋体";
}
.tableonderline {
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #E3E2C3;
border-top-style: none;
border-right-style: none;
border-left-style: none;
}
.tablegg {
border: 1px solid #333333;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -