📄 global.css
字号:
.white {
font-family: "宋体";
font-size: 12px;
color: #ffffff;
}
body {
font-family: "宋体";
font-size: 12px;
}
td {
font-family: "宋体";
font-size: 12px;
}
input {
font-family: "宋体";
font-size: 12px;
}
a:visited {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:link {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:hover {
color: #ff0000;
text-decoration: underline;
}
.black {
font-family: "宋体";
font-size: 12px;
color: #000000;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -