<checkbox class="checkbox-backgroun-red checkbox-round"
 :checked="true" color="#FFFFFF" style="transform:scale(0.8)" />全选
    /* 复选框 */
	/* 复选框-圆角 */
	checkbox.checkbox-round .wx-checkbox-input,
	checkbox.checkbox-round .uni-checkbox-input {
	    border-radius: 100rpx;
	}
	/* 复选框-背景颜色 */
	checkbox.checkbox-backgroun-red[checked] .wx-checkbox-input,
	checkbox.checkbox-backgroun-red.checked .uni-checkbox-input{
	    background-color: #C00000 !important;
	    border-color: #C00000 !important;
	    color: #ffffff !important;
	}

效果如图

 

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐