Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-07-06 11:53:20 +0800
Commit
39cac2e655b2aef415b3f2d6f6a974effd0e9cd9
1 parent
e4bd0885
样式
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
7 deletions
apps/editorial/views/action/index.hbs
apps/editorial/views/action/list.hbs
public/scss/editorial/_index.css
public/scss/editorial/_list.css
apps/editorial/views/action/index.hbs
View file @
39cac2e
<div
class=
"editorial-index-page"
>
<div
class=
"editorial-index-page
center-content
"
>
{{#
editorial
}}
{{>
path-nav
}}
...
...
apps/editorial/views/action/list.hbs
View file @
39cac2e
<div
class=
"editorial-list-page"
>
<div
class=
"editorial-list-page
center-content
"
>
{{#
editorialList
}}
{{>
path-nav
}}
...
...
public/scss/editorial/_index.css
View file @
39cac2e
.editorial-index-page
{
width
:
1150px
;
margin
:
0
auto
;
.msg-nav
{
height
:
35px
;
...
...
public/scss/editorial/_list.css
View file @
39cac2e
.editorial-list-page
{
width
:
1150px
;
margin
:
0
auto
;
.list-content
{
margin-top
:
30px
;
...
...
@@ -11,7 +9,7 @@
font-weight
:
700
;
border-bottom
:
1px
solid
#eee
;
width
:
100%
;
height
:
27
px
;
height
:
30
px
;
b
{
font-size
:
18px
;
...
...
Please
register
or
login
to post a comment