Showing
2 changed files
with
3 additions
and
11 deletions
@@ -5,15 +5,6 @@ | @@ -5,15 +5,6 @@ | ||
5 | margin-left: 34rem / $pxConvertRem; | 5 | margin-left: 34rem / $pxConvertRem; |
6 | height: 160rem / $pxConvertRem; | 6 | height: 160rem / $pxConvertRem; |
7 | border-bottom: 1px solid #e0e0e0; | 7 | border-bottom: 1px solid #e0e0e0; |
8 | - | ||
9 | - &:last-child { | ||
10 | - border-bottom: none; | ||
11 | - } | ||
12 | - } | ||
13 | - | ||
14 | - | ||
15 | - .advance-block .gift-advance-good:last-child { | ||
16 | - border-bottom: none; | ||
17 | } | 8 | } |
18 | 9 | ||
19 | .advance-block:last-child .gift-advance-good:last-child { | 10 | .advance-block:last-child .gift-advance-good:last-child { |
@@ -140,10 +140,11 @@ | @@ -140,10 +140,11 @@ | ||
140 | 140 | ||
141 | > li { | 141 | > li { |
142 | box-sizing: border-box; | 142 | box-sizing: border-box; |
143 | - height: 90rem / $pxConvertRem; | ||
144 | - line-height: 90rem / $pxConvertRem; | 143 | + height: 80rem / $pxConvertRem; |
144 | + line-height: 80rem / $pxConvertRem; | ||
145 | margin-bottom: 10rem / $pxConvertRem; | 145 | margin-bottom: 10rem / $pxConvertRem; |
146 | padding: 0 20rem / $pxConvertRem; | 146 | padding: 0 20rem / $pxConvertRem; |
147 | + background: #f1f1f1; | ||
147 | 148 | ||
148 | &:last-child { | 149 | &:last-child { |
149 | margin-bottom: 0; | 150 | margin-bottom: 0; |
-
Please register or login to post a comment