style.css
来自「采用ajax技术」· CSS 代码 · 共 44 行
CSS
44 行
body {
font-family: verdana, arial, helvetica;
font-size: 11px;
color: #000000;
}
.formclass {
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
height: 0px;
width: 0px;
background: #A2BAFA;
border-style: solid;
border-width: 1px;
border-color: #000000;
}
.autocomp {
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
width: 0px;
}
.taskboxclass {
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
width: 0px;
}
.dborder {
width: 100px;
padding: 4px;
height: 20px;
border-style: solid;
border-width: 1px;
border-color: #000000;
margin-top: 2px;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?