hotlt.css
来自「自己做的毕业设计」· CSS 代码 · 共 51 行
CSS
51 行
body,td,th {
margin-top: 5px;
font-size: 14px;
color: #220000;
line-height: 18px;
letter-spacing:1px;
}
.tit {
border-top: 1px solid #ff9900;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}
.list {
border-bottom:#ffcc00 1px dashed;
color: #000;
font-size : 12px;
}
.list a {
color: #220000;
font-size: 12px;
}
.list a:hover {
color: #fff;
background-color:#220000;
}
.cont {
width: 700;
word-break:break-all;
text-align:left;
font-size : 14px;
line-height: 20px;
OVERFLOW: hidden;
}
.cimg {
width: 700;
OVERFLOW: hidden;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?