Showing
1 changed file
with
9 additions
and
8 deletions
@@ -153,16 +153,17 @@ | @@ -153,16 +153,17 @@ | ||
153 | 153 | ||
154 | .num { | 154 | .num { |
155 | position: absolute; | 155 | position: absolute; |
156 | - padding: 0 pxToRem(8px); | ||
157 | - top: 0; | ||
158 | - right: pxToRem(40px); | ||
159 | - min-width: pxToRem(16px); | ||
160 | - font-size: pxToRem(24px); | ||
161 | - line-height: pxToRem(32px); | 156 | + top: pxToRem(-24px); |
157 | + right: pxToRem(36px); | ||
158 | + width: pxToRem(72px); | ||
159 | + height: pxToRem(72px); | ||
160 | + font-size: pxToRem(40px); | ||
161 | + line-height: pxToRem(72px); | ||
162 | color: #fff; | 162 | color: #fff; |
163 | - background: #F03D35; | 163 | + background: #f03d35; |
164 | text-align: center; | 164 | text-align: center; |
165 | - border-radius: pxToRem(20px); | 165 | + border-radius: 50%; |
166 | + @include transform(scale(0.5)); | ||
166 | } | 167 | } |
167 | } | 168 | } |
168 | 169 |
-
Please register or login to post a comment