css.css
来自「学校智能办公系统 1、系统包含成绩学籍管理、公文管理、电子备课、教职工管理、」· CSS 代码 · 共 78 行
CSS
78 行
Body TD {
font-size: 9pt;
line-height: 20px;
color: #000000;
font-family: "Arial", "Helvetica", "sans-serif";
font-weight: normal;
}
a:link {
font-size: 9pt;
line-height: 20px;
color: #000000;
text-decoration: none;
}
a:visited {
font-size: 9pt;
line-height: 20px;
color: #000000;
text-decoration: none;
}
a:hover {
font-size: 9pt;
line-height: 20px;
color: #FFFFFF;
text-decoration: none;
}
a.red:link {
font-size: 9pt;
line-height: 20px;
color: #FF0000;
text-decoration: none;
}
a.red:visited {
font-size: 9pt;
line-height: 20px;
color: #FF0000;
text-decoration: none;
}
a.red:hover {
font-size: 9pt;
line-height: 20px;
color: #FF0000;
text-decoration: underline;
}
a.black:link {
font-size: 9pt;
line-height: 20px;
color: #000000;
text-decoration: none;
}
a.black:visited {
font-size: 9pt;
line-height: 20px;
color: #000000;
text-decoration: none;
}
a.black:hover {
font-size: 9pt;
line-height: 20px;
color: #000000;
text-decoration: underline;
}
input {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 9pt;
background-color: #CCCCCC;
border: 1px solid #000000;
height: 19px;
}
.input {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 9pt;
background-color: #CCCCCC;
border: 1px solid #000000;
height: 150px;
width: 386px;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?