Showing
1 changed file
with
7 additions
and
2 deletions
@@ -7,7 +7,7 @@ body { | @@ -7,7 +7,7 @@ body { | ||
7 | } | 7 | } |
8 | 8 | ||
9 | .qs-detail-page { | 9 | .qs-detail-page { |
10 | - font-size: 24px; | 10 | + font-size: 28px; |
11 | $borderColor: #ececec; | 11 | $borderColor: #ececec; |
12 | 12 | ||
13 | .error-tip { | 13 | .error-tip { |
@@ -83,7 +83,12 @@ body { | @@ -83,7 +83,12 @@ body { | ||
83 | } | 83 | } |
84 | 84 | ||
85 | .option-box { | 85 | .option-box { |
86 | - padding-left: 36px; | 86 | + padding-left: 40px; |
87 | + | ||
88 | + img { | ||
89 | + display: inline-block; | ||
90 | + vertical-align: middle; | ||
91 | + } | ||
87 | } | 92 | } |
88 | 93 | ||
89 | .radio-option .iconfont { | 94 | .radio-option .iconfont { |
-
Please register or login to post a comment