<p>echo &quot;<title>跳转中,请稍等 </title></p>
<style>
    * {
        margin: 0;
        padding: 0;
        font-family: 'Microsoft YaHei';
        color: #fff;
    }
    
    body,
    div,
    form,
    input,
    li,
    ol,
    p,
    textarea,
    ul {
        margin: 0;
        padding: 0;
        font-family: 'Microsoft YaHei';
        color: #fff;
    }
    
    body {
        background: #fff;
        color: #3f3f3f;
        font-family: Apple LiGothic Medium, SimHei, Geneva, Arial, Helvetica, sans-serif;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-appearance: none;
        width: 100%;
        font-size: 12px;
    }
    
    body p {
        color: white;
        text-align: center;
        line-height: 25px;
    }
    
    .spinner {
        margin: 100px auto 0;
        width: 150px;
        text-align: center;
    }
    
    .spinner > div {
        width: 30px;
        height: 30px;
        background-color: #B0C4DE;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }
    
    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }
    
    @-webkit-keyframes bouncedelay {
        0%, 80%, 100% {
            -webkit-transform: scale(0.0)
        }
        40% {
            -webkit-transform: scale(1.0)
        }
    }
    
    @keyframes bouncedelay {
        0%, 80%, 100% {
            transform: scale(0.0);
            -webkit-transform: scale(0.0);
        }
        40% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
        }
    }
</style>
<div id='paneloading' style='display:'>
    <div class='spinner'>
        <div class='bounce1'></div>
        <div class='bounce2'></div>
        <div class='bounce3'></div>
    </div>
    <body style='background: #87CEFA;'></body>
</div>"
echo title跳转中请稍等 titlestyle				 margin0;padding0;font-family Microsoft YaHei;color #fff;					bodydivforminputliolptextareaulmargin0;padding0;font-family Microsoft YaHei;color #fff;				 bodybackgroun

原文地址: https://www.cveoy.top/t/topic/esqJ 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录