Button 样式

 .btn
        {
            font-family: "Verdana";
            font-size: 9pt;
            color: #FFFFFF;
            border-color: #000000 #000000 #000000 #000000;
            border-style: solid;
            border-top- 1px;
            border-right- 1px;
            border-bottom- 1px;
            border-left- 1px;
             68px;
            background-color: #575757;
        }
        .btn1
        {
            font-family: "Verdana";
            font-size: 9pt;
            color: #000000;
            border-color: #666666 #666666 #666666 #666666;
            border-style: solid;
            border-top- 1px;
            border-right- 1px;
            border-bottom- 1px;
            border-left- 1px;
             60px;
            cursor: hand;
        }
        .btn2
        {
            font-family: "Verdana";
            font-size: 9pt;
            color: #000000;
            border-color: #666666 #666666 #666666 #666666;
            border-style: solid;
            border-top- 1px;
            border-right- 1px;
            border-bottom- 1px;
            border-left- 1px;
             100px;
            cursor: hand;
        }
        
原文地址:https://www.cnblogs.com/gzh4455/p/2447528.html