Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
6 years ago
Commit
3143192a13a96f1b692debd31de634d516b1562b
1 parent
d5655c06
fix image height
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
24 deletions
apps/activity/views/partial/yoluck/product-item-header.hbs
public/hbs/activity/yoluck/product-item-header.hbs
public/js/activity/yoluck-detail.page.js
public/scss/activity/yoluck/fellow-bar.scss
public/scss/activity/yoluck/product-detail-header.scss
public/scss/activity/yoluck/product-item-header.scss
apps/activity/views/partial/yoluck/product-item-header.hbs
View file @
3143192
...
...
@@ -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"
>
...
...
public/hbs/activity/yoluck/product-item-header.hbs
View file @
3143192
...
...
@@ -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"
>
...
...
public/js/activity/yoluck-detail.page.js
View file @
3143192
...
...
@@ -110,7 +110,6 @@ clipboard.on('success', function(e) {
});
luckAlert
.
init
();
yoSdk
.
auth
();
setInterval
(()
=>
{
let
$countdown
=
$
(
'.product_countdown'
);
...
...
public/scss/activity/yoluck/fellow-bar.scss
View file @
3143192
...
...
@@ -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
);
}
}
}
...
...
public/scss/activity/yoluck/product-detail-header.scss
View file @
3143192
...
...
@@ -2,7 +2,6 @@
.product_image
{
width
:
750px
;
height
:
470px
;
}
.product_name
{
...
...
public/scss/activity/yoluck/product-item-header.scss
View file @
3143192
...
...
@@ -2,7 +2,6 @@
.product_image
{
width
:
750px
;
height
:
470px
;
}
.product_name
{
...
...
Please
register
or
login
to post a comment