按钮button的css样式(扁平化底色)


        .btn {

            background-image:url("button/btnbg.png");
            border: none;
            color: white;
            font-family:Arial;
            padding: 10px 24px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 18px;
            margin: 4px 2px;
            cursor: pointer;

        }

  

 

 

posted @ 2016-12-30 15:53  几秒钟前  阅读(18178)  评论(0编辑  收藏  举报