📄 student.css
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -