📄 global.css
字号:
body {
background: #87CEFA;
font-size: 14px;
line-height: 160%;
}
Input {
font-size: 14px;
line-height: 100%;
}
table {
background: #ffffff;
border-color: Black Black Black Black;
}
p {
font-size: 14px;
line-height: 160%;
}
td {
font-size: 14px;
line-height: 160%;
}
a:link {
font-size: 14px;
line-height: 160%;
color: #0000FF;
text-decoration: none;
}
a:visited {
font-size: 14px;
line-height: 160%;
color: #0000FF;
text-decoration: none;
}
a:active {
font-size: 14px;
line-height: 160%;
text-decoration: none;
color: #0000FF;
}
a:hover {
font-size: 14px;
line-height: 160%;
color: #0000FF;
text-decoration: underline;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -