global.css
来自「关于设备管理的大型系统」· CSS 代码 · 共 47 行
CSS
47 行
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 + =
减小字号Ctrl + -
显示快捷键?