Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
毕凯
2017-09-21 15:57:33 +0800
Commit
48d667a6485fafe3a36f1a9c927c4a9a33d618b9
2 parents
d2e08cce
2d190806
Merge branch 'feature/newHome' into 'release/6.1'
资源位样式调整 See merge request
!923
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
apps/home/views/partial/content.hbs
public/scss/home/new-home.page.css
apps/home/views/partial/content.hbs
View file @
48d667a
...
...
@@ -5,10 +5,6 @@
{{>
resources
/
banner
}}
</div>
{{/if}}
{{! 两个小图}}
{{#if
smallPic
}}
{{>
resources
/
thumb-row
}}
{{/if}}
{{! 分隔楼层}}
{{#if
divideImage
}}
{{>
resources
/
divide-image
}}
...
...
public/scss/home/new-home.page.css
View file @
48d667a
@import
"common/set-trend-world"
;
@import
"channel/thumb-row"
;
@import
"channel/divide-image"
;
@import
"channel/banner-center"
;
@import
"layout/swiper"
;
...
...
@@ -28,7 +27,7 @@
height
:
70px
;
line-height
:
70px
;
text-align
:
center
;
border
:
solid
2
px
#fff
;
border
:
solid
3
px
#fff
;
color
:
#fff
;
font-size
:
28px
;
margin
:
15px
auto
;
...
...
Please
register
or
login
to post a comment