CINXE.COM

阻断页面

<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>阻断页面</title> <style> /* 全局样式 */ body, html { margin: 0; padding: 0; font-family: "Microsoft Yahei", Arial, sans-serif; background-color: #f7f7f7; height: 100%; display: flex; justify-content: center; align-items: center; } /* 内容区域 */ .main { width: 100%; max-width: 900px; background-color: #fff; padding: 40px; border-radius: 10px; text-align: center; box-sizing: border-box; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } /* 标题样式 */ .title { margin: 0; font-size: 30px; font-weight: bold; color: #f44336; } /* 说明文字样式 */ .desc-wrap p { font-size: 16px; line-height: 1.7; color: #555; margin-bottom: 20px; } .desc-wrap a { color: #007bff; text-decoration: none; } .desc-wrap a:hover { text-decoration: underline; } /* 按钮样式 */ .btn { background-color: #00a0e9; color: #fff; font-size: 18px; padding: 15px 30px; border-radius: 50px; text-decoration: none; margin-top: 30px; display: inline-block; transition: background-color 0.3s, transform 0.3s; } .btn:hover { background-color: #007acb; transform: scale(1.05); } /* 底部样式 */ .footer { margin-top: 40px; font-size: 14px; color: #888; } .footer p { margin: 5px 0; } .footer svg { margin-top: 40px; width: 200px; height: auto; display: block; margin-left: auto; margin-right: auto; } /* 响应式设计 */ @media (max-width: 600px) { .main { padding: 30px 20px; } .title { font-size: 24px; } .desc-wrap p { font-size: 14px; } .btn { font-size: 16px; padding: 12px 24px; } } </style> </head> <body> <div class="main"> <div class="title">该网站暂时无法访问</div> <div class="desc-wrap"> <p>根据<a href="https://cloud.baidu.com/doc/BeiAn/s/mjwvykroc/" target="_blank">工信部相关法律法规</a>,已对该网站进行阻断显示。</p> <p>原因可能是以下情况:</p> <p>1、该网站尚未在百度智能云完成备案或接入,请联系网站管理员登录<a href="https://cloud.baidu.com/beian/index.html" target="_blank">百度智能云备案系统</a>处理;</p> <p>2、该网站可能存在违法违规信息。</p> <p>如需了解更多,请通过<a href="https://cloud.baidu.com/doc/BeiAn/index.html" target="_blank">查看备案帮助</a>、<a href="https://ticket.bce.baidu.com/#/ticket/create" target="_blank">百度智能云工单系统</a>咨询或致电客服热线:400-920-8999</p> <p>感谢您的理解与合作!</p> </div> <a href="https://cloud.baidu.com/beian/index.html" class="btn" target="_blank">立即备案</a> <div class="footer"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1500 131.3"> <defs><style>.cls-1{fill:#21cf68;}.cls-2{fill:#fb5138;}.cls-3{fill:#1267fa;}.cls-4{fill:#232323;}</style></defs> <title>百度智能云</title> <g id="图层_2" data-name="图层 2"> <g id="图层_1-2" data-name="图层 1"> <path class="cls-1" d="M86.2,41.6a4.78,4.78,0,0,0,4.9,0L111,30.2,100.3,24h0L58.7,0l-7,4c-.4.2-.7.4-1.1.6L5.9,30.3,25.7,41.8a4.78,4.78,0,0,0,4.9,0l10-5.7,13-7.5a9.57,9.57,0,0,1,9.8,0l10.2,5.9Z"></path> <path class="cls-2" d="M94.7,56V82.3a9.83,9.83,0,0,1-4.9,8.5L66.5,104.2a4.91,4.91,0,0,0-2.4,4.2v22.9l45-25.9c.1,0,.1-.1.2-.1l7.8-4.5V40.3L97.3,51.7A4.74,4.74,0,0,0,94.7,56Z"></path> <path class="cls-3" d="M49.8,103.9l-22.6-13a10,10,0,0,1-4.9-8.5V56a4.79,4.79,0,0,0-2.4-4.2L0,40.4H0V91.8H0v9.1l7,4a8.79,8.79,0,0,0,1,.6L52.3,131V108.1A5.1,5.1,0,0,0,49.8,103.9Z"></path> <path class="cls-4" d="M150,36.9h34.3l-.5,1.5-3.2,9.7H153.8v62.4h68.4c6.8,0,10.8-3.9,10.8-10.5V48.1H196.5l3.7-11.3h37V25.5H150Zm69.6,57.5c0,3.1-1.8,5.2-4.7,5.2h-47V83.9h51.6V94.4Zm-.1-35.8V73.4H168V58.7h51.5Z"></path> </g> </g> </svg> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10