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-05 16:12:34 +0800
Commit
359834b2c451968933c06b231a1af4314c6f1450
2 parents
452e5aba
7a7a265d
Merge branch 'feature/family' of git.yoho.cn:fe/yohobuywap-node into feature/family
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
apps/home/controllers/tide-command.js
apps/home/views/action/tide-command.hbs
public/scss/home/tide-command.page.css
apps/home/controllers/tide-command.js
View file @
359834b
...
...
@@ -12,8 +12,7 @@ exports.tideCommand = (req, res, next) => {
page
:
'tide-command'
,
pageHeader
:
headerModel
.
setNav
({
navTitle
:
'我的潮流口令'
,
navBtn
:
false
,
save
:
true
navBtn
:
false
}),
title
:
'我的潮流口令'
,
width750
:
true
,
...
...
apps/home/views/action/tide-command.hbs
View file @
359834b
...
...
@@ -2,6 +2,8 @@
{{#
invitionDta
}}
<div
class=
"set-world"
>
<textarea
name=
""
class=
"command-textarea"
id=
"command-textarea"
placeholder=
"请设置15位字符以内的潮流口令"
>
{{#if
trendWord
}}{{
trendWord
}}{{/if}}
</textarea>
<div
class=
"save"
>
保存
</div>
</div>
<span
class=
"world-number"
>
15
</span>
...
...
public/scss/home/tide-command.page.css
View file @
359834b
...
...
@@ -6,6 +6,7 @@
.set-world
{
background-color
:
#fff
;
padding-bottom
:
20px
;
}
.command-textarea
{
...
...
@@ -20,6 +21,17 @@
padding
:
15px
30px
;
}
.save
{
width
:
240px
;
height
:
80px
;
line-height
:
80px
;
color
:
#fff
;
background-color
:
#414141
;
text-align
:
center
;
margin
:
0
auto
;
border-radius
:
10px
;
}
.world-number
{
position
:
absolute
;
font-size
:
24px
;
...
...
Please
register
or
login
to post a comment