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
Email Patches
Plain Diff
Browse Files
Authored by
阿达
2016-06-03 17:19:25 +0800
Commit
e1798a8296992259c09da01423771f4bce609e3f
1 parent
c7dc4e5d
样式错误
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 @
e1798a8
...
...
@@ -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 @
e1798a8
...
...
@@ -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