|
|
@@ -1,10 +1,72 @@
|
|
|
<!DOCTYPE HTML>
|
|
|
<html lang="zh-CN">
|
|
|
<head>
|
|
|
-<meta charset="utf-8">
|
|
|
-<title>找不到页面</title>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
+ <meta name="renderer" content="webkit">
|
|
|
+ <title>404-优软商城</title>
|
|
|
+ <meta name="description" content="404" />
|
|
|
+ <meta name="keywords"
|
|
|
+ content="优软商城,B2B,B2C,行业门户,网上贸易,电子商务,网上贸易,网上交易,交易市场,在线交易,供求信息,采购,求购信息,供应信息" />
|
|
|
+ <link href="static/img/all/u.png" rel="icon" type="image/x-icon" />
|
|
|
+ <link rel="stylesheet" href="static/lib/bootstrap/css/bootstrap.min.css" />
|
|
|
+ <link rel="stylesheet" href="static/lib/angular/ng-table.css" />
|
|
|
+ <link rel="stylesheet" href="static/lib/fontawesome/css/font-awesome.min.css" />
|
|
|
+ <link rel="stylesheet" href="static/lib/iconfont/css/iconfont.css" />
|
|
|
+ <link rel="stylesheet" href="static/lib/jquery/themes/summernote/css/summernote.css" />
|
|
|
+ <link rel="stylesheet" href="static/lib/jquery/themes/uploadify/uploadify.css" />
|
|
|
+ <link rel="stylesheet" href="static/css/vendor/base.css" />
|
|
|
+ <style>
|
|
|
+ .section{
|
|
|
+ background: #ebfdff url('static/img/user/images/404.png')no-repeat center center;
|
|
|
+ height:978px;
|
|
|
+ margin-top:-65px;
|
|
|
+ position:relative;
|
|
|
+ }
|
|
|
+ .section .btn-click{
|
|
|
+ position:absolute;
|
|
|
+ top:54%;
|
|
|
+ left:50%;
|
|
|
+ margin-left:-150px;
|
|
|
+ }
|
|
|
+ .section .btn-click a{
|
|
|
+ display:inline-block;
|
|
|
+ width:130px;
|
|
|
+ height:33px;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 33px;
|
|
|
+ color:#fff;
|
|
|
+ background: #f87c29;
|
|
|
+ text-align: center;
|
|
|
+ margin:0 10px;
|
|
|
+ border-radius: 2px;
|
|
|
+ text-decoration: none;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
<body>
|
|
|
- 很遗憾,找不到您请求的页面!
|
|
|
+ <div class="head-top">
|
|
|
+ <div class="container">
|
|
|
+ <div class="wrap">
|
|
|
+ <div class="head-top-left fl"><img src="static/img/user/images/head_top_logo.png" /><a href="http://www.ubtob.com/">进入优软云</a> </div>
|
|
|
+ <div class="head-top-right fr">
|
|
|
+ <a href="/platform-b2c/vendor#/index">卖家中心</a>
|
|
|
+ <a href="/platform-b2c/user#/home">买家中心</a>
|
|
|
+ <a href="#">加入收藏</a>
|
|
|
+ <a href="/platform-b2c/help#/home" target="_blank">帮助中心</a>
|
|
|
+ <a href="http://wpa.qq.com/msgrd?v=3&uin=3432892085&site=www.ubtoc.com&menu=yes">在线客服</a>
|
|
|
+ <span>服务电话:800-830-1818</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="section">
|
|
|
+ <div class="container">
|
|
|
+ <div class="btn-click">
|
|
|
+ <a href="/"><i class="fa fa-home" style="margin-right:5px;"></i>返回首页</a>
|
|
|
+ <a href="javascript:history.go(-1)"><i class="fa fa-reply" style="margin-right:5px;"></i>返回上一页</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</body>
|
|
|
</html>
|