css.css
来自「立以变更为核心的开发管理流程 项目修复-把有麻烦的项目带向成功 C# 源码下载」· CSS 代码 · 共 82 行
CSS
82 行
BODY {
font-size : 12pt;
font-weight : normal;
line-height: 14px;
font-style : normal;
text-decoration : none;
}
P {
font-size : 11pt;
font-weight : normal;
font-style : normal;
}
A {
font-size : 11pt;
font-weight : normal;
font-style : normal;
text-decoration : none;
; color: #0000ff
}
A:Visited {
font-size : 11pt;
font-weight : normal;
font-style : normal;
text-decoration : none;
}
A:Active {
font-size : 11pt;
font-weight : normal;
font-style : normal;
color:red;
text-decoration : none;
}
A:Hover {
font-weight : normal;
font-style : normal;
color: #FF3300;
; text-decoration: underline
}
EM {
font-size : 11pt;
font-weight : normal;
font-style : normal;
text-transform : none;
}
I {
font-family: Arial;
font-size : 11pt;
font-weight : bold;
font-style : italic;
}
BIG {
font : 13pt Times New Roman;
font-weight : bold;
}
B {
font-size : 11pt;
text-decoration : none;
font-weight : bold;
}
TD {
font-size : 11pt;
font-weight : normal;
font-style : normal;
}
Strong {
font-family: "Arial";
font-size : 11pt;
font-weight : bold;
text-decoration : none;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?