button设置了open-type=‘share’,如何放上分享图标呢?
button设置了open-type=‘share’,如何放上分享图标呢?
4 回复
< button open-type = "share" > < image src = '/image/wx.png' class = 'button-image' ></ image >
|
button { background-color : white ; position : relative ; display : flex; padding-left : 0 rpx; padding-right : 0 rpx; line-height : 0 ; overflow : visible ; flex- direction : column; border : none ; border-radius: 0 ; width : 80 rpx; height : 76 rpx; align-items: center ; } button::after { border : none ; border-radius: 0 ; } |
效果
< image src = 'your image url' ></ image > </ button > <!-- 使用IconFont --> < button open-type = 'share' > < view class = 'fa fa-share' ></ view > </ button > |
在button里面插入图片(很low,不建议使用)
在button里面添加类名,用css设置背景(更low,不建议使用)
在button添加IconFont,使用方法https://image.wxopen.club/content_04efc606-3546-11ea-b236-a0999b08aadb.png