login.css
来自「一个实现邮件收发功能的客户端程序」· CSS 代码 · 共 26 行
CSS
26 行
td{
font-family: "宋体";
font-size: 12px;
text-decoration: none;
}
.bg{
background-attachment: fixed;
background-image: url(../images/login_bg.gif);
background-repeat: repeat;
background-position: left center;
}
.bga{
background-image: url(../images/login_bga.gif);
background-repeat: no-repeat;
background-position: center center;
}
.bgb{
background-attachment: fixed;
background-image: url(../images/login_bgb.gif);
background-repeat: repeat;
background-position: center center;
}
.select{
width: 100px;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?