📄 style.css
字号:
BODY,table,tr,td {
FONT-FAMILY: "宋体", "Verdana", "Arial";
FONT-SIZE: 12px;
LINE-HEIGHT: 18px;
color: #333333;
overflow-x:hidden;
overflow-y:hidden;
}
a:link {color: #1A1A67;text-decoration: none;}
a:visited {color: #1A1A67;text-decoration: none;}
a:hover {color: #7474A3;text-decoration: underline;}
a:active {color: #1A1A67;text-decoration: none;}
a.button:link {color: #808080;text-decoration: none;font-weight: bolder;}
a.button:visited {color: #808080;text-decoration: none;font-weight: bolder;}
a.button:hover {color: #666666;text-decoration: underline;font-weight: bolder;}
a.button:active {color: #808080;text-decoration: none;font-weight: bolder;}
a.icon:link {color: #008000;text-decoration: none;}
a.icon:visited {color: #008000;text-decoration: none;}
a.icon:hover {color: #009900;text-decoration: underline;}
a.icon:active {color: #008000;text-decoration: none;}
.input {
border: 1px solid #7F9DB9;
line-height: 16px;
color: #1A1A67;
text-decoration: none;
}
.mobileInput{
width:90;
height:18;
background-image: URL(images/inputBG.gif);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -