404.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <!DOCTYPE HTML>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta name="renderer" content="webkit">
  7. <title>404-优软商城</title>
  8. <meta name="description" content="404" />
  9. <meta name="keywords"
  10. content="优软商城,B2B,B2C,行业门户,网上贸易,电子商务,网上贸易,网上交易,交易市场,在线交易,供求信息,采购,求购信息,供应信息" />
  11. <link href="static/img/all/u.png" rel="icon" type="image/x-icon" />
  12. <link rel="stylesheet" href="static/lib/bootstrap/css/bootstrap.min.css" />
  13. <link rel="stylesheet" href="static/lib/angular/ng-table.css" />
  14. <link rel="stylesheet" href="static/lib/fontawesome/css/font-awesome.min.css" />
  15. <link rel="stylesheet" href="static/lib/iconfont/css/iconfont.css" />
  16. <link rel="stylesheet" href="static/lib/jquery/themes/summernote/css/summernote.css" />
  17. <link rel="stylesheet" href="static/lib/jquery/themes/uploadify/uploadify.css" />
  18. <link rel="stylesheet" href="static/css/vendor/base.css" />
  19. <style>
  20. .section{
  21. background: #ebfdff url('static/img/user/images/404.png')no-repeat center center;
  22. height:978px;
  23. margin-top:-65px;
  24. position:relative;
  25. }
  26. .section .btn-click{
  27. position:absolute;
  28. top:54%;
  29. left:50%;
  30. margin-left:-150px;
  31. }
  32. .section .btn-click a{
  33. display:inline-block;
  34. width:130px;
  35. height:33px;
  36. font-size: 16px;
  37. line-height: 33px;
  38. color:#fff;
  39. background: #f87c29;
  40. text-align: center;
  41. margin:0 10px;
  42. border-radius: 2px;
  43. text-decoration: none;
  44. }
  45. </style>
  46. </head>
  47. <body>
  48. <div class="head-top">
  49. <div class="container">
  50. <div class="wrap">
  51. <div class="head-top-left fl"><img src="static/img/user/images/head_top_logo.png" /><a href="http://www.ubtob.com/">进入优软云</a> </div>
  52. <div class="head-top-right fr">
  53. <a href="/platform-b2c/vendor#/index">卖家中心</a>
  54. <a href="/platform-b2c/user#/home">买家中心</a>
  55. <a href="#">加入收藏</a>
  56. <a href="/platform-b2c/help#/home" target="_blank">帮助中心</a>
  57. <a href="http://wpa.qq.com/msgrd?v=3&uin=3432892085&site=www.ubtoc.com&menu=yes">在线客服</a>
  58. <span>服务电话:800-830-1818</span>
  59. </div>
  60. </div>
  61. </div>
  62. </div>
  63. <div class="section">
  64. <div class="container">
  65. <div class="btn-click">
  66. <a href="/"><i class="fa fa-home" style="margin-right:5px;"></i>返回首页</a>
  67. <a href="javascript:history.go(-1)"><i class="fa fa-reply" style="margin-right:5px;"></i>返回上一页</a>
  68. </div>
  69. </div>
  70. </div>
  71. </body>
  72. </html>