code review by yue.liu
Showing
1 changed file
with
7 additions
and
0 deletions
@@ -127,6 +127,7 @@ | @@ -127,6 +127,7 @@ | ||
127 | .price-underline { | 127 | .price-underline { |
128 | text-decoration: line-through; | 128 | text-decoration: line-through; |
129 | margin-left: pxToRem(15px); | 129 | margin-left: pxToRem(15px); |
130 | + color: #b0b0b0; | ||
130 | } | 131 | } |
131 | } | 132 | } |
132 | 133 | ||
@@ -142,6 +143,8 @@ | @@ -142,6 +143,8 @@ | ||
142 | 143 | ||
143 | &.save-price-number { | 144 | &.save-price-number { |
144 | text-indent: $width + pxToRem(10px); | 145 | text-indent: $width + pxToRem(10px); |
146 | + color: #b0b0b0; | ||
147 | + padding-top: pxToRem(3px); | ||
145 | 148 | ||
146 | &:before { | 149 | &:before { |
147 | content: ''; | 150 | content: ''; |
@@ -157,8 +160,12 @@ | @@ -157,8 +160,12 @@ | ||
157 | margin-top: -$height / 2; | 160 | margin-top: -$height / 2; |
158 | 161 | ||
159 | } | 162 | } |
163 | + span { | ||
164 | + margin-left: pxToRem(15px); | ||
165 | + } | ||
160 | .del-fav { | 166 | .del-fav { |
161 | text-indent: 0; | 167 | text-indent: 0; |
168 | + margin-left: 0; | ||
162 | } | 169 | } |
163 | } | 170 | } |
164 | 171 |
-
Please register or login to post a comment