CINXE.COM
雷峰网-404
<html> <head> <meta charset="UTF-8"> <title>雷峰网-404</title> <style> .container{ width: 1000px; margin: 0 auto; } .wrap{ padding-top: 200px; height: 312px; background: url(https://www.leiphone.com/resWeb/images/404.png) 389px 200px no-repeat; } .btn-box{ padding-left: 170px; color: #a3a9b8; font-family:Microsoft YaHei; } .btn-box h2{ font-size: 30px; font-weight: bold; padding-bottom: 20px; } .btn-box p{ padding-bottom: 20px; } .btn-box a{ display: inline-block; float: left; background: #d66b4b; margin-right: 30px; width: 114px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; font-size: 15px; color: #fff; font-weight: bold; text-align: center; line-height: 48px; } </style> </head> <body> <div class="container"> <div class="wrap"> <div class="btn-box"> <h2>抱歉,出错了...</h2> <p>您所查看的页面无法浏览或已经不存在:文章不存在</p> <a href="https://www.leiphone.com" id="goHome">返回首页</a> <a href="javascript:history.go(-1);" id="prevPage">上一页</a> </div> </div> </div> </body> </html> <!--<div class="wrapper"> <h1 class="page-title mt">Error </h1> <div class="brand-wrapper clearfix"></div> </div>-->