Authored by htoooth

fix css

... ... @@ -12,6 +12,8 @@ function productTime(p) {
p.end_time = 0;
}
p.price = p.price.replace('¥', '¥');
return p;
}
... ...
... ... @@ -32,9 +32,8 @@
<div class="product_lucky_bg">
<div class="product_lucky">
<text>抽奖价 ¥
<text class="lucky">0</text>
</text>
<span>抽奖价¥<span class="lucky">0</span>
</span>
</div>
<div class="product_price">{{product.price}}</div>
</div>
... ...
... ... @@ -8,7 +8,7 @@
<div class="product_name">{{name}}</div>
<div class="product_lucky_bg">
<div class="product_lucky"><span>抽奖价<span class="lucky">0</span></span></div>
<div class="product_lucky"><span>抽奖价<span class="lucky">0</span></span></div>
<div class="product_price">{{price}}</div>
</div>
... ...
... ... @@ -10,7 +10,7 @@
<div class="product_name">{{name}}</div>
<div class="product_lucky_bg">
<div class="product_lucky"><span>抽奖价 ¥ <span class="lucky">0</span></span></div>
<div class="product_lucky"><span>抽奖价 ¥ ¥<span class="lucky">0</span></span></div>
<div class="product_price" >{{price}}</div>
</div>
... ...
... ... @@ -3,8 +3,8 @@
.avatar-comp {
.avatar-image {
display: inline-block;
margin-top: 4px;
margin-left: 5px;
margin-top: 3px;
margin-left: 3px;
width: 48px;
height: 48px;
border-radius: 24px;
... ...
... ... @@ -27,8 +27,7 @@
.product_price {
color: #b0b0b0;
font-size: 36px;
font-weight: bold;
font-size: 30px;
margin-left: 20px;
text-decoration: line-through;
}
... ... @@ -104,6 +103,7 @@
.product_lucky {
color: #d0021b;
font-size: 24px;
font-weight: bold;
display: flex;
flex-direction: row;
align-items: baseline;
... ...
... ... @@ -18,8 +18,7 @@
.product_price {
color: #b0b0b0;
font-size: 36px;
font-weight: bold;
font-size: 30px;
margin-left: 30px;
}
... ... @@ -69,6 +68,7 @@
.product_lucky {
color: #d0021b;
font-size: 24px;
font-weight: bold;
//font-family: PingFangSC-Semibold;
display: flex;
flex-direction: row;
... ...