index.acss 346 Bytes
.checkbox {
    border: 2rpx solid rgba(77, 217, 100, 1);
    border-radius: 4rpx;
    width: 36rpx;
    height: 36rpx;
    margin-right: 18rpx;
    text-align: center;
    line-height: 36rpx;
    border-radius: 50%;
}

.checkbox-active>.iconfont {
    color: rgba(77, 217, 100, 1);
    font-size: 26rpx;
    top: -2rpx;
    position: relative;
}