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
姜枫
2017-01-13 16:06:35 +0800
Commit
ac908ba292f40b6c2a950e32d5186e88851a0ce7
1 parent
9b471926
修改频道页热门品牌样式,和app保持一致
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
14 deletions
doraemon/views/partial/resources/hot-brands-list.hbs
public/hbs/resources/hot-brands-list.hbs
public/scss/channel/_hot-brands.css
doraemon/views/partial/resources/hot-brands-list.hbs
View file @
ac908ba
...
...
@@ -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/hbs/resources/hot-brands-list.hbs
View file @
ac908ba
...
...
@@ -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 @
ac908ba
...
...
@@ -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