Showing
5 changed files
with
6 additions
and
4 deletions
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | } | 7 | } |
8 | 8 | ||
9 | .productList { | 9 | .productList { |
10 | - margin-bottom: 322rpx; | 10 | + /* margin-bottom: 322rpx; */ |
11 | background: #F0F0F0; | 11 | background: #F0F0F0; |
12 | } | 12 | } |
13 | 13 | ||
@@ -23,8 +23,8 @@ | @@ -23,8 +23,8 @@ | ||
23 | } | 23 | } |
24 | 24 | ||
25 | .bottom-banner { | 25 | .bottom-banner { |
26 | - position: fixed; | ||
27 | - bottom: 88rpx; | 26 | + /* position: fixed; */ |
27 | + margin-bottom: 88rpx; | ||
28 | height: 234rpx; | 28 | height: 234rpx; |
29 | width: 100%; | 29 | width: 100%; |
30 | } | 30 | } |
@@ -172,7 +172,7 @@ Page({ | @@ -172,7 +172,7 @@ Page({ | ||
172 | } | 172 | } |
173 | }); | 173 | }); |
174 | 174 | ||
175 | - pCtx.drawImage('./images/Group@2x.png', 20 * scale, 286 * scale, 334 * scale, 136 * scale); | 175 | + pCtx.drawImage('./images/Group@2x.png', 20 * scale, 286 * scale, 334 * scale, 68 * scale); |
176 | 176 | ||
177 | this.drawLongText(this.data.product_name, pCtx, 187.5 * scale, 412 * scale, '#444444', 20, 20); | 177 | this.drawLongText(this.data.product_name, pCtx, 187.5 * scale, 412 * scale, '#444444', 20, 20); |
178 | 178 |
-
Please register or login to post a comment