default.css
来自「php+ajax开发源码使用代码下载后就可使用学习」· CSS 代码 · 共 85 行
CSS
85 行
body {
font-size: 12px;
background-color: #990000;
margin: 0px;
}
.td-bg-1 {
font-size: 12px;
background-color: #FFFFCC;
}
.td-bg-2 {
font-size: 12px;
background-color: #FFFFCC;
}
.txt-color-red {
font-size: 12px;
color: #7D0000;
font-weight: bold;
}
.td-bg-3 {
font-size: 12px;
background-color: #CCCCCC;
}
.table-2 {
font-size: 12px;
border: 1px dashed #999999;
}
.txt-color-red-2 {
font-size: 12px;
color: #604040;
}
td {
font-size: 12px;
}
.table-1 {
font-size: 12px;
border: 1px solid #999999;
}
.color-red {
font-size: 12px;
color: #FF0000;
}
a {
font-size: 12px;
text-decoration: none;
}
#login {
position:absolute;
left:388px;
top:97px;
width:58px;
height:64px;
z-index:1;
}
#addbook {
position:absolute;
left:388px;
top:97px;
width:58px;
height:64px;
z-index:1;
}
#rel {
position:absolute;
left:388px;
top:97px;
width:58px;
height:64px;
z-index:1;
}
#loading {
position:absolute;
left:453px;
top:177px;
width:70px;
height:9px;
z-index:1;
background-color: #FFFFFF;
}
.STYLE2 {
font-size: 18px;
font-weight: bold;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?