Authored by htoooth

fix css

@@ -12,6 +12,8 @@ function productTime(p) { @@ -12,6 +12,8 @@ function productTime(p) {
12 p.end_time = 0; 12 p.end_time = 0;
13 } 13 }
14 14
  15 + p.price = p.price.replace('¥', '¥');
  16 +
15 return p; 17 return p;
16 } 18 }
17 19
@@ -32,9 +32,8 @@ @@ -32,9 +32,8 @@
32 32
33 <div class="product_lucky_bg"> 33 <div class="product_lucky_bg">
34 <div class="product_lucky"> 34 <div class="product_lucky">
35 - <text>抽奖价 ¥  
36 - <text class="lucky">0</text>  
37 - </text> 35 + <span>抽奖价¥<span class="lucky">0</span>
  36 + </span>
38 </div> 37 </div>
39 <div class="product_price">{{product.price}}</div> 38 <div class="product_price">{{product.price}}</div>
40 </div> 39 </div>
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 <div class="product_name">{{name}}</div> 8 <div class="product_name">{{name}}</div>
9 9
10 <div class="product_lucky_bg"> 10 <div class="product_lucky_bg">
11 - <div class="product_lucky"><span>抽奖价<span class="lucky">0</span></span></div> 11 + <div class="product_lucky"><span>抽奖价<span class="lucky">0</span></span></div>
12 <div class="product_price">{{price}}</div> 12 <div class="product_price">{{price}}</div>
13 </div> 13 </div>
14 14
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 <div class="product_name">{{name}}</div> 10 <div class="product_name">{{name}}</div>
11 11
12 <div class="product_lucky_bg"> 12 <div class="product_lucky_bg">
13 - <div class="product_lucky"><span>抽奖价 ¥ <span class="lucky">0</span></span></div> 13 + <div class="product_lucky"><span>抽奖价 ¥ ¥<span class="lucky">0</span></span></div>
14 <div class="product_price" >{{price}}</div> 14 <div class="product_price" >{{price}}</div>
15 </div> 15 </div>
16 16
@@ -3,8 +3,8 @@ @@ -3,8 +3,8 @@
3 .avatar-comp { 3 .avatar-comp {
4 .avatar-image { 4 .avatar-image {
5 display: inline-block; 5 display: inline-block;
6 - margin-top: 4px;  
7 - margin-left: 5px; 6 + margin-top: 3px;
  7 + margin-left: 3px;
8 width: 48px; 8 width: 48px;
9 height: 48px; 9 height: 48px;
10 border-radius: 24px; 10 border-radius: 24px;
@@ -27,8 +27,7 @@ @@ -27,8 +27,7 @@
27 27
28 .product_price { 28 .product_price {
29 color: #b0b0b0; 29 color: #b0b0b0;
30 - font-size: 36px;  
31 - font-weight: bold; 30 + font-size: 30px;
32 margin-left: 20px; 31 margin-left: 20px;
33 text-decoration: line-through; 32 text-decoration: line-through;
34 } 33 }
@@ -104,6 +103,7 @@ @@ -104,6 +103,7 @@
104 .product_lucky { 103 .product_lucky {
105 color: #d0021b; 104 color: #d0021b;
106 font-size: 24px; 105 font-size: 24px;
  106 + font-weight: bold;
107 display: flex; 107 display: flex;
108 flex-direction: row; 108 flex-direction: row;
109 align-items: baseline; 109 align-items: baseline;
@@ -18,8 +18,7 @@ @@ -18,8 +18,7 @@
18 18
19 .product_price { 19 .product_price {
20 color: #b0b0b0; 20 color: #b0b0b0;
21 - font-size: 36px;  
22 - font-weight: bold; 21 + font-size: 30px;
23 margin-left: 30px; 22 margin-left: 30px;
24 } 23 }
25 24
@@ -69,6 +68,7 @@ @@ -69,6 +68,7 @@
69 .product_lucky { 68 .product_lucky {
70 color: #d0021b; 69 color: #d0021b;
71 font-size: 24px; 70 font-size: 24px;
  71 + font-weight: bold;
72 //font-family: PingFangSC-Semibold; 72 //font-family: PingFangSC-Semibold;
73 display: flex; 73 display: flex;
74 flex-direction: row; 74 flex-direction: row;