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-06 13:37:42 +0800
Commit
9a9a80be2ef48f2482bb008cf2a8d12b26131aca
1 parent
188e4620
店铺首页UI错乱 文案有错 fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
static/sass/product/_list.css
template/m.yohobuy.com/partials/product/list.phtml
static/sass/product/_list.css
View file @
9a9a80b
...
...
@@ -68,12 +68,13 @@
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.brand-name
{
width
:
60%
;
font-size
:
28px
;
width
:
40%
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
position
:
absolute
;
}
.brand-thumb
{
...
...
@@ -85,7 +86,6 @@
}
.entry
{
width
:
150px
;
color
:
#999
;
font-size
:
28px
;
float
:
right
;
...
...
template/m.yohobuy.com/partials/product/list.phtml
View file @
9a9a80b
...
...
@@ -17,7 +17,7 @@
<img
class=
"brand-thumb"
src=
{
{thumb
}
}>
<span
class=
"brand-name"
>
{
{name
}
}</span>
<span
class=
"entry"
>
进入
品牌
进入
店铺
<i
class=
"iconfont"
>
614
;</i>
</span>
</a>
...
...
Please
register
or
login
to post a comment