button.css
来自「利用C#编写一个简单的考试系统。主要功能是」· CSS 代码 · 共 18 行
CSS
18 行
.Button {
border-right: 0px solid;
border-top: 0px solid;
font-size: 9pt;
background-attachment: fixed;
background-image: url(../admin/images/button.gif);
border-left: 0px solid;
width: 71px;
cursor: hand;
border-bottom: 0px solid;
background-repeat: no-repeat;
height: 21px;
background-color: white;
FILTER:alpha(opacity=80);
/*behavior: url(../htc/btn.htc);*/
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?