@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ .u-radio.data-v-da6758f0 { display: inline-flex; align-items: center; overflow: hidden; -webkit-user-select: none; user-select: none; line-height: 1.8; } .u-radio__icon-wrap.data-v-da6758f0 { color: #606266; display: flex; flex-direction: row; flex: none; 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-radio__icon-wrap--circle.data-v-da6758f0 { border-radius: 100%; } .u-radio__icon-wrap--square.data-v-da6758f0 { border-radius: 3px; } .u-radio__icon-wrap--checked.data-v-da6758f0 { color: #fff; background-color: #2979ff; border-color: #2979ff; } .u-radio__icon-wrap--disabled.data-v-da6758f0 { background-color: #ebedf0; border-color: #c8c9cc; } .u-radio__icon-wrap--disabled--checked.data-v-da6758f0 { color: #c8c9cc !important; } .u-radio__label.data-v-da6758f0 { word-wrap: break-word; margin-left: 10rpx; margin-right: 24rpx; color: #606266; font-size: 30rpx; } .u-radio__label--disabled.data-v-da6758f0 { color: #c8c9cc; }