微信小程序去掉Button自带边框

前言

微信button自带边框

去掉边框后效果

实现

html代码

html 复制代码
<view>
	<button class="contactBtn" open-type="contact" @contact="handleContact"
			session-from="sessionFrom">意见反馈</button>
</view>

css代码

css 复制代码
	.contactBtn {
		border: none;
		border-color: transparent;
		background: none !important;
	}
	
	.contactBtn::after {
		border: none;
		background: none !important;
	}
相关推荐
double_eggm5 小时前
微信小程序8
微信小程序·小程序
MageGojo5 小时前
小程序每日一谜怎么做:riddle 接口接入示例
windows·小程序·apache·谜语
kyh100338112016 小时前
Cocos Creator 《打螺丝消除游戏》源码+实现
游戏·微信小程序·小程序·打螺丝小游戏源码·微笑小游戏源码
烂不烂问厨房1 天前
支付宝小程序camera录制视频并上传注意事项
小程序·音视频
PeanutSplsh1 天前
wx.setStorage 存的数据,没你以为的那么安全
微信小程序
我是伪码农1 天前
小程序125-150
小程序
帅次1 天前
讯飞与腾讯云:Android 实时语音识别服务对比选择
android·ios·微信小程序·小程序·android studio·android runtime
Chengbei111 天前
小程序 AI 渗透新工具MCP!打通调试与安全检测、网络抓包、接口分析、越权检测一站式实现
人工智能·安全·web安全·搜索引擎·网络安全·小程序·系统安全
2501_915909061 天前
深入理解HTTPS中间人抓包技术原理与实战指南
网络协议·http·ios·小程序·https·uni-app·iphone
he___H1 天前
微信小程序实现两行交错功能
微信小程序·小程序