Authored by yyq

样式污染处理

@@ -24,6 +24,17 @@ @@ -24,6 +24,17 @@
24 white-space: nowrap; 24 white-space: nowrap;
25 overflow: hidden; 25 overflow: hidden;
26 26
  27 + .radio {
  28 + margin-left: 0;
  29 + font-size: 14px;
  30 + display: inline-block;
  31 + color: #999;
  32 + }
  33 +
  34 + .checked {
  35 + color: #1b1b1b;
  36 + }
  37 +
27 .round-color { 38 .round-color {
28 width: 22px; 39 width: 22px;
29 height: 21px; 40 height: 21px;
@@ -39,23 +50,6 @@ @@ -39,23 +50,6 @@
39 } 50 }
40 } 51 }
41 52
42 -  
43 -  
44 - .input-radio span {  
45 - margin-left: 0;  
46 - font-size: 14px;  
47 - display: inline-block;  
48 - color: #999;  
49 - }  
50 -  
51 - .input-radio {  
52 - .checked {  
53 - color: #1b1b1b;  
54 - }  
55 - }  
56 -  
57 -  
58 -  
59 .input-radio label { 53 .input-radio label {
60 font-size: 14px; 54 font-size: 14px;
61 font-weight: normal; 55 font-weight: normal;