微信小程序 button样式设置为图片的方法

微信小程序 button样式设置为图片的方法

background-image

background-size与background-repeat与border:none;是button必须的

html 复制代码
<view style=" position: relative;">
	<button class="customer-service-btn" style="background-image: url('./static/kefu.png');" open-type="im"
				data-im-id="{{ imId }}" bindim="imCallback" binderror="onimError">
	</button>
</view>
 

.customer-service-btn {
	position: fixed;
	bottom: 50px;
	right: 10px;
	width: 30px;
	height: 30px; 
	border-radius: 80%; 
	background-repeat:no-repeat;
	background-size:30px 30px;
	border:none;
  }

抖音小程序泛流量变现 ,直播间挂载

相关推荐
意会2 小时前
微信闪照小程序实现
前端·css·微信小程序
小白_ysf5 小时前
uniapp 开发微信小程序,获取经纬度并且转化详细地址(单独封装版本)
微信小程序·uni-app
weixin_lynhgworld10 小时前
剧本杀小程序系统开发:构建剧本杀社交新生态
小程序
说私域10 小时前
基于定制开发开源 AI 智能名片 S2B2C 商城小程序的热点与人工下发策略研究
人工智能·小程序
weixin_lynhgworld10 小时前
陪诊小程序系统开发:让就医不再是一件难事
小程序
是一碗螺丝粉1 天前
拯救你的app/小程序审核!一套完美避开审核封禁的URL黑名单机制
前端·javascript·微信小程序
weixin_lynhgworld1 天前
盲盒抽谷机小程序系统开发:从0到1的完整方法论
小程序
weixin_lynhgworld1 天前
短剧小程序系统开发:赋能创作者,推动短剧艺术创新发展
小程序
一匹电信狗1 天前
【C++】异常详解(万字解读)
服务器·c++·算法·leetcode·小程序·stl·visual studio
我叫黑大帅1 天前
微信小程序分包:告别加载慢,像拆快递一样简单!
前端·微信小程序