⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hotlt.css

📁 自己做的毕业设计
💻 CSS
字号:

body,td,th {
margin-top: 5px;
font-size: 13px;
color: #330000;
line-height: 18px;
}
.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: #330000;
font-size: 12px;
} 
.list a:hover {
color: #fff;
background-color:#ffffff;
}
.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -