uniapp 复选框 checkbox-group 形状、对勾大小更改

 代码部分:

// 复选框形状 
>>>checkbox .wx-checkbox-input {
        // 复选框中对号的位置的更改
        margin-right:8rpx;
        width: 32rpx;
        height: 32rpx;
        border-radius: 50% !important;
        border: 2rpx solid #828181 !important;
    }

    >>>checkbox .wx-checkbox-input.wx-checkbox-input-checked {
        border: 2rpx solid #0c3ca8 !important;
        background-color: #0c3ca8 !important;
        color: #FFFFFF !important;
    }

    >>>checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
        color: #FFFFFF !important;
    }


// 复选框对勾大小、位置
radio::before,
checkbox::before {
	font-family: "cuIcon";
	content: "\e645"; // 对勾,在此可更改图标,为空则无图标
	position: absolute;
	color: #ffffff !important;
	top: 50%;
	margin-top: -8px;
	margin-left: 7rpx;
	font-size: 24rpx;
	line-height: 32rpx;
	pointer-events: none;
	transform: scale(1, 1);
	transition: all 0.3s ease-in-out 0s;
	z-index: 9;
}

 结果展示:

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值