美文网首页
小程序重置button样式

小程序重置button样式

作者: huanghaodong | 来源:发表于2018-08-08 11:08 被阅读0次
    button{
       margin:0;
       padding:0;
       background-color:#ffffff;
       line-height:inherit;
       height:100rpx;
       border-radius:0;
       border:none;
       font-size:60rpx;
       display:flex;
       justify-content:center;
       align-items:center;
    }
    button::after{
       border: none;
    }
    

    相关文章

      网友评论

          本文标题:小程序重置button样式

          本文链接:https://www.haomeiwen.com/subject/bkptbftx.html