Authored by hongyong.zhao

修复首页底部banner,分享等ui问题

@@ -22,6 +22,7 @@ @@ -22,6 +22,7 @@
22 flex-direction: column; 22 flex-direction: column;
23 align-items: center; 23 align-items: center;
24 height: wrap; 24 height: wrap;
  25 + width: 100%;
25 } 26 }
26 27
27 .dialog-image{ 28 .dialog-image{
@@ -52,6 +52,7 @@ @@ -52,6 +52,7 @@
52 letter-spacing: -0.36rpx; 52 letter-spacing: -0.36rpx;
53 text-align: center; 53 text-align: center;
54 display: inline-block; 54 display: inline-block;
  55 + margin-top: 15rpx;
55 } 56 }
56 57
57 .container { 58 .container {
@@ -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