style.css
来自「本课程的教学体系结构是」· CSS 代码 · 共 9 行
CSS
9 行
.f9{ font-family: 宋体;font-size: 9pt }
.f10{ font-family: 宋体;font-size: 10.5pt }
.fstyle { font-family: "宋体";font-size: 9pt ; }
A:link {text-decoration: none; color:#0033CC}
A:visited {text-decoration: none; color: #0033CC}
A:active {text-decoration: none; color: #0000ff }
A:hover {text-decoration: underline; color: #FF0000 }
input,body,td { font-family: 宋体; font-size: 9pt; }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?