Authored by yyq

样式污染处理

... ... @@ -24,6 +24,17 @@
white-space: nowrap;
overflow: hidden;
.radio {
margin-left: 0;
font-size: 14px;
display: inline-block;
color: #999;
}
.checked {
color: #1b1b1b;
}
.round-color {
width: 22px;
height: 21px;
... ... @@ -39,23 +50,6 @@
}
}
.input-radio span {
margin-left: 0;
font-size: 14px;
display: inline-block;
color: #999;
}
.input-radio {
.checked {
color: #1b1b1b;
}
}
.input-radio label {
font-size: 14px;
font-weight: normal;
... ...