Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
郭成尧
2016-06-03 17:32:47 +0800
Commit
fe949f126cd41d0035cbebe807b0c131e59aefa7
2 parents
583f95f8
e1798a82
Merge branch 'release/4.5' of git.yoho.cn:fe/YOHOBUYWAP into release/4.5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
static/sass/product/_list.css
template/m.yohobuy.com/partials/product/list.phtml
static/sass/product/_list.css
View file @
fe949f1
...
...
@@ -62,7 +62,15 @@
color
:
#000
;
}
.span
{
span
{
width
:
60%
;
font-size
:
28px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.brand-name
{
width
:
60%
;
font-size
:
28px
;
overflow
:
hidden
;
...
...
template/m.yohobuy.com/partials/product/list.phtml
View file @
fe949f1
...
...
@@ -15,7 +15,7 @@
<div
class=
"brand-way"
>
<a
href=
{
{url
}
}>
<img
class=
"brand-thumb"
src=
{
{thumb
}
}>
<span>
{
{name
}
}</span>
<span
class=
"brand-name"
>
{
{name
}
}</span>
<span
class=
"entry"
>
进入品牌
<i
class=
"iconfont"
>
614
;</i>
...
...
Please
register
or
login
to post a comment