Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
梁志锋
9 years ago
Commit
f269237ba7a85d903318b62a45ea2c8da6703e1c
1 parent
7caa7633
反馈问题加箭头 code review by zhaobiao
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
22 deletions
static/sass/me/_suggest.scss
template/m.yohobuy.com/actions/index/home/suggest.phtml
static/sass/me/_suggest.scss
View file @
f269237
...
...
@@ -141,23 +141,15 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
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
;
.list-item
{
padding
:
0
pxToRem
(
35px
);
}
&
:before
{
content
:
''
;
width
:
100%
;
height
:
1px
;
border-bottom
:
1px
solid
#e0e0e0
;
position
:
absolute
;
left
:
0
;
bottom
:
0
;
.new-right
{
float
:
right
;
margin-left
:
pxToRem
(
40px
);
color
:
#e0e0e0
;
}
a
{
...
...
@@ -165,10 +157,6 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
display
:
inline-block
;
}
>
span
{
color
:
#b0b0b0
;
font-size
:
pxToRem
(
26px
);
}
}
}
...
...
template/m.yohobuy.com/actions/index/home/suggest.phtml
View file @
f269237
...
...
@@ -7,8 +7,8 @@
</h
2
>
<div
class=
"create-new-suggest"
>
<a
href=
"./suggestSub"
>
反馈问题<span>(功能意见,界面意见)</span>
<a
class=
"list-item"
href=
"./suggestSub"
>
反馈问题
(功能意见,界面意见)<span
class=
"iconfont new-right"
>
604
;</span>
</a>
</div>
...
...
Please
register
or
login
to post a comment