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

微信小程序按钮去除边框

时间:2018-09-30 00:23:13      阅读:490      评论:0      收藏:0      [点我收藏+]

标签:wxs   image   relative   class   one   微信小程序   pen   xss   去除   

wxml:

<button class=‘share‘ id=‘{{item.id}}‘ open-type="share">
<image src=‘/img/fx.png‘ class=‘img_1‘></image>
</button>
 
 
 
wxss:
 
 

/* 按钮 */
.share{
width: 100rpx;
height:50rpx;
background: #fff;
position:relative;
margin-top: -10rpx;
}

/* 按钮去边框 */
button::after{
border: none;
}
 
 
 

微信小程序按钮去除边框

标签:wxs   image   relative   class   one   微信小程序   pen   xss   去除   

原文地址:https://www.cnblogs.com/junlian/p/9727215.html

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