📄 css2.css
字号:
.text2 {
font-family: "宋体";
line-height: 20px;
font-size: 12px;
color: #333333;
}
.titleText {
font-family: "宋体";
font-size: 12px;
line-height: 30px;
font-weight: bold;
color: #333333;
}
.specialTxt {
font-family: "宋体";
font-size: 12px;
color: #000066;
line-height: 25px;
}
a:link {
color: #FF0000;
text-decoration: underline;
font-weight: bold;
}
a:visited {
text-decoration: underline;
color: #FF0000;
font-weight: bold;
}
a:hover {
text-decoration: underline;
color: #FF9900;
}
a:active {
text-decoration: none;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -