📄 css.css
字号:
.css
{
font-size: 9pt;
color: #000099;
}
.txt
{
font-size: 12px;
}
a:link
{
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #336633;
}
a:active {
text-decoration: none;
color: #000000;
}
.title
{
font-size: 12pt;
color: #000099;
}
.align
{
text-align: left;
}
TextBox
{
height: 20px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -