vant-fork
Version:
Lightweight Mobile UI Components built on Vue
1 lines • 797 B
CSS
.van-checkbox{overflow:hidden;-webkit-user-select:none;user-select:none}.van-checkbox__icon,.van-checkbox__label{display:inline-block;vertical-align:middle;line-height:20px}.van-checkbox__icon .van-icon{font-size:12px;color:transparent;text-align:center;line-height:inherit;border:1px solid #aaa;width:20px;height:20px;box-sizing:border-box}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--checked .van-icon{color:#fff;border-color:#06bf04;background-color:#06bf04}.van-checkbox__icon--disabled .van-icon{color:#f8f8f8;border-color:#eee;background-color:currentColor}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{border-color:#eee;background-color:#eee}.van-checkbox__label{margin-left:10px}.van-checkbox__label--left{float:left;margin:0 10px 0 0}