📄 css.css
字号:
.font {
font-size: 12px;
text-decoration: none;
line-height: 17px;
}
BODY {
scrollbar-face-color:#CCFFCC;
scrollbar-highlight-color:#CCFFCC;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#CCFFCC;
scrollbar-shadow-color:#CCFFCC;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#CCFFCC;
}.table {
background-color: #FFFFFF;
border: 1px solid ##CCFFCC;
}
.td {
background-color: #CCFFCC;
padding: 1px;
font-size: 12px;
text-decoration: none;
}
.input {
font-size: 12px;
color: #000000;
text-decoration: none;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #000000;
}
input {
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:link {
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:hover {
font-size: 12px;
color: #333333;
text-decoration: none;
}
a:active {
font-size: 12px;
color: #000000;
text-decoration: none;
}
.put {
font-size: 12px;
color: #666666;
text-decoration: none;
border: 1px solid #CCCCCC;
height: 17px;
}
.button {
BORDER-RIGHT: #333333 1px ridge;
BORDER-TOP: #ffffff 1px ridge;
FONT-SIZE: 9pt;
BORDER-LEFT: #ffffff 1px ridge;
COLOR: #000000;
BORDER-BOTTOM: #000000 1px ridge;
FONT-FAMILY: "宋体";
HEIGHT: 19px;
BACKGROUND-COLOR: #CCFFCC;
cursor: hand;
padding: 1px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -