91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

jQuery鼠標滑過橫向時間軸樣式

發布時間:2020-06-27 10:52:33 來源:網絡 閱讀:231 作者:終身成長型 欄目:web開發

每日分享效果,今天分享內容為:jQuery鼠標滑過橫向時間軸樣式
效果圖:
jQuery鼠標滑過橫向時間軸樣式
HTML代碼:

<!DOCTYPE html>
<html>
<head>
    <title></title>
    <link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>

<div class='container'>

    <ul>
        <li>
            1993
            <div class='time'>
                <h2>1993</h2>
                <p>內容介紹</p>
            </div>
        </li>

        <li>
            1999
            <div class='time'>
                <h2>1999</h2>
                <p>內容介紹</p>
            </div>
        </li>

        <li>
            2006
            <div class='time'>
                <h2>2006</h2>
                <p>內容介紹</p>
            </div>
        </li>   

        <li>
            2019
            <div class='time'>
                <h2>2019</h2>
                <p>內容介紹</p>
            </div>
        </li>   

    </ul>

</div>

<script type="text/javascript" src='js/jquery1.10.2.js'></script>
<script type="text/javascript">
$(function(){
    $("ul li").hover(function(){
        $(this).find('.time').slideDown(500);
    },function(){
        $(this).find('.time').slideUp(500);
    })
})
</script>
</body>
</html>

CSS代碼:

*{margin:0;padding:0;}
ul{
    list-style: none;
}
.container{
    height: 162px;
    background: url('../images/ico9.gif') repeat-x center;
}
.container li{
    float:left;
    background: url('../images/ico10.gif') no-repeat center top;
    width:140px;
    text-align: center;
    margin-top: 65px;
    position: relative;
    padding-top:30px;
    font-size:12px;
}
.time{
    position: absolute;
    width:100%;
    left:0;
    top:-20px;
    display: none;
}
.time h2{
    background: url('../images/ico11.gif') no-repeat center top;
    height: 67px;
    line-height: 67px;
    font-size:16px;
}
.time p{
    color:#999;
    font-size:14px;
}

效果素材和配套視頻鏈接:https://www.3mooc.com/front/couinfo/1000

向AI問一下細節

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

AI

长岛县| 宽城| 界首市| 临猗县| 武川县| 双鸭山市| 安福县| 烟台市| 密云县| 商洛市| 昭平县| 苏州市| 平凉市| 新巴尔虎右旗| 台江县| 龙岩市| 汕尾市| 大冶市| 通渭县| 登封市| 文化| 沁阳市| 富宁县| 牟定县| 化隆| 通道| 公主岭市| 栾川县| 淄博市| 上犹县| 定襄县| 太保市| 宝兴县| 长汀县| 临猗县| 汶川县| 宁津县| 隆尧县| 洛浦县| 上杭县| 来宾市|