微信小程序 修改默认单选,多选按钮样式

微信小程序 修改默认单选,多选按钮样式

1.在微信开发者文档中复制一份单选或者多选的代码
javascript 复制代码
<!--pages/index3/index.wxml-->
<radio-group bindchange="radioChange">
        <label class="weui-cell weui-check__label" style="display: flex;">
            <radio value="1" checked="true"/>
          <view class="weui-cell__bd">按钮1</view>
        </label>
        <label class="weui-cell weui-check__label" style="display: flex;">
            <radio value="1" checked="true"/>
          <view class="weui-cell__bd">按钮1</view>
        </label>
        <label class="weui-cell weui-check__label" style="display: flex;">
            <radio value="1" checked="true"/>
          <view class="weui-cell__bd">按钮1</view>
        </label>
      </radio-group>
2. 根据情况复制单选或者多选代码即可

index.wxss

javascript 复制代码
/* pages/index3/index.wxss */
/* 单选按钮样式 */
.wx-radio-input {
    width: 32rpx !important;
    height: 32rpx !important;
    border-radius: 100%;
    background-color: #fff !important;
  }
  /*勾选样式 */
  .wx-radio-input.wx-radio-input-checked {
    border: none !important;
    background-color: #6784f5 !important;
  }

  /* 多选框样式 */

  /* 未勾选样式 */
.wx-checkbox-input {
  width: 33rpx !important;
  height: 33rpx !important;
}
/* 勾选样式 */
.wx-checkbox-input.wx-checkbox-input-checked{
  border-color:#6784f5 !important;
  background:#6784f5 !important;
}

  

这样就ok了。

注:仅记录方便开发查找。

相关推荐
EatFan4 小时前
Java接入支付宝 JSAPI 支付保姆教程(二):流程讲解与前后端代码讲解
前端·spring boot·后端·微信小程序·小程序·uni-app
2301_32241428047 小时前
活力孕康复APP 47737- 原创(免费领源码+部署教程+开发环境)
java·vue.js·spring boot·mysql·微信小程序·idea·微信开发者工具
CRMEB系统商城1 天前
CRMEB标准版系统(Java)v3.1正式发布
java·spring·微信小程序·php·教育电商
m0_587383001 天前
折扣卡CPS系统源码的技术架构与实战开发指南
人工智能·小程序·数据挖掘·系统架构·需求分析
2501_915106321 天前
苹果App Store上架费用及流程全面解析
android·ios·小程序·https·uni-app·iphone·webview
海岳云舟1 天前
通过Spring Authorization Server对微信小程序应用进行授权防护
微信小程序
T01156181 天前
全栈项目实战手记|艺培场馆课时预约小程序全项目开发历程完整复盘总结
运维·服务器·小程序
lhldsg2 天前
多商户团购系统源码:技术架构选型与二次开发实战指南
java·小程序·架构
2601_949950632 天前
一套小程序,解决资料整理、在线刷题和错题复盘
人工智能·小程序·刷题·练习·小程序推荐
白远山2 天前
智慧场馆解决方案小程序系统开发实战与架构设计指南
java·开发语言·小程序·架构