【uniapp】微信小程序修改按钮样式

按钮原始样式

修改后样式

修改方式

html 复制代码
<template>
  <button
    class="share-btn-box"
    style="margin-top: 8rpx;"
    open-type="share"
    @click.stop="shareRecord(item.record.id)"
  >
    <text class="iconfont icon-link" style="margin-right: 6rpx;" />
    分享录音
  </button>
</template>
<style lang=less>
.share-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  color:#20c483 ;
  font-size: 28rpx;
  background: rgba(255,255,255,0.8);
}
button{
  &::after{
    border: none !important;
  }
}
</style>
相关推荐
码云之上9 小时前
小程序 iOS 多输入框焦点乱序脱坑记
ios·微信小程序·taro
ON.LIN14 小时前
云边去水印小程序详细搭建教程(附源码)
小程序
2501_9159090616 小时前
iOS test 测试怎么做?功能、性能、兼容、稳定与安全五类测试指南
android·ios·小程序·https·uni-app·iphone·webview
deng1hao18 小时前
2026小微企业企业邮箱选择指南:低成本高性价比方案
网络·科技·小程序
Ai-_Man1 天前
从AI公式到可编辑文档:MathType格式转换技术分析教程
人工智能·ai·小程序
show4331 天前
2026视频处理小程序技术选型指南:链接解析+OCR+ASR+AI配音多引擎对比
小程序·ocr·音视频
凡科网小帆2 天前
2026小程序商城平台哪家强,小程序商城平台选型怎么做
大数据·小程序·小程序商城平台
游戏开发爱好者82 天前
App Store 上传 IPA 自动化,.p8 密钥认证与 CI/CD 接入实战
android·运维·ci/cd·小程序·uni-app·自动化·iphone
Greg_Zhong2 天前
微信小程序 + 腾讯云人体分析:从 0 到 1 实现 AI 抠图打卡合照(细节待更新~)
人工智能·微信小程序·腾讯云·ai抠图-ai打卡拍照
游戏开发爱好者82 天前
iOS 推送怎么配置,APNs 推送证书、设备库与群发
android·ios·小程序·https·uni-app·iphone·webview