head.css
来自「高校教师测评系统 主要功能: 自行设置测评项和满分; 自行设定测评期限; 」· CSS 代码 · 共 35 行
CSS
35 行
body {
margin-top: 0px;
background-color: #FFFFFF;
text-align: center;
font-size: 12px;
color: #000000;
line-height: 20px;
}
a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0000FF;
}
a:hover {
text-decoration: none;
color: #99FF00;
}
a:active {
text-decoration: none;
color: #FFCC00;
}
#top {
height: 80px;
width: 760px;
padding: 2px;
font-size: 36px;
line-height: 70px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?