Showing
2 changed files
with
7 additions
and
16 deletions
@@ -39,9 +39,9 @@ | @@ -39,9 +39,9 @@ | ||
39 | {{/if}} | 39 | {{/if}} |
40 | 40 | ||
41 | {{#if studentsPrice}} | 41 | {{#if studentsPrice}} |
42 | - <span class="students-price"> | ||
43 | - <i class="title"> | ||
44 | - <span class="price">{{studentsPrice}}</span> | 42 | + <span class="vip-price"> |
43 | + <i class="title"></i> | ||
44 | + <span class="cur">{{studentsPrice}}</span> | ||
45 | </span> | 45 | </span> |
46 | {{/if}} | 46 | {{/if}} |
47 | 47 |
@@ -294,7 +294,10 @@ | @@ -294,7 +294,10 @@ | ||
294 | } | 294 | } |
295 | 295 | ||
296 | .vip-price-item { | 296 | .vip-price-item { |
297 | + display: inline-block; | ||
297 | margin-left: 5px; | 298 | margin-left: 5px; |
299 | + vertical-align: top; | ||
300 | + padding-top: 3px; | ||
298 | } | 301 | } |
299 | 302 | ||
300 | .vip-schedual { | 303 | .vip-schedual { |
@@ -331,26 +334,14 @@ | @@ -331,26 +334,14 @@ | ||
331 | height: 18px; | 334 | height: 18px; |
332 | background: resolve("product/vip-3.png") no-repeat; | 335 | background: resolve("product/vip-3.png") no-repeat; |
333 | } | 336 | } |
334 | - } | ||
335 | - | ||
336 | - .students-price { | ||
337 | - color: #fff; | ||
338 | - margin-top: 5px; | ||
339 | - font-size: 12px; | ||
340 | 337 | ||
341 | - span.title { | 338 | + .title { |
342 | display: inline-block; | 339 | display: inline-block; |
343 | width: 36px; | 340 | width: 36px; |
344 | height: 24px; | 341 | height: 24px; |
345 | - line-height: 16px; | ||
346 | background: resolve("product/students-price-icon.png") no-repeat; | 342 | background: resolve("product/students-price-icon.png") no-repeat; |
347 | color: #fff; | 343 | color: #fff; |
348 | } | 344 | } |
349 | - | ||
350 | - .price { | ||
351 | - font-size: 16px; | ||
352 | - font-weight: normal; | ||
353 | - } | ||
354 | } | 345 | } |
355 | 346 | ||
356 | .activity-wrapper { | 347 | .activity-wrapper { |
-
Please register or login to post a comment