Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
阿达
2016-06-12 10:25:31 +0800
Commit
ddab4cb6358f7d6d60b828fae4768d7049057fb9
1 parent
fc60ca4f
修改样式错误
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
apps/product/views/partial/sale/activity-entry.hbs
public/scss/product/sale/_index.css
apps/product/views/partial/sale/activity-entry.hbs
View file @
ddab4cb
<div
class=
"activity-entry clearfix"
>
{{#
activityEnter
}}
<a
href=
"
{{
href
}}
"
>
<a
href=
"
{{
href
}}
"
target=
"_blank"
>
<img
class=
"entry-item pull-left
{{#if
@first
}}
first
{{/if}}
{{#if
@last
}}
last
{{/if}}
"
src=
"
{{
image
icon
330
300
}}
"
>
</img>
</a>
...
...
public/scss/product/sale/_index.css
View file @
ddab4cb
...
...
@@ -155,6 +155,7 @@
position
:
absolute
;
left
:
0
;
bottom
:
0
;
opacity
:
0.5
;
width
:
100%
;
font-size
:
22px
;
line-height
:
30px
;
...
...
@@ -234,7 +235,7 @@
}
.title
{
font-size
:
25
px
;
font-size
:
12
px
;
height
:
40px
;
line-height
:
40px
;
text-align
:
center
;
...
...
Please
register
or
login
to post a comment