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; /* 移除边框 */
}

效果:

image

posted @ 2026-06-21 20:00  超轶绝尘  阅读(4)  评论(0)    收藏  举报