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
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
3e1c47e5dd89c0adf0e5336ae63552b97e554dcb
1 parent
d4c14bc2
首页直播楼层
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
44 additions
and
4 deletions
apps/channel/views/partial/channel/content.hbs
doraemon/views/partial/resources/three-picture.hbs
doraemon/views/partial/resources/title-floor.hbs
package.json
public/img/sprite.me.png
public/scss/channel/_home.css
public/scss/channel/_three-picture.css
apps/channel/views/partial/channel/content.hbs
View file @
3e1c47e
...
...
@@ -55,4 +55,12 @@
{{#if
newUserFloor
}}
{{>
resources
/
fresh-only
}}
{{/if}}
{{! 标题楼层}}
{{#if
titleFloor
}}
{{>
resources
/
title-floor
}}
{{/if}}
{{! 标题楼层}}
{{#if
threePicture
}}
{{>
resources
/
three-picture
}}
{{/if}}
{{/
content
}}
...
...
doraemon/views/partial/resources/three-picture.hbs
0 → 100644
View file @
3e1c47e
<div
class=
"three-picture clearfix"
>
{{#
data
}}
<a
href=
"
{{
url
}}
"
>
<img
src=
"
{{
image
src
210
280
}}
"
>
</a>
{{/
data
}}
</div>
...
...
doraemon/views/partial/resources/title-floor.hbs
0 → 100644
View file @
3e1c47e
{{#
data
}}
{{>
common
/
floor-header-more
}}
{{/
data
}}
...
...
package.json
View file @
3e1c47e
...
...
@@ -39,7 +39,7 @@
"express-handlebars"
:
"^3.0.0"
,
"express-session"
:
"^1.14.0"
,
"influxdb-winston"
:
"^1.0.1"
,
"lodash"
:
"^4.1
3.1
"
,
"lodash"
:
"^4.1
5.0
"
,
"md5"
:
"^2.1.0"
,
"memcached"
:
"^2.2.1"
,
"moment"
:
"^2.14.1"
,
...
...
@@ -55,7 +55,7 @@
"serve-favicon"
:
"^2.3.0"
,
"uuid"
:
"^2.0.2"
,
"winston"
:
"^2.2.0"
,
"winston-daily-rotate-file"
:
"^1.
1.4
"
,
"winston-daily-rotate-file"
:
"^1.
2.0
"
,
"yoho-node-lib"
:
"0.0.40"
},
"devDependencies"
:
{
...
...
@@ -88,8 +88,8 @@
"precss"
:
"^1.4.0"
,
"rewire"
:
"^2.5.2"
,
"shelljs"
:
"^0.7.0"
,
"stylelint"
:
"^6.9.0"
,
"stylelint-config-yoho"
:
"^1.2.3"
,
"stylelint"
:
"^7.1.0"
,
"stylelint-config-yoho"
:
"^1.2.6"
,
"webpack"
:
"^1.13.1"
,
"webpack-dev-server"
:
"^1.14.1"
,
"webpack-stream"
:
"^3.1.0"
,
...
...
public/img/sprite.me.png
View file @
3e1c47e
23.4 KB
|
W:
0px
|
H:
0px
2.5 KB
|
W:
0px
|
H:
0px
2-up
Swipe
Onion skin
public/scss/channel/_home.css
View file @
3e1c47e
...
...
@@ -23,6 +23,7 @@
@import
"coupon"
;
@import
"discount-list"
;
@import
"left-right"
;
@import
"three-picture"
;
.mobile-container
{
margin-left
:
auto
;
...
...
public/scss/channel/_three-picture.css
0 → 100644
View file @
3e1c47e
.three-picture
{
padding
:
0
0
24px
24px
;
border-bottom
:
1px
solid
#e0e0e0
;
background
:
#fff
;
a
{
float
:
left
;
width
:
182px
;
height
:
238px
;
margin-right
:
24px
;
&:nth-child(3n)
{
margin-right
:
0
;
}
}
img
{
width
:
100%
;
height
:
100%
;
}
}
...
...
Please
register
or
login
to post a comment