亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

js如何實現網頁換膚

發布時間:2022-07-02 09:36:50 來源:億速云 閱讀:162 作者:iii 欄目:開發技術

這篇“js如何實現網頁換膚”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“js如何實現網頁換膚”文章吧。

效果:

js如何實現網頁換膚

代碼:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
        <style type="text/css">
            *{
                margin: 0px;
                padding: 0px;
            }
            body{
                height: 100%;
                width: 100%;
                
            }
            #main{
                height: 720px;
                width: 100%;
                background-color: pink;
            }
            button{
                height: 15px;
                width: 15px;
                border: 1px solid #fff;
                margin: 10px 10px;
                
            }
            #red{
                background-color: red;
            }
            #green{
                background-color: green;
            }
            #blue{
                background-color: blue;
            }
            
        </style>
    </head>
    <body>
        <div id="main">
            <button type="button" id="red" onclick="red()"></button>
            <button type="button" id="green" onclick="green()"></button>
            <button type="button" id="blue" onclick="blue()"></button>
        </div>
        
        <script type="text/javascript">
            var x=document.getElementById('main');
            function red(){
                x.style.backgroundColor='red';
                
                document.getElementById('red').style.border="3px solid white";
                document.getElementById('green').style.border="1px solid white";
                document.getElementById('blue').style.border="1px solid white";
                
            }
            function green(){
                x.style.backgroundColor='green';
                document.getElementById('green').style.border="3px solid white";
                document.getElementById('red').style.border="1px solid white";
                document.getElementById('blue').style.border="1px solid white";
            }
            function blue(){
                x.style.backgroundColor='blue';
                document.getElementById('blue').style.border="3px solid white";
                document.getElementById('red').style.border="1px solid white";
                document.getElementById('green').style.border="1px solid white";
            }
        </script>
    </body>
</html>

以上就是關于“js如何實現網頁換膚”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

js
AI

偏关县| 通州区| 苏尼特左旗| 龙州县| 武鸣县| 桐城市| 泰顺县| 东明县| 沿河| 兴仁县| 利川市| 台北市| 汉川市| 汉阴县| 普兰店市| 宜良县| 久治县| 虹口区| 嘉善县| 吉安市| 龙山县| 册亨县| 安岳县| 犍为县| 澄江县| 沾益县| 临清市| 儋州市| 肥城市| 四平市| 盈江县| 恩平市| 海宁市| 宁蒗| 河源市| 东平县| 新营市| 桃江县| 通道| 惠来县| 阿巴嘎旗|