Authored by htoooth

fix image height

... ... @@ -4,7 +4,7 @@
</div>
{{/ifcond}}
<img class="product_image" src="{{image2 cover_img q=60}}" alt="">
<img class="product_image" src="{{image2 cover_img w=760 h=470 q=60}}" alt="">
<div class="product_name">{{name}}</div>
<div class="product_lucky_bg">
... ...
... ... @@ -6,7 +6,7 @@
</div>
{{/ifcond}}
<img class="product_image" src="{{cover_img}}" alt="">
<img class="product_image" src="{{image2 cover_img w=760 h=470 q=60}}" alt="">
<div class="product_name">{{name}}</div>
<div class="product_lucky_bg">
... ...
... ... @@ -110,7 +110,6 @@ clipboard.on('success', function(e) {
});
luckAlert.init();
yoSdk.auth();
setInterval(() => {
let $countdown = $('.product_countdown');
... ...
... ... @@ -26,24 +26,5 @@
line-height: 40px;
background-color: #d0021b;
text-align: center;
animation: scaleDraw 3s ease-in-out infinite;
}
@keyframes scaleDraw {
0% {
transform: scale(1);
}
25% {
transform: scale(1.2);
}
50% {
transform: scale(1);
}
75% {
transform: scale(1.2);
}
}
}
... ...
... ... @@ -2,7 +2,6 @@
.product_image {
width: 750px;
height: 470px;
}
.product_name {
... ...
... ... @@ -2,7 +2,6 @@
.product_image {
width: 750px;
height: 470px;
}
.product_name {
... ...