去除微信小程序里button的边框

去除微信小程序里面的button边框

方法一:通过button::after

button::after{

border: none;

}

方法二:给button按钮加上plain属性,属性值为true

<button plain="true"></button>

然后设置样式就可以去除边框了

buttonplain{ border:0 }

相关推荐
silvia_Anne12 小时前
微信小程序之渲染商品列表
微信小程序·小程序
草根站起来1 天前
微信小程序request net:ERR_CERT_DATE_INVALID
微信小程序·小程序
double_eggm2 天前
微信小程序7
微信小程序·小程序
double_eggm3 天前
微信小程序8
微信小程序·小程序
kyh10033811203 天前
Cocos Creator 《打螺丝消除游戏》源码+实现
游戏·微信小程序·小程序·打螺丝小游戏源码·微笑小游戏源码
PeanutSplsh3 天前
wx.setStorage 存的数据,没你以为的那么安全
微信小程序
帅次3 天前
讯飞与腾讯云:Android 实时语音识别服务对比选择
android·ios·微信小程序·小程序·android studio·android runtime
he___H4 天前
微信小程序实现两行交错功能
微信小程序·小程序
前端小木屋4 天前
uniapp与蓝牙设备连接详细步骤
前端·微信小程序
huang_jimei5 天前
【无标题】
微信小程序