404.html
1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>潮流专题</title>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<link media="screen" rel="stylesheet" type="text/css" href="http://static.yohobuy.com/css/v3/common.css?v=20130924"/>
<link media="screen" rel="stylesheet" type="text/css" href="http://static.yohobuy.com/css/v3/screen.css"/>
<!--[if lte IE 6]>
<link media="screen" rel="stylesheet" type="text/css" href="http://static.yohobuy.com/css/v3/ie6.css?v=20130924"/>
<![endif]-->
</head>
<body>
<!--# include virtual="/demo/v3/common/head.html" -->
<style type="text/css">
.wrapper-404{
width: 560px;
margin: 80px auto;
min-height: 240px;
}
.wrapper-404 .text1{
font-size: 24px;
margin-top: 60px;
line-height: 24px;
}
.wrapper-404 .text2{
margin: 18px 0 10px 0;
line-height: 12px;
}
.wrapper-404 .text3 .button-2{
height: 24px;
line-height: 24px;
font-size: 12px;
color: #fff;
margin-right: 5px;
}
</style>
<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="/product/new" class="button button-2">浏览新品</a><a href="/" class="button button-2">返回首页</a></p>
</div>
</div>
</div>
<!--# include virtual="/demo/v3/common/foot.html" -->
</body>
</html>