uniapp 09 button 样式改成自定义背景图片+ 圆形
<button size="mini" type="default" open-type="share" class="image-button" style="background-image: url('/static/images/svg/wechat.svg');"></button>
.image-button {
width: 65%;
height: 65%;
// background-image: url('/static/images/svg/wechat.svg');
background-size: cover;
border-radius: 50%;
background-color: transparent; /* 设置背景颜色 */
color: transparent; /* 设置文字颜色 */
border: none; /* 移除边框 */
}
效果:


浙公网安备 33010602011771号