中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

利用css實現鼠標懸停效果的方法

發布時間:2020-08-19 11:23:26 來源:億速云 閱讀:270 作者:小新 欄目:web開發

這篇文章給大家分享的是有關利用css實現鼠標懸停效果的方法的內容。小編覺得挺實用的,因此分享給大家做個參考。一起跟隨小編過來看看吧。

                                                           利用css實現鼠標懸停效果的方法

我們先來看下效果:

利用css實現鼠標懸停效果的方法

html代碼:

        <div class="box shadow">
            這是是pic-1
            <div class="circle"></div>
        </div>
        <div class="box shadow">
            這是是pic-2
            <div class="circle"></div>
        </div>
        <div class="box shadow">
            這是是pic-3
            <div class="circle"></div>
        </div>

css代碼:

<style type="text/css">
html {
    box-sizing: border-box;
    font: 18px PT Mono;
    background: antiquewhite;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.box {
    width: 25%;
    min-width: 250px;
    display: block;
    height: 50px;
    position: relative;
    border-radius: 5px;
    background: linear-gradient(to right, #abbd73 35%, #d6e2ad 100%);
    margin-bottom: 40px;
    padding: 15px 25px 0 40px;
    color: darkslategray;
    box-shadow: 1px 2px 1px -1px #777;
    transition: background 200ms ease-in-out;
}

.shadow {
    position: relative;
}

.shadow:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 13px;
    right: 7px;
    width: 75%;
    top: 0;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    transition: all 150ms ease-in-out;
}

.box:hover {
    background: linear-gradient(to right, #abbd73 0%, #abbd73 100%);
}

.shadow:hover::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 20px;
    z-index: -10;
}

.circle {
    position: absolute;
    top: 14px;
    left: 15px;
    border-radius: 50%;
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5), inset 0 0 0 25px antiquewhite;
    width: 20px;
    height: 20px;
    display: inline-block;
}

</style>

感謝各位的閱讀!關于利用css實現鼠標懸停效果的方法就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!

向AI問一下細節

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

AI

南安市| 冀州市| 英吉沙县| 桐乡市| 夏津县| 海兴县| 中超| 灵台县| 通渭县| 黄陵县| 宁远县| 临猗县| 彭阳县| 阳新县| 望都县| 黄冈市| 邢台市| 崇阳县| 长白| 博野县| 临汾市| 凭祥市| 雷波县| 长治县| 集安市| 淮南市| 福泉市| 阿克陶县| 天津市| 三河市| 察雅县| 新和县| 旺苍县| 韶山市| 芜湖市| 永清县| 黔西县| 东兰县| 淮南市| 庄浪县| 侯马市|