Authored by biao

Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0

@@ -7,6 +7,11 @@ @@ -7,6 +7,11 @@
7 7
8 a { 8 a {
9 text-decoration: none; 9 text-decoration: none;
  10 + color: #666;
  11 + }
  12 +
  13 + a:hover {
  14 + color: #1b1b1b;
10 } 15 }
11 } 16 }
12 17
@@ -242,7 +242,7 @@ @@ -242,7 +242,7 @@
242 img { 242 img {
243 float: left; 243 float: left;
244 width: 70px; 244 width: 70px;
245 - height: 90px; 245 + height: 70px;
246 margin-right: 10px; 246 margin-right: 10px;
247 247
248 } 248 }
@@ -39,12 +39,23 @@ @@ -39,12 +39,23 @@
39 } 39 }
40 } 40 }
41 41
  42 +
  43 +
42 .input-radio span { 44 .input-radio span {
43 margin-left: 0; 45 margin-left: 0;
44 font-size: 14px; 46 font-size: 14px;
45 display: inline-block; 47 display: inline-block;
  48 + color: #999;
  49 + }
  50 +
  51 + .input-radio {
  52 + .checked {
  53 + color: #1b1b1b;
  54 + }
46 } 55 }
47 56
  57 +
  58 +
48 .input-radio label { 59 .input-radio label {
49 font-size: 14px; 60 font-size: 14px;
50 font-weight: normal; 61 font-weight: normal;