小程序重置button样式

2018-08-08  本文已影响0人  huanghaodong
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;
}
上一篇 下一篇

猜你喜欢

热点阅读