Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
xuqi
2015-10-30 17:43:54 +0800
Commit
b52ab04b11e2b9d844f41e830a270aae2925fbd2
1 parent
294e9f17
404 err
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
1 deletions
static/img/404.png
static/sass/index.scss
static/sass/index/_error.scss
static/sass/index/_index.scss
template/m.yohobuy.com/actions/index/error/index.phtml
static/img/404.png
0 → 100644
View file @
b52ab04
46.6 KB
static/sass/index.scss
View file @
b52ab04
...
...
@@ -10,6 +10,7 @@ $pxConvertRem: 40;
html
,
body
{
font-family
:
helvetica
,
Arial
,
"黑体"
;
width
:
100%
;
height
:
100%
;
font-size
:
12px
;
line-height
:
1
.4
;
}
...
...
static/sass/index/_error.scss
0 → 100644
View file @
b52ab04
.err-page
{
position
:
relative
;
height
:
100%
;
.err-bg
{
position
:
absolute
;
height
:
200rem
/
$pxConvertRem
;
width
:
200rem
/
$pxConvertRem
;
top
:
50%
;
left
:
50%
;
margin-left
:
-100rem
/
$pxConvertRem
;
margin-top
:
-100rem
/
$pxConvertRem
;
background
:
image-url
(
'404.png'
)
no-repeat
;
background-size
:
100%
100%
;
}
}
\ No newline at end of file
...
...
static/sass/index/_index.scss
View file @
b52ab04
...
...
@@ -126,5 +126,5 @@
}
@import
"search"
,
"footer"
;
@import
"search"
,
"footer"
,
"error"
;
...
...
template/m.yohobuy.com/actions/index/error/index.phtml
View file @
b52ab04
{
{>
layout/header
}
}
<div
class=
"err-page yoho-page"
>
<div
class=
"err-bg"
></div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment