Merge branch 'feature/students' into release/4.9.1.0
Showing
1 changed file
with
10 additions
and
2 deletions
@@ -128,11 +128,19 @@ | @@ -128,11 +128,19 @@ | ||
128 | background: resolve('product/price-tag.png') no-repeat center; | 128 | background: resolve('product/price-tag.png') no-repeat center; |
129 | background-size: contain; | 129 | background-size: contain; |
130 | color: #fff; | 130 | color: #fff; |
131 | - width: 79px; | ||
132 | - height: 26px; | 131 | + width: 70px; |
132 | + height: 24px; | ||
133 | + position: relative; | ||
134 | + top: 2px; | ||
133 | } | 135 | } |
134 | } | 136 | } |
135 | .student-price { | 137 | .student-price { |
138 | + .sale-price { | ||
139 | + display: inline-block; | ||
140 | + height: 24px; | ||
141 | + line-height: 24px; | ||
142 | + color: #d62927; | ||
143 | + } | ||
136 | .market-price { | 144 | .market-price { |
137 | margin: 0px; | 145 | margin: 0px; |
138 | display: block; | 146 | display: block; |
-
Please register or login to post a comment