亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

導(dǎo)航跟隨的顯示

原創(chuàng) 2019-04-09 16:25:15 228
摘要:<!DOCTYPE html><html>    <head>        <meta charset="UTF-8">        <title></title>     

<!DOCTYPE html>

<html>

    <head>

        <meta charset="UTF-8">

        <title></title>

        <style>

            *{

                margin:0;

                padding:0;

            }

            ul,li,ol{

                list-style:none;

            }

            .nav-list{

                width:600px;

                margin:0 auto;

            }

            .nav-list > li{

                display:inline-block;

                margin:5px -3px;

                padding:3px 15px;

                position:relative;

            }

            .nav-list > li:before{

                content:'';

                position:absolute;

                bottom:0px;

                width:0;

                left:50%;

                border-bottom:2px solid red;

                transition:0.2s all linear;

            }

            .nav-list > li:hover::before{

                left:0;

                width:100%;

            }

            .nav-list > li:hover + li::before{

                left:0;

            }

        </style>

    </head>

    <body>

        <ul class="nav-list">

            <li>導(dǎo)航導(dǎo)航1</li>

            <li>導(dǎo)航導(dǎo)航2</li>

            <li>導(dǎo)航導(dǎo)航3</li>

            <li>導(dǎo)航導(dǎo)航4</li>

        </ul>

    </body>

</html>



批改老師:天蓬老師批改時間:2019-04-10 10:24:14
老師總結(jié):你的學(xué)生用戶名, 怎么沒有顯示呢? 看一下你的用戶設(shè)置, 設(shè)置一個名字

發(fā)佈手記

熱門詞條