style.css
来自「一个邮政 编码查询系统的代码」· CSS 代码 · 共 32 行
CSS
32 行
<style type="text/css">
a { text-decoration: none}
a:hover { text-decoration: underline; color: #cc0000}
a:link { color: #000000}
a:visited { color: #000000}
a:active { color: #ae0000}
BODY {FONT-SIZE: 9pt}
TH {FONT-SIZE: 9pt}
TD {FONT-SIZE: 9pt}
.xiao {
font-size: 12px;
}
a:hover {
text-decoration: none;
}
.white {
color: #FFFFFF;
}
.fieldline {
border-top-style: dotted;
border-right-style: dotted;
border-bottom-style: dotted;
border-left-style: dotted;
border-bottom-color: #000000;
border-bottom-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-color: #000000;
}
</style>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?