student.css
来自「一个在线考试系统,感觉还不错,发上来大家参考一下.」· CSS 代码 · 共 59 行
CSS
59 行
td {
font-size: 12px;
line-height: 22px;
}
.tdtbg {
background-color: #39867B;
}
.tdbg {
background-color: #C6EBDE;
}
input.text {
font-size:12px;
color: #333;
background-color: #F0F0FF;
border: 1px #000 solid;
}
.title {
font-size: 14px;
font-family: 黑体;
color: #000;
}
.tborder {
border:1px solid #39867B;
}
A:link {
color:#000;
text-decoration:none;
}
A:visited {
color:#000;
text-decoration:none;
}
A:hover {
color:#FF0000;
text-decoration:underline;
}
A.hotexamA:link {
color:#0000FF;
text-decoration:none;
}
A.hotexamA:visited {
color:#0000FF;
text-decoration:none;
}
A.hotexamA:hover {
color:#FF0000;
text-decoration:underline;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?