css.css
来自「考试系统全新改版」· CSS 代码 · 共 46 行
CSS
46 行
a {
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:hover {
font-size: 12px;
color: #FF6600;
text-decoration: none;
}
tr {
font-size: 12px;
}
body {
font-size: 12px;
}
td {
font-size: 12px;
}
.duanluo_18 {
line-height: 18px;
}
a:hover {
font-size: 12px;
color: #FF6600;
text-decoration: none;
}
.udlr { border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #E3E3E3;
border-right-color: #E3E3E3;
border-bottom-color: #E3E3E3;
border-left-color: #E3E3E3;
}
.udlr_all {
border: 1px solid #DEDFE7;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?