stlye.css
来自「火花留言本」· CSS 代码 · 共 47 行
CSS
47 行
body {
background-image: url(image/index_bg.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-attachment: fixed;
}
td {
font-family: "宋体", Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #333333;
}
.box {
border: 1px solid #CCCCCC;
}
a:link {
color: #333366;
text-decoration: none;
}
a:visited {
color: #333366;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: none;
}
.duan18 {
word-break:break-all;
text-align:justify;
text-justify:inter-ideograph;
line-height: 18px;
padding: 5px 15px;
}
.input2 {
height: 16px;
border: 1px solid #999999;
}
.input3 {
border: 1px solid #999999;
overflow: auto;
}
hr {
border: 1px dashed #CCCCCC;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?