📄 stylesheet.css
字号:
body {
}
.popBK
{
background-color: #ddd;
filter: alpha(opacity=70);
}
.popPanel
{
border-right: black thin solid;
border-top: black thin solid;
border-left: black thin solid;
border-bottom: black thin solid;
background-color: white;
}
.water
{
color: gray;
font-style: italic;
}
.MainPanel
{
border-top-width: thin;
border-left-width: thin;
border-left-color: silver;
border-bottom-width: thin;
border-bottom-color: silver;
border-top-color: silver;
border-right-width: thin;
border-right-color: silver
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -