You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.5 KiB
69 lines
1.5 KiB
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
/* uni.scss */
|
|
.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;
|
|
}
|