Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
沈志敏
9 years ago
Commit
52447ebc4db3e033a965d3e25f37474295c588e6
1 parent
9a5ca543
fixbug
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
apps/me/controllers/index.js
apps/me/views/action/about.hbs
public/scss/me/_about-us.css
apps/me/controllers/index.js
View file @
52447eb
...
...
@@ -144,6 +144,7 @@ const component = {
res
.
render
(
'about'
,
{
module
:
'me'
,
page
:
'index'
,
year
:
new
Date
().
getFullYear
(),
noLocalJS
:
true
,
noLocalCSS
:
true
});
...
...
apps/me/views/action/about.hbs
View file @
52447eb
<div
class=
"about-us"
>
<div
class=
"description"
>
<p>
From yoho!
{{
year
}}
high-end store
</p>
<p>
i fancy, you like.
</p>
</div>
<div
class=
"icon-container"
>
<div
class=
"blk-icon"
></div>
<p
class=
"icon-label"
>
YOHO!BLK
</p>
</div>
</div>
\ No newline at end of file
</div>
...
...
public/scss/me/_about-us.css
View file @
52447eb
...
...
@@ -5,20 +5,23 @@
.description
{
position
:
fixed
;
top
:
30%
;
width
:
411px
;
top
:
404px
;
width
:
425px
;
height
:
75px
;
background
:
resolve
(
"me/about-us-tip.png"
)
no-repeat
;
background-size
:
100%
;
left
:
0
;
right
:
0
;
margin-left
:
auto
;
margin-right
:
auto
;
p
{
font-size
:
28px
;
margin-top
:
10px
;
}
}
.icon-container
{
position
:
fixed
;
top
:
43%
;
top
:
550px
;
left
:
0
;
right
:
0
;
margin-left
:
auto
;
...
...
Please
register
or
login
to post a comment