当前位置:   article > 正文

撩妹/撩仔代码

撩妹/撩仔代码

撩妹/撩仔代码

@Null - 滨

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <link rel="icon" type="image/x-icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA2klEQVQ4T62TUQ6CMAyG2/GCByAeR7iSxmfgmahHch7HcAB5YSXb2GBlmCW6t6Xtt7/tP4QfD7r6Pu9KwKx29+Jzrtbs/nB/xmIGYIr1wcwnAY0BIBYrhqucAY8akBrejSJqBQjaix2HS4MraVZFeOR83Y05QCwhZbzyD4C8KxWIUiD6DaQ8beej7BDf+a0RiCcASG1FKqKXGSLzwbLGbzJorPQKzeYDAPdCDDL7YwPwhlrcyNuxK6WxdcWBgohtNwBu730AtzaTvX7Mz4C3G3wuJjsJkOIFnTMBCHFmkktRl00AAAAASUVORK5CYII=" />
    <title>code</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
        body {
            background-color: #000;
            overflow: hidden;
            min-width: 1600px;
            min-height: 900px;
        }
        .box {
            transform: rotate3d(0, 0, 0, 0deg);
            transform-origin: 926px 576px;
            transition: transform 5s;
            transform-style: preserve-3d;
        }
        .stars {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            animation: opacity 3s linear infinite;
        }
        @keyframes opacity {
            0% {
                opacity: .9;
            }
            50% {
                opacity: .5;
            }
            100% {
                opacity: .99;
            }
        }
        @keyframes animationColor {
            0% {
                background-position: 0 0;
            }
            100% {
                background-position: -100% 0;
            }
        }
        span {
            position: absolute;
            left: 100px;
            top: 100px;
            font-size: 32px;
            font-weight: bolder;
            font-family: cursive;
            color: #ccc;
            transition-property: left, top, transform, opacity;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            -webkit-transition-timing-function: ease;
            -o-transition-timing-function: ease;
            transition-duration: 100ms;
        }
        @keyframes show_temp_me {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        .heart {
            opacity: 0;
            position: absolute;
            left: 1340px;
            top: 546px;
            font-size: 100px;
            color: #f00;
            text-shadow: 2px 2px 2px #f00;
            z-index: 999;
            transition: opacity 5s;
        }
        .heartBroken {
            filter: blur(0.007em);
        }
        .heartBroken::before,
        .heartBroken::after {
            content: "❤";
            position: absolute;
            top: 0;
            left: 0;
            transform-origin: 50% 80%;
        }
        .heartBroken::before {
            animation: crack1 2.5s linear 1s forwards;
            clip-path: inset(0 50% 0 0);
        }

        .heartBroken::after {
            animation: crack2 1.5s linear 200ms forwards;
            clip-path: inset(0 0 0 50%);
        }
        @keyframes crack1 {
            0% {
                transform: rotateZ(0deg);
            }

            100% {

                transform: rotateZ(-10deg);
            }
        }
        @keyframes crack2 {
            0% {
                transform: rotateZ(0deg);
            }

            100% {
                transform: rotateZ(10deg);
            }
        }
        @keyframes beat {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.2)
            }
            100% {
                transform: scale(1)
            }
        }
        .box > div {
            position: relative;
            transition-property: left, top, opacity;
            transition-duration: 3s;
            transition-timing-function: ease-out;
        }
        span {
            position: absolute;
            left: 100px;
            top: 100px;
            font-size: 22px;
            font-weight: bolder;
            font-family: cursive;
            color: #ccc;
            transition-property: left, top, transform, opacity;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            -webkit-transition-timing-function: ease;
            -o-transition-timing-function: ease;
            transition-duration: 100ms;
        }
        .broken {
            transform: rotateZ(0deg);
            transition-property: transform;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            -webkit-transition-timing-function: ease;
            -o-transition-timing-function: ease;
            transition-duration: 1s;
        }
        #love_left {
            transform-origin: 870px 780px;
        }
        #love_right {
            transform-origin: 870px 730px;
        }
        .text_ta {
            opacity: 0;
            position: relative;
            -webkit-background-clip: text;
            color: transparent;
            font-size: 100px;
            transition-property: top, left, opacity;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            -webkit-transition-timing-function: ease;
            -o-transition-timing-function: ease;
            transition-duration: 2s;
        }
        .arrow {
            width: 222px;
            height: 110px;
            position: absolute;
            top: -300px;
            left: 770px;
            transform: rotateZ(0deg);
            transition-property: top, left, transform;
            transition-duration: 1s;
        }
        .bloods {
            position: absolute;
            left: 34px;
            top: 96px;
            width: 32px;
            height: 32px;
            border-radius: 8px 42px 24px 42px;
            background-color: #d30;
            transform: rotate(45deg);
            transition: top 3s;
        }
    </style>
</head>
<body>
<div class="stars" id="stars"></div>
<script>
    let arr = ['one', 'two', 'three', 'four', 'five', 'six', 'seven']
    let love_2 = {
        one: [[], []],
        two: [[], []],
        three: [[], []],
        four: [[], []],
        five: [[], []],
        six: [[], []],
        seven: [[], []],
    }
    let love = {
        one: [
            [482, 482, 463, 463, 446, 446, 434, 434, 425, 425, 423, 423, 426, 426, 434, 434, 446, 446, 461, 461, 479, 479, 499, 499, 521, 521, 542, 542, 562, 562, 583, 583, 603, 603, 623, 623, 639, 639, 655, 655, 671, 671, 685, 685, 701, 701, 714, 714, 728, 728, 744, 744, 758, 758, 773, 773, 785],
            [1366, 1388, 1353, 1401, 1337, 1417, 1318, 1436, 1296, 1458, 1274, 1482, 1252, 1504, 1231, 1526, 1213, 1544, 1198, 1559, 1187, 1568, 1180, 1575, 1177, 1578, 1178, 1577, 1180, 1575, 1184, 1571, 1192, 1563, 1202, 1553, 1215, 1540, 1230, 1525, 1246, 1509, 1262, 1493, 1279, 1476, 1295, 1460, 1312, 1443, 1328, 1427, 1345, 1410, 1361, 1394, 1378]
        ],
        two: [
            [501, 501, 489, 489, 471, 471, 456, 456, 445, 445, 444, 444, 447, 447, 455, 455, 468, 468, 486, 486, 507, 507, 527, 527, 546, 546, 566, 566, 586, 586, 605, 605, 622, 622, 638, 638, 653, 653, 667, 667, 681, 681, 694, 694, 708, 708, 724, 724, 737, 737, 752, 752],
            [1366, 1388, 1346, 1408, 1333, 1421, 1317, 1437, 1299, 1455, 1278, 1476, 1257, 1497, 1237, 1517, 1221, 1533, 1208, 1546, 1201, 1553, 1200, 1554, 1200, 1554, 1202, 1552, 1206, 1548, 1215, 1539, 1228, 1526, 1242, 1512, 1258, 1496, 1272, 1482, 1287, 1467, 1304, 1450, 1320, 1434, 1335, 1419, 1352, 1402, 1367, 1388]
        ],
        three: [
            [520, 520, 510, 510, 498, 498, 481, 481, 465, 465, 464, 464, 467, 467, 480, 480, 497, 497, 518, 518, 538, 538, 557, 557, 578, 578, 598, 598, 614, 614, 631, 631, 645, 645, 660, 660, 673, 673, 688, 688, 703, 703, 716, 716, 733],
            [1366, 1388, 1346, 1408, 1327, 1427, 1314, 1440, 1299, 1455, 1277, 1477, 1256, 1498, 1239, 1515, 1226, 1528, 1219, 1535, 1220, 1534, 1221, 1533, 1226, 1528, 1235, 1522, 1249, 1508, 1262, 1495, 1278, 1479, 1294, 1463, 1311, 1446, 1326, 1431, 1341, 1416, 1358, 1399, 1378]
        ],
        four: [
            [539, 539, 530, 530, 518, 518, 507, 507, 490, 490, 485, 485, 496, 496, 514, 514, 534, 534, 554, 554, 574, 574, 593, 593, 610, 610, 625, 625, 639, 639, 652, 652, 668, 668, 683, 683, 696, 696, 714],
            [1366, 1388, 1346, 1408, 1327, 1427, 1307, 1447, 1294, 1460, 1272, 1482, 1254, 1500, 1241, 1513, 1241, 1513, 1242, 1512, 1247, 1507, 1259, 1495, 1271, 1483, 1286, 1468, 1303, 1451, 1321, 1433, 1335, 1419, 1350, 1404, 1366, 1388, 1379]
        ],
        five: [
            [559, 559, 550, 550, 539, 539, 530, 530, 514, 514, 516, 516, 538, 538, 558, 558, 578, 578, 597, 597, 613, 613, 627, 627, 639, 639, 655, 655, 672, 672],
            [1366, 1388, 1344, 1410, 1324, 1430, 1304, 1450, 1286, 1468, 1265, 1489, 1262, 1493, 1263, 1492, 1275, 1480, 1287, 1468, 1304, 1451, 1321, 1434, 1339, 1416, 1352, 1400, 1366, 1387]
        ],
        six: [
            [580, 580, 570, 570, 560, 560, 550, 550, 536, 536, 556, 556, 576, 576, 592, 592, 606, 606, 619, 619, 634, 634, 650],
            [1366, 1388, 1345, 1409, 1325, 1429, 1305, 1449, 1284, 1470, 1285, 1469, 1296, 1458, 1312, 1442, 1328, 1426, 1346, 1408, 1361, 1393, 1377]
        ],
        seven: [
            [603, 603, 592, 592, 578, 578, 621],
            [1367, 1389, 1346, 1408, 1324, 1428, 1376]
        ]
    }
    function stars() {
        let boxShadow = "";
        for (let i = 0; i < 2000; i++) {
            boxShadow += parseInt(1000 - (Math.random() * 2000)) + "px " + parseInt(1000 - (Math.random() * 2000)) + "px #" + Math.random().toString(16).substr(-6) + ",";
        }
        boxShadow = boxShadow.replace(/,$/gi, "");
        document.getElementById("stars").style.boxShadow = boxShadow;
        setTimeout(function () {
            stars()
        }, 6000)
    }
    window.onload = function () {
        stars()
        for (const value of arr) {
            for (let i = 0; i < love[value][0].length; i++) {
                love_2[value][0][i] = love[value][0][i] - 360
                love_2[value][1][i] = love[value][1][i] - 1166
            }
        }
        document.getElementsByTagName('body')[0].innerHTML += '<div id="box" class="box"><div style="opacity:0" class="ta" id="ta"></div><div class="me" id="me"></div></div>'
        let object = new Class()
        object.start()
    }
    let arrow = {
        top: [0, 16, 38, 62, 80, 38, 38, 38, 38, 38, 38, 38, 38, 38, 0, 14, 62, 80],
        left: [0, 15, 31, 15, 0, 50, 69, 88, 107, 126, 145, 164, 183, 202, 171, 189, 189, 171],
        rotate: [300, 300, 270, 225, 225, 270, 270, 270, 270, 270, 270, 270, 270, 270, 300, 300, 225, 225]
    }
    class Class {
        async start() {
            await this.showTA()
            await this.show_me()
            await this.discolor_me()
            await this.show_ta_one()
            await this.change_me_color()
            await this.heart()
            await this.show_ta_all()
            await this.near()
            await this.rotate()
            await this.separate()
            await this.arrow()
            await this.heartBroken_()
            await this.drippingBlood()
            await this.ta_disappear()
            await this.broken()
            this.end()
        }
        showTA() {
            let that = this
            return new Promise(function (resolve) {
                let width = document.documentElement.clientWidth
                let height = document.documentElement.clientHeight
                let backgroundImage = ""
                for (let i = 0; i < 10; i++) {
                    backgroundImage += "#" + Math.random().toString(16).substr(-6) + ","
                }
                backgroundImage = backgroundImage.replace(/,$/gi, ');"');
                let style = '"text-fill-color:transparent;background-clip:text;background-size:200% 100%;left:' + (width / 2 - 50) + 'px;top:' + (height / 2 - 50) + 'px;background-image: linear-gradient(to right,' + backgroundImage
                document.getElementsByTagName('body')[0].innerHTML += '<p id="text_ta" class="text_ta" style=' + style + '>TA</p>'
                let element = document.getElementById('text_ta')
                setTimeout(function () {
                    element.style.opacity = '1'
                },500)
                setTimeout(function () {
                    element.style.top = "180px"
                    element.style.left = "165px"
                    element.style.animation = "animationColor 5s infinite linear"
                    setTimeout(function () {
                        resolve("showTA")
                    }, 2500)
                }, 2800)
                that.text_ta_backgroundImage_interval = setInterval(function () {
                    let backgroundImage = ""
                    for (let i = 0; i < 10; i++) {
                        backgroundImage += "#" + Math.random().toString(16).substr(-6) + ","
                    }
                    backgroundImage = backgroundImage.replace(/,$/gi, ')');
                    element.style.backgroundImage = 'linear-gradient(to right,' + backgroundImage
                }, 3000)
            })
        }
        show_me() {
            return new Promise(async function (resolve, reject) {
                document.getElementById("me").innerHTML += '<div id="love_left" class="broken"></div>'
                document.getElementById("me").innerHTML += '<div id="love_right" class="broken"></div>'
                let love_left = document.getElementById('love_left')
                let love_right = document.getElementById('love_right')
                let color = "#858585"
                for (const value of arr) {
                    for (let i = 0; i < love[value][0].length; i++) {
                        if (i % 2 === 0) {
                            love_left.innerHTML += "<span id=" + value + "_" + i + " style='opacity:0;color:" + color + ";top:" + love[value][0][i] + "px;left:" + love[value][1][i] + "px;text-shadow:2px 2px 2px " + color + ";'>❤</span>"
                        } else {
                            love_right.innerHTML += "<span id=" + value + "_" + i + " style='opacity:0;color:" + color + ";top:" + love[value][0][i] + "px;left:" + love[value][1][i] + "px;text-shadow:2px 2px 2px " + color + ";'>❤</span>"
                        }
                    }
                }
                for (const value of arr) {
                    for (let i = 0; i < love[value][0].length; i++) {
                        await new Promise(function (resolve) {
                            setTimeout(function () {
                                let element = document.getElementById(value + "_" + i)
                                element.style.opacity = "1"
                                resolve()
                            }, 20)
                        })
                    }
                }
                resolve("show_me")
            })
        }
        discolor_me() {
            let interval = '';
            let time = 800;
            return new Promise(function (resolve) {
                interval = setInterval(discolor, time)

                function discolor() {
                    let element = "";
                    for (const value of arr) {
                        for (let i = 0; i < love[value][0].length; i++) {
                            element = document.getElementById(value + "_" + i)
                            element.style.color = "#" + Math.random().toString(16).substr(-6)
                            element.style.textShadow = "2px 2px 2px #" + Math.random().toString(16).substr(-6)
                        }
                    }
                    clearInterval(interval);
                    if (time > 400) {
                        time -= 80;
                    } else if (time > 390) {
                        time -= 1;
                        resolve("discolor_me")
                    }
                    if (time > 390) {
                        interval = setInterval(discolor, time);
                    }
                }
            })
        }
        show_ta_one() {
            let that = this
            return new Promise(function (resolve) {
                let i = 0;
                let text_ta = document.getElementById('text_ta')
                text_ta.style.transitionDuration = "4s"
                text_ta.style.opacity = "0"
                clearInterval(that.text_ta_backgroundImage_interval)
                setTimeout(function () {
                    document.getElementById("text_ta").remove()
                }, 5000)
                document.getElementById("box").innerHTML += '<div id="temp_ta" class="temp_ta"></div>'
                let element = document.getElementById('temp_ta')
                let interval = setInterval(function () {
                    element.innerHTML += "<span id=temp_" + i + " style='z-index:-1;opacity:1;:#858585;top:" + love_2.one[0][i] + "px;left:" + love_2.one[1][i] + "px;text-shadow:2px 2px 2px #858585;'>❤</span>"
                    i++
                    if (i === love_2.one[0].length) {
                        clearInterval(interval)
                        setTimeout(function () {
                            resolve("show_ta_one")
                        }, 500)
                    }
                }, 50)
            })
        }
        change_me_color() {
            let that = this
            return new Promise(async function (resolve) {
                document.getElementById("me").innerHTML += '<div style="opacity:0;" id="temp_me" class="temp_me"></div>'
                let element = document.getElementById("temp_me")
                for (const value of arr) {
                    for (let i = 0; i < love[value][0].length; i++) {
                        element.innerHTML += "<span id=temp_" + value + "_" + i + " style='color:#EB098E;top:" + love[value][0][i] + "px;left:" + love[value][1][i] + "px;text-shadow:2px 2px 2px #FDB0DA;'>❤</span>"
                    }
                }
                setTimeout(function () {
                    element.style.animation = "show_temp_me 5s"
                    setTimeout(function () {
                        for (const value of arr) {
                            for (let i = 0; i < love[value][0].length; i++) {
                                let element = document.getElementById(value + "_" + i)
                                element.style.color = "#EB098E"
                                element.style.textShadow = "2px 2px 2px #FDB0DA"
                            }
                        }
                        setTimeout(function () {
                            document.getElementById("temp_me").remove()
                        }, 6000)
                    }, 4000)
                    resolve("change_me_color")
                }, 500)
            })
        }
        heart() {
            return new Promise(function (resolve) {
                document.getElementById('me').innerHTML += '<p data-text="❤" id="heart" class="heart">❤</p>'
                let heart = document.getElementById("heart")
                setTimeout(function () {
                    heart.style.opacity = "1"
                    heart.style.zIndex = "3"
                }, 20)
                setTimeout(function () {
                    heart.style.animation = "beat 1s linear infinite"
                    setTimeout(function () {
                        resolve("heart")
                    }, 500)
                }, 4500)
            })
        }
        show_ta_all() {
            return new Promise(function (resolve) {
                let element = document.getElementById("ta")
                for (const value of arr) {
                    for (let i = 0; i < love_2[value][0].length; i++) {
                        element.innerHTML += "<span id=" + value + "_" + i + " style='color:#FDB0DA;top:" + love_2[value][0][i] + "px;left:" + love_2[value][1][i] + "px;text-shadow:2px 2px 2px #EB098E;'>❤</span>"
                    }
                }
                setTimeout(function () {
                    element.style.opacity = "1"
                    setTimeout(function () {
                        document.getElementById("temp_ta").remove()
                        resolve("show_ta_all")
                    }, 3500)
                }, 500)
            })
        }
        near() {
            return new Promise(function (resolve) {
                let me = document.getElementById("me");
                let ta = document.getElementById("ta");
                me.style.top = "0";
                me.style.left = "0";
                ta.style.top = "0";
                ta.style.left = "0";
                setTimeout(function () {
                    me.style.top = "-132px";
                    me.style.left = "-364px";
                    ta.style.top = "230px";
                    ta.style.left = "600px";
                    setTimeout(function () {
                        resolve("near");
                    }, 4000)
                }, 100)
            })
        }
        rotate() {
            return new Promise(function (resolve) {
                document.getElementById("box").style.transform = "rotate3d(1,1,1,360deg)";
                setTimeout(function () {
                    resolve("rotate")
                }, 6500)
            })
        }
        separate() {
            return new Promise(function (resolve) {
                let ta = document.getElementById("ta")
                ta.style.top = "0"
                ta.style.left = "0"
                setTimeout(function () {
                    resolve()
                }, 3500)
            })
        }
        arrow() {
            return new Promise(function (resolve) {
                let me = document.getElementById("me")
                me.innerHTML += '<div class="arrow" id="arrow"></div>'
                let element = document.getElementById("arrow");
                for (let i = 0; i < 18; i++) {
                    let style = "'z-index:2;color:#fe0;top:" + arrow.top[i] + "px;left:" + arrow.left[i] + "px;transform: rotate(" + arrow.rotate[i] + "deg)'"
                    element.innerHTML += '<span id="arrow_' + i + '" style=' + style + '>❤</span>'
                }
                setTimeout(function () {
                    element.style.top = parseInt(Math.random() * (400 - 100) + 100) + "px";
                }, 1000)
                setTimeout(function () {
                    let heart = document.getElementById("heart")
                    let heart_center_x = Math.floor(heart.getBoundingClientRect().left) + Math.floor(heart.getBoundingClientRect().width / 2)
                    let heart_center_y = Math.floor(heart.getBoundingClientRect().top) + Math.floor(heart.getBoundingClientRect().height / 2)
                    let arrow = document.getElementById("arrow")
                    let rotate = 360 * Math.atan((arrow.getBoundingClientRect().y - heart.getBoundingClientRect().y) / (arrow.getBoundingClientRect().x - heart.getBoundingClientRect().x)) / (2 * Math.PI);
                    element.style.transform = "rotate(" + rotate + "deg)"
                    let x = heart_center_x + Math.abs(me.getBoundingClientRect().left) - (arrow.getBoundingClientRect().width / 2)
                    let y = heart_center_y + Math.abs(me.getBoundingClientRect().top) - (arrow.getBoundingClientRect().height / 2)
                    setTimeout(function () {
                        element.style.top = y + 'px'
                        element.style.left = x + 'px'
                        setTimeout(function () {
                            heart.style.animation = ""
                            resolve()
                        }, 2000)
                    }, 2000)
                }, 3000)
            })
        }
        heartBroken_() {
            return new Promise(function (resolve) {
                let element = document.getElementById('heart')
                element.classList.add("heartBroken")
                setTimeout(function () {
                    element.innerHTML = ''
                    element.innerText = ''
                    setTimeout(function () {
                        document.getElementById('arrow').style.top = window.screen.height + 200 + "px"
                        setTimeout(function () {
                            resolve()
                        }, 2000)
                    }, 2000)
                }, 800)
            })
        }
        drippingBlood() {
            return new Promise(function (resolve) {
                let height = document.documentElement.clientHeight + 50
                let heart = document.getElementById("heart")
                heart.innerHTML += '<div id="blood"></div>'
                let blood = document.getElementById('blood')
                let i = 1;
                let stop = 10;
                let intervalID = setInterval(function () {
                    if (i === 6){
                        resolve()
                    }
                    if (i > stop) {
                        clearInterval(intervalID)
                        return
                    }
                    blood.innerHTML += "<p id='blood_" + i + "'class='bloods'></p>"
                    start(i)
                    i++
                }, 1000)
                function start(i){
                    if(i === stop){
                        setTimeout(function () {
                            blood.innerHTML = ''
                        },2100)
                    }
                    setTimeout(function () {
                        document.getElementById("blood_" + i).style.top = height+"px"
                    }, 50)
                }
            })
        }
        ta_disappear(){
            return new Promise(function (resolve){
                let ta = document.getElementById('ta');
                ta.style.top = "-300px"
                ta.style.left = "-200px"
                ta.style.opacity = '0'
                setTimeout(function () {
                    document.getElementById("heart").style.opacity = '0'
                    setTimeout(function () {
                        resolve()
                    },3500)
                },3000)
            })
        }
        broken(){
            return new Promise(function (resolve){
                let height = window.screen.height * 1.2
                let width = window.screen.width * 1.2
                let top = "";
                let left = "";
                let love_left = document.getElementById('love_left').childNodes;
                let love_right = document.getElementById('love_right').childNodes
                for (let i = 0; i < love_left.length; i++) {
                    top = parseInt(Math.random() * (height - 1) + 1)
                    left = parseInt(Math.random() * (width - 1) + 1)
                    love_left[i].style.transitionDuration = '3s';
                    love_left[i].style.top = top + "px";
                    love_left[i].style.left = left + "px";
                    love_left[i].style.transform = "rotate("+(Math.random() * (360 - 1) + 1)+"deg)"
                }
                for (let i = 0; i < love_right.length; i++) {
                    top = parseInt(Math.random() * (height - 1) + 1)
                    left = parseInt(Math.random() * (width - 1) + 1)
                    love_right[i].style.transitionDuration = '3s';
                    love_right[i].style.top = top + "px";
                    love_right[i].style.left = left + "px";
                    love_right[i].style.transform = "rotate("+(Math.random() * (360 - 1) + 1)+"deg)"
                }
                setTimeout(function () {
                    resolve()
                },3500)
            })
        }
        end(){
            document.getElementById('me').style.opacity = '0'
            setTimeout(function () {
                let body = document.getElementsByTagName('body');
                body.removeChild(document.getElementById('box'));
            },5000)
        }
    }
</script>
</body>
</html>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • 304
  • 305
  • 306
  • 307
  • 308
  • 309
  • 310
  • 311
  • 312
  • 313
  • 314
  • 315
  • 316
  • 317
  • 318
  • 319
  • 320
  • 321
  • 322
  • 323
  • 324
  • 325
  • 326
  • 327
  • 328
  • 329
  • 330
  • 331
  • 332
  • 333
  • 334
  • 335
  • 336
  • 337
  • 338
  • 339
  • 340
  • 341
  • 342
  • 343
  • 344
  • 345
  • 346
  • 347
  • 348
  • 349
  • 350
  • 351
  • 352
  • 353
  • 354
  • 355
  • 356
  • 357
  • 358
  • 359
  • 360
  • 361
  • 362
  • 363
  • 364
  • 365
  • 366
  • 367
  • 368
  • 369
  • 370
  • 371
  • 372
  • 373
  • 374
  • 375
  • 376
  • 377
  • 378
  • 379
  • 380
  • 381
  • 382
  • 383
  • 384
  • 385
  • 386
  • 387
  • 388
  • 389
  • 390
  • 391
  • 392
  • 393
  • 394
  • 395
  • 396
  • 397
  • 398
  • 399
  • 400
  • 401
  • 402
  • 403
  • 404
  • 405
  • 406
  • 407
  • 408
  • 409
  • 410
  • 411
  • 412
  • 413
  • 414
  • 415
  • 416
  • 417
  • 418
  • 419
  • 420
  • 421
  • 422
  • 423
  • 424
  • 425
  • 426
  • 427
  • 428
  • 429
  • 430
  • 431
  • 432
  • 433
  • 434
  • 435
  • 436
  • 437
  • 438
  • 439
  • 440
  • 441
  • 442
  • 443
  • 444
  • 445
  • 446
  • 447
  • 448
  • 449
  • 450
  • 451
  • 452
  • 453
  • 454
  • 455
  • 456
  • 457
  • 458
  • 459
  • 460
  • 461
  • 462
  • 463
  • 464
  • 465
  • 466
  • 467
  • 468
  • 469
  • 470
  • 471
  • 472
  • 473
  • 474
  • 475
  • 476
  • 477
  • 478
  • 479
  • 480
  • 481
  • 482
  • 483
  • 484
  • 485
  • 486
  • 487
  • 488
  • 489
  • 490
  • 491
  • 492
  • 493
  • 494
  • 495
  • 496
  • 497
  • 498
  • 499
  • 500
  • 501
  • 502
  • 503
  • 504
  • 505
  • 506
  • 507
  • 508
  • 509
  • 510
  • 511
  • 512
  • 513
  • 514
  • 515
  • 516
  • 517
  • 518
  • 519
  • 520
  • 521
  • 522
  • 523
  • 524
  • 525
  • 526
  • 527
  • 528
  • 529
  • 530
  • 531
  • 532
  • 533
  • 534
  • 535
  • 536
  • 537
  • 538
  • 539
  • 540
  • 541
  • 542
  • 543
  • 544
  • 545
  • 546
  • 547
  • 548
  • 549
  • 550
  • 551
  • 552
  • 553
  • 554
  • 555
  • 556
  • 557
  • 558
  • 559
  • 560
  • 561
  • 562
  • 563
  • 564
  • 565
  • 566
  • 567
  • 568
  • 569
  • 570
  • 571
  • 572
  • 573
  • 574
  • 575
  • 576
  • 577
  • 578
  • 579
  • 580
  • 581
  • 582
  • 583
  • 584
  • 585
  • 586
  • 587
  • 588
  • 589
  • 590
  • 591
  • 592
  • 593
  • 594
  • 595
  • 596
  • 597
  • 598
  • 599
  • 600
  • 601
  • 602
  • 603
  • 604
  • 605
  • 606
  • 607
  • 608
  • 609
  • 610
  • 611
  • 612
  • 613
  • 614
  • 615
  • 616
  • 617
  • 618
  • 619
  • 620
  • 621
  • 622
  • 623
  • 624
  • 625
  • 626
  • 627
  • 628
  • 629
  • 630
  • 631
  • 632
  • 633
  • 634
  • 635
  • 636
  • 637
  • 638
  • 639
  • 640
  • 641
  • 642
  • 643
  • 644
  • 645
  • 646
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/120643
推荐阅读
相关标签
  

闽ICP备14008679号