📄 css.css
字号:
body
{
color: #333333;
font-family: Tahoma, Verdana;
font-size: 12px;
}
a{
color: #1F4881;
text-decoration:none;
}
a:hover {
color: #ff6600;
text-decoration:underline;
}
.middleDIV
{
position:absolute;
left:0px;
top:0px;
background-color: #2F4868;
filter:Alpha(opacity=25); /* ie */
-moz-opacity:0.25; /* firefox */
opacity: 0.25; /* css3标准 */
z-index:96;
}
.dialogall
{
position:absolute;
background-color: #FFFFFF;
TEXT-ALIGN: center;
z-index:97;
}
.dialogtop
{
position:absolute;
filter:Alpha(opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
TEXT-ALIGN: center;
z-index:99;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -