码迷,mamicode.com
首页 > 微信 > 详细

微信小程序button去除默认样式

时间:2018-09-06 18:17:48      阅读:1085      评论:0      收藏:0      [点我收藏+]

标签:padding   小程序   span   put   after   覆盖   微信小程序   去除   color   

button {
  font-size: 28rpx;
  background-color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

input {
  outline: none;
  border: none;
  list-style: none;
}

button::after {
  border: none;
}

button为覆盖的样式

微信小程序button去除默认样式

标签:padding   小程序   span   put   after   覆盖   微信小程序   去除   color   

原文地址:https://www.cnblogs.com/jjmirai/p/9599325.html

(1)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!