Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
9 years ago
Commit
09a2a97e4543a7a63907018913bdd247ba056aec
1 parent
1115bcfa
error
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
18 deletions
doraemon/views/error/404.hbs
doraemon/views/error/500.hbs
public/img/404.png
public/img/500.png
public/scss/components/_index.css
doraemon/views/error/404.hbs
View file @
09a2a97
<div
class=
"wrapper screen"
>
<div
class=
"clear wrapper-404"
>
<div
class=
"left"
><img
src=
"http://static.yohobuy.com/images/v3/index/404.png"
></div>
<div
class=
"right right-tips"
>
<p
class=
"text1"
>
很抱歉,您访问的页面不存在!
</p>
<p
class=
"text2"
>
</p>
<p
class=
"text3"
><a
href=
"http://www.yohobuy.com/product/new"
class=
"button"
>
浏览新品
</a>
<a
href=
"http://www.yohobuy.com/"
class=
"button"
>
返回首页
</a></p>
</div>
<div
class=
"error"
>
<div
class=
"err-404-img"
></div>
<div
class=
"tips"
>
<span
class=
"tip"
>
哎呀,您访问的页面走丢了...
</span>
<span
class=
"tips-english"
>
404 File Not Found, Sorry
</span>
<span>
建议您:
<a
href=
"javascript:location.reload()"
>
刷新该网页/
</a><a
href=
"javascript:history.go(-1)"
>
返回上一页/
</a>
<a
href=
""
>
去首页看看
</a></span>
</div>
</div>
\ No newline at end of file
...
...
doraemon/views/error/500.hbs
View file @
09a2a97
<div
class=
"wrapper screen"
>
<div
class=
"clear wrapper-404"
>
<div
class=
"left"
><img
src=
"http://static.yohobuy.com/images/v3/index/404.png"
></div>
<div
class=
"right right-tips"
>
<p
class=
"text1"
>
服务器错误!
</p>
<p
class=
"text2"
>
</p>
<p
class=
"text3"
><a
href=
"http://www.yohobuy.com/product/new"
class=
"button"
>
浏览新品
</a>
<a
href=
"http://www.yohobuy.com/"
class=
"button"
>
返回首页
</a></p>
</div>
<div
class=
"error"
>
<div
class=
"err-500-img"
></div>
<div
class=
"tips"
>
<span
class=
"tip"
>
哎呀,您访问的页面走丢了...
</span>
<span
class=
"tips-english"
>
505 HTTP Version Not Supported
</span>
<span
class=
""
>
建议您:
<a
href=
"javascript:location.reload()"
>
刷新该网页/
</a>
升级您的Web服务器软件
</span>
</div>
</div>
\ No newline at end of file
...
...
public/img/404.png
0 → 100644
View file @
09a2a97
3.02 KB
public/img/500.png
0 → 100644
View file @
09a2a97
3.8 KB
public/scss/components/_index.css
View file @
09a2a97
...
...
@@ -9,3 +9,4 @@
@import
"dialog"
;
/* 对话框组件 */
@import
"share"
;
/* 分享 */
@import
"round-color"
;
/* 色彩选择组件 */
@import
"error"
;
/* 404 500 */
...
...
Please
register
or
login
to post a comment