宝塔waf人机验证页面自定义内容

line 367(后面还有一个)

<!DOCTYPE html><html>
      <head>
        <meta charset="UTF-8" />
        <title>人机验证</title>
        <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
        <style>.verifyBox{position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;white-space:nowrap;overflow:auto}.verifyBox:after{content:'';display:inline-block;height:100vh;vertical-align:middle}.verifyContent{display:inline-block;vertical-align:middle;text-align:center;white-space:normal}.loading{width:150px;height:15px;margin:0 auto;}.loading span{display:inline-block;width:15px;height:100%s;margin-right:5px;border-radius:50%s;background:#151515;-webkit-animation:load 1.5s ease infinite}.loading span:last-child{margin-right:0px}@-webkit-keyframes load{0%s{opacity:1}100%s{opacity:0}}.loading span:nth-child(1){-webkit-animation-delay:0.13s}.loading span:nth-child(2){-webkit-animation-delay:0.26s}.loading span:nth-child(3){-webkit-animation-delay:0.39s}.loading span:nth-child(4){-webkit-animation-delay:0.52s}.loading span:nth-child(5){-webkit-animation-delay:0.65s}h1{font-size:1.5em;color:#404040;text-align:center}</style>
        <style>
          body {
            margin: 0;
            background-color: #1e1e1e;
            font-family: Arial, sans-serif;
            color: #cccccc;
          }
          .verifyBox {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            white-space: nowrap;
            overflow: auto;
          }
          .verifyBox::after {
            content: '';
            display: inline-block;
            height: 100vh;
            vertical-align: middle;
          }
          .verifyContent {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            white-space: normal;
            padding: 30px;
            background-color: #2c2c2c;
            border-radius: 12px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          }
          h1 {
            font-size: 1.6em;
            color: #ffffff;
            margin-bottom: 10px;
          }
          p {
            color: #bbbbbb;
            font-size: 1em;
            margin: 6px 0;
          }
        </style>
      </head>
      <body>
      <div class="verifyBox">
        <div class="verifyContent">
            <div class="loading">
                <span></span>
                <span></span>
                <span></span>
                <span></span>
                <span></span>
            </div>
            <h1>本站WAF防火墙正在检查您的访问</h1>
            <p id="bt-info">正在进行人机识别,请稍等……</p>
            <p>(本站受宝塔防御系统保护)</p>
        </div>
    </div>
        <script type="text/javascript" src="/renji_296d626f_%s.js?id=%s"></script>
      </body>
    </html>

注:不要修改加载条的样式,会崩