Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lore-w
9 years ago
Commit
927cd33a772dde0e9356be967d50f584ea064ba0
1 parent
1d09f08a
意见反馈bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
static/sass/me/_suggest.scss
template/m.yohobuy.com/actions/index/home/suggest.phtml
static/sass/me/_suggest.scss
View file @
927cd33
...
...
@@ -39,10 +39,14 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
border-top
:
1px
solid
#e0e0e0
;
border-bottom
:
pxToRem
(
30px
)
solid
#f0f0f0
;
>
img
{
display
:
block
;
overflow
:
hidden
;
.suggest-item-img
{
width
:
100%
;
overflow
:
hidden
;
>
img
{
display
:
block
;
overflow
:
hidden
;
width
:
100%
;
}
}
>
h2
{
...
...
template/m.yohobuy.com/actions/index/home/suggest.phtml
View file @
927cd33
...
...
@@ -10,18 +10,20 @@
{
{#
suggestContent
}
}
<div
class=
"suggest-item"
data-id=
"{{suggest_id}}"
>
{
{#if
imgUrl
}
}
<div
class=
"suggest-item-img"
>
<img
class=
"lazy"
data-original=
"{{imgUrl}}"
alt=
""
/>
</div>
{
{/if
}
}
<h
2
>
{
{title
}
}</h
2
>
<p>
{
{content
}
}</p>
<div
class=
"suggest-type suggest-good"
>
<div
class=
"suggest-type suggest-good
{{#good}}show{{/good}}
"
>
<div
class=
"active"
>
<span
class=
"iconfont"
>
601
;</span>
<span>靠谱,谢谢您的反馈</span>
</div>
</div>
<div
class=
"suggest-type suggest-bad"
>
<div
class=
"suggest-type suggest-bad
{{# bad}}show{{/ bad}}
"
>
<div
class=
"active"
>
<span
class=
"iconfont"
>
601
;</span>
<span>不靠谱,谢谢您的反馈</span>
...
...
Please
register
or
login
to post a comment