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
Plain Diff
Browse Files
Authored by
徐炜
2017-01-16 15:13:26 +0800
Commit
fed0f7f8953643274831b46a540f40c18500efe2
2 parents
634912d7
def31b3f
Merge remote-tracking branch 'origin/master' into feature/download_individate
# Conflicts: # package.json
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
15 deletions
doraemon/views/partial/resources/hot-brands-list.hbs
package.json
public/hbs/resources/hot-brands-list.hbs
public/scss/channel/_hot-brands.css
doraemon/views/partial/resources/hot-brands-list.hbs
View file @
fed0f7f
...
...
@@ -8,7 +8,7 @@
{{!--此处不使用 Lazyload 是由于安卓 UC 10 版本加载不出来--}}
<img
src=
"
{{
image2
src
w
=
158
h
=
174
q
=
60
}}
"
>
</div>
<p
class=
"brand-name"
>
{{
name
}}
</p>
{{!--<p class="brand-name">{{name}}</p>--}}
</a>
</li>
{{/
list
}}
...
...
package.json
View file @
fed0f7f
{
"name"
:
"m-yohobuy-node"
,
"version"
:
"5.3.1
7
"
,
"version"
:
"5.3.1
8
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/hbs/resources/hot-brands-list.hbs
View file @
fed0f7f
...
...
@@ -8,7 +8,7 @@
{{!--此处不使用 Lazyload 是由于安卓 UC 10 版本加载不出来--}}
<img
src=
"
{{
image2
src
w
=
158
h
=
174
q
=
60
}}
"
>
</div>
<p
class=
"brand-name"
>
{{
name
}}
</p>
{{!--<p class="brand-name">{{name}}</p>--}}
</a>
</li>
{{/
list
}}
...
...
public/scss/channel/_hot-brands.css
View file @
fed0f7f
...
...
@@ -24,23 +24,25 @@
.brand
{
float
:
left
;
width
:
158px
;
height
:
174px
;
border-right
:
1px
solid
#e0e0e0
;
border-top
:
1px
solid
#e0e0e0
;
background-color
:
#e0e0e0
;
width
:
160px
;
height
:
160px
;
overflow
:
hidden
;
padding
:
1
PX
1
PX
0
0
;
&:nth-child(4n
+
1)
{
padding
:
1
PX
0
0
0
;
}
.brand-logo
{
display
:
table-cell
;
width
:
158px
;
height
:
128px
;
line-height
:
128px
;
width
:
100%
;
height
:
100%
;
text-align
:
center
;
font-size
:
0
;
vertical-align
:
middle
;
img
{
max-
width
:
100%
;
width
:
100%
;
height
:
100%
;
}
}
...
...
@@ -65,9 +67,8 @@
.more
{
float
:
left
;
width
:
317px
;
height
:
174px
;
border-top
:
1px
solid
#e0e0e0
;
width
:
320px
;
height
:
160px
;
overflow
:
hidden
;
a
{
...
...
Please
register
or
login
to post a comment