Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
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
xuqi
10 years ago
Commit
5d7dfd43c391f1a7cf0783c401e14a9a40e03601
1 parent
03568775
add underline to footer's user name
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
home-page/public/js/data/boys.js
home-page/public/sass/common/_footer.scss
home-page/public/js/data/boys.js
View file @
5d7dfd4
...
...
@@ -95,6 +95,7 @@ module.exports = {
},
creativeLife
:
{
name
:
'创意生活'
,
more
:
''
,
url
:
''
,
banner
:
'http://img10.static.yhbimg.com/yhb-img01/2015/07/09/18/0119ffceddb0819d36d74b408bd743b4a9.jpg?imageView/2/w/640/h/640'
,
classify
:
[
...
...
home-page/public/sass/common/_footer.scss
View file @
5d7dfd4
...
...
@@ -7,6 +7,10 @@
color
:
#000
;
}
.user-name
{
text-decoration
:
underline
;
}
.op-row
{
position
:
relative
;
padding
:
0
30rem
/
$pxConvertRem
;
...
...
Please
register
or
login
to post a comment