css.css
来自「jsp 和 access 联合开发的聊天小程序」· CSS 代码 · 共 50 行
CSS
50 行
body,td,th {
font-size: 12px;
}
a:link {/*链接*/
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.STYLE1 {color: #0000FF}
.STYLE2 {color: #D5D5D5}
.STYLE3 {color: #CC99FF}
.STYLE4 {color: #FF0000}
.STYLE5 {color: #CCCCCC}
#Layer1 {
position:absolute;
width:66px;
height:16px;
z-index:1;
left: auto;
top: auto;
}
.dl {
height: 18px;
width: 120px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #666666;
border-right-color: #666666;
border-bottom-color: #666666;
border-left-color: #666666;
}/*表单*/
.dl2 {
height: 18px;
width: 20px;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?