style.css

来自「商业网站/图片管理系统/投票系统/新闻管理系统/」· CSS 代码 · 共 10 行

CSS
10
字号
<STYLE type=text/css>
BODY {  font-family: "宋体"; font-size: 9pt}
TABLE {  font-family: "宋体"; font-size: 9pt}
a:link {  color: #000099; text-decoration: none}
a:visited {  color: #000099; text-decoration: none}
a:active {  color: #FF0000; text-decoration: underline}
a:hover {  color: #FF0000; text-decoration: underline}
</STYLE>
.MyLink {  color: #000000; text-decoration: none}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?