admin.css
来自「某贸易公司项目管理系统源码 该项目是一个完整的商用项目」· CSS 代码 · 共 56 行
CSS
56 行
body,td,th {
color: #000000;
}
body {
background-color: #FFFFFF;
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
font-size: 12px;
}
a {
font-size: 12px;
color: #000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #000000;
}
a:active {
text-decoration: none;
color: #000033;
}
input,select {
border:1px #666666 solid;
height:18px;
font-size: 12px;
}
table {
border-collapse:collapse;
}
.submit {
background-image: url(bg2.gif);
}
.table{
border: 1px solid #939393;
margin-top: 5px;
margin-bottom: 5px;
}
.xingmu {
line-height: 20px;
font-family: "Verdana, 新宋体";
color:#333333;
font-size:12px;
font-weight:bolder;
background:#DBDAD9;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?