TalentService-mobile/unpackage/dist/dev/mp-weixin/uview-ui/components/u-checkbox/u-checkbox.wxss

60 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2024-10-31 21:24:54 +08:00
@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件为scss预处理器其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量均以"u-"开头,不会造成冲突,请放心使用
*/
.u-checkbox.data-v-54acf820 {
display: inline-flex;
align-items: center;
overflow: hidden;
-webkit-user-select: none;
user-select: none;
line-height: 1.8;
}
.u-checkbox__icon-wrap.data-v-54acf820 {
color: #606266;
flex: none;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
width: 42rpx;
height: 42rpx;
color: transparent;
text-align: center;
transition-property: color, border-color, background-color;
font-size: 20px;
border: 1px solid #c8c9cc;
transition-duration: 0.2s;
}
.u-checkbox__icon-wrap--circle.data-v-54acf820 {
border-radius: 100%;
}
.u-checkbox__icon-wrap--square.data-v-54acf820 {
border-radius: 6rpx;
}
.u-checkbox__icon-wrap--checked.data-v-54acf820 {
color: #fff;
background-color: #2979ff;
border-color: #2979ff;
}
.u-checkbox__icon-wrap--disabled.data-v-54acf820 {
background-color: #ebedf0;
border-color: #c8c9cc;
}
.u-checkbox__icon-wrap--disabled--checked.data-v-54acf820 {
color: #c8c9cc !important;
}
.u-checkbox__label.data-v-54acf820 {
word-wrap: break-word;
margin-left: 10rpx;
margin-right: 24rpx;
color: #606266;
font-size: 30rpx;
}
.u-checkbox__label--disabled.data-v-54acf820 {
color: #c8c9cc;
}