Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
3 changed files
with
6 additions
and
2 deletions
@@ -162,10 +162,12 @@ | @@ -162,10 +162,12 @@ | ||
162 | } | 162 | } |
163 | 163 | ||
164 | .btn-wrap { | 164 | .btn-wrap { |
165 | + position: relative; | ||
165 | height: 120rem / $pxConvertRem; | 166 | height: 120rem / $pxConvertRem; |
166 | border-top: 1px solid #e6e6e6; | 167 | border-top: 1px solid #e6e6e6; |
167 | padding: 20rem / $pxConvertRem; | 168 | padding: 20rem / $pxConvertRem; |
168 | text-align: center; | 169 | text-align: center; |
170 | + background: #fff; | ||
169 | box-sizing: border-box; | 171 | box-sizing: border-box; |
170 | 172 | ||
171 | .btn-sure { | 173 | .btn-sure { |
@@ -125,7 +125,7 @@ | @@ -125,7 +125,7 @@ | ||
125 | padding-right: 30rem / $pxConvertRem; | 125 | padding-right: 30rem / $pxConvertRem; |
126 | color: #999; | 126 | color: #999; |
127 | text-align: right; | 127 | text-align: right; |
128 | - width: 360rem / $pxConvertRem; | 128 | + width: 320rem / $pxConvertRem; |
129 | white-space: nowrap; | 129 | white-space: nowrap; |
130 | text-overflow: ellipsis; | 130 | text-overflow: ellipsis; |
131 | overflow: hidden; | 131 | overflow: hidden; |
1 | .recommend-for-you { | 1 | .recommend-for-you { |
2 | - padding: pxToRem(30px) 0 pxToRem(10px); | 2 | + padding: pxToRem(30px) 0 pxToRem(30px); |
3 | border-top: 1px solid #e0e0e0; | 3 | border-top: 1px solid #e0e0e0; |
4 | border-bottom: 1px solid #e0e0e0; | 4 | border-bottom: 1px solid #e0e0e0; |
5 | background: #fff; | 5 | background: #fff; |
@@ -45,11 +45,13 @@ | @@ -45,11 +45,13 @@ | ||
45 | line-height: 1; | 45 | line-height: 1; |
46 | 46 | ||
47 | .sale-price { | 47 | .sale-price { |
48 | + display: block; | ||
48 | color: #d9134f; | 49 | color: #d9134f; |
49 | margin-right: pxToRem(8px); | 50 | margin-right: pxToRem(8px); |
50 | } | 51 | } |
51 | 52 | ||
52 | .old-price { | 53 | .old-price { |
54 | + display: block; | ||
53 | color: #b0b0b0; | 55 | color: #b0b0b0; |
54 | text-decoration: line-through; | 56 | text-decoration: line-through; |
55 | } | 57 | } |
-
Please register or login to post a comment