style1.css
来自「ASP开发学生成绩查询管理系统,能满足毕业设计的要求-ASP student a」· CSS 代码 · 共 16 行
CSS
16 行
<STYLE type=text/css>
BODY { font-family: "宋体"; font-size: 9pt }
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
line-height: 150%
}
TABLE { font-family: "宋体"; font-size: 9pt}
td {line-height: 150%}
a:link { color: #000000; text-decoration: none}
a:visited { color: #0000FF;; text-decoration: none}
a:active { color: #0000FF; text-decoration: underline}
a:hover { color: #0000FF; text-decoration: underline}
</STYLE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?