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
3127d6452f0cce0cbd0471d8b906d01992049273
1 parent
e58b5899
意见反馈设计修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
8 deletions
static/sass/me/_suggest.scss
template/m.yohobuy.com/actions/index/home/suggest.phtml
static/sass/me/_suggest.scss
View file @
3127d64
...
...
@@ -31,7 +31,7 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
//意见反馈主体
.suggest-content
{
border-top
:
pxToRem
(
30px
)
solid
#fff
;
border-top
:
1px
solid
#e0e0e0
;
.suggest-item
{
width
:
100%
;
...
...
@@ -76,6 +76,7 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
&
.suggest-active
{
>
div
{
width
:
50%
;
height
:
100%
;
float
:
left
;
text-align
:
left
;
padding-left
:
pxToRem
(
128px
);
...
...
@@ -135,8 +136,29 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
line-height
:
pxToRem
(
88px
);
text-align
:
center
;
font-size
:
pxToRem
(
30px
);
border-top
:
1px
solid
#e0e0e0
;
border-bottom
:
1px
solid
#e0e0e0
;
//border-top: 1px solid #e0e0e0;
//border-bottom: 1px solid #e0e0e0;
border-top
:
pxToRem
(
30px
)
solid
#f0f0f0
;
border-bottom
:
pxToRem
(
30px
)
solid
#f0f0f0
;
position
:
relative
;
&
:after
{
content
:
''
;
width
:
100%
;
height
:
1px
;
border-top
:
1px
solid
#e0e0e0
;
position
:
absolute
;
left
:
0
;
top
:
0
;
}
&
:before
{
content
:
''
;
width
:
100%
;
height
:
1px
;
border-bottom
:
1px
solid
#e0e0e0
;
position
:
absolute
;
left
:
0
;
bottom
:
0
;
}
a
{
color
:
#444
;
...
...
template/m.yohobuy.com/actions/index/home/suggest.phtml
View file @
3127d64
...
...
@@ -6,6 +6,12 @@
我们希望了解您的意见和建议
</h
2
>
<div
class=
"create-new-suggest"
>
<a
href=
"./suggestSub"
>
反馈问题<span>(功能意见,界面意见)</span>
</a>
</div>
<div
class=
"suggest-content"
id=
"suggest-content"
>
{
{#
suggestContent
}
}
<div
class=
"suggest-item"
data-id=
"{{suggest_id}}"
>
...
...
@@ -46,11 +52,6 @@
{
{/
suggestContent
}
}
</div>
<div
class=
"create-new-suggest"
>
<a
href=
"./suggestSub"
>
反馈问题<span>(功能意见,界面意见)</span>
</a>
</div>
{
{/
suggest
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment