animation.html 4.29 KB
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8" />
    <title></title>
    <script src="../../js/jquery-3.4.1.min.js"></script>
    <script src="../../js/JavaScript.js"></script>
    <script src="../../js/popupJS.js"></script>
    <link rel="stylesheet" href="../../css/layer.css">

    <script>
        document.addEventListener('DOMContentLoaded', function () {

            let el = document.createElement('object');
            el.setAttribute("name", "SGWorld");
            el.setAttribute("id", "SGWorld");
            el.style.width = '1px';
            el.style.height = '1px';
            el.setAttribute("classid", "CLSID:3A4F919C-65A8-11D5-85C1-0001023952C1");
            document.body.appendChild(el);

            Array.prototype.slice.call(document.querySelectorAll('.iconfont')).forEach(function (e) {
                e.addEventListener('click', function () {
                    el.Command.Execute(1012, this.getAttribute('data'));
                })
            });

        })
    </script>
</head>

<body marginwidth="0" marginheight="0">
    <div id="mainDiv" class="dialog donghua">
        <h1 class="title" onmousedown="MouseDown(event)" onmouseup="MouseUp(event)" onmouseout="MouseUp(event)">
            动画<i class="guanbibtn" onclick="Close()">X</i>
        </h1>
        <div class="main">
            <fieldset class="fieldset">
                <legend>烟雾</legend>
                <div class="content">
                    <img class="iconfont img" src="/static/img/animation/yanwu.png" data="48" />
                    <img class="iconfont img" src="/static/img/animation/yanwu6.png" data="49" />
                    <img class="iconfont img" src="/static/img/animation/yanwu1.png" data="50" />
                    <img class="iconfont img" src="/static/img/animation/yanwu3.png" data="51" />
                    <img class="iconfont img" src="/static/img/animation/yanwu2.png" data="52" />
                    <img class="iconfont img" src="/static/img/animation/yanwu7.png" data="53" />
                    <img class="iconfont img" src="/static/img/animation/yanwu8.png" data="54" />
                    <img class="iconfont img" src="/static/img/animation/yanwu4.png" data="55" />
                    <img class="iconfont img" src="/static/img/animation/yanwu5.png" data="56" />
                </div>
            </fieldset>
            <fieldset class="fieldset">
                <legend></legend>
                <div class="content">
                    <img class="iconfont img" src="/static/img/animation/shuitidonghua2.png" data="57" />
                    <img class="iconfont img" src="/static/img/animation/huo.png" data="58" />
                    <img class="iconfont img" src="/static/img/animation/huo2.png" data="59" />
                    <img class="iconfont img" src="/static/img/animation/huo5.png" data="60" />
                    <img class="iconfont img" src="/static/img/animation/huo1.png" data="61" />
                    <img class="iconfont img" src="/static/img/animation/huo3.png" data="62" />
                    <img class="iconfont img" src="/static/img/animation/huo6.png" data="63" />
                    <img class="iconfont img" src="/static/img/animation/huo4.png" data="64" />
                </div>
            </fieldset>
            <fieldset class="fieldset">
                <legend>爆炸</legend>
                <div class="content">
                    <img class="iconfont img" src="/static/img/animation/baozha.png" data="65" />
                    <img class="iconfont img" src="/static/img/animation/tubiao-_fuzhi-1.png" data="70" />
                    <img class="iconfont img" src="/static/img/animation/baozha3.png" data="67" />
                </div>
            </fieldset>
            <fieldset class="fieldset">
                <legend>烟花</legend>
                <div class="content">
                    <img class="iconfont img" src="/static/img/animation/yanhua.png" data="80" />
                    <img class="iconfont img" src="/static/img/animation/yanhua3.png" data="81" />
                    <img class="iconfont img" src="/static/img/animation/yanhua2.png" data="82" />
                    <img class="iconfont img" src="/static/img/animation/yanhua1.png" data="83" />
                </div>
            </fieldset>
        </div>
    </div>

</body>

</html>