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

溫馨提示×

溫馨提示×

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

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

利用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

青阳县| 和平县| 大丰市| 星子县| 凤庆县| 德惠市| 高碑店市| 阜宁县| 新河县| 武川县| 达拉特旗| 邹平县| 郯城县| 伊宁市| 万州区| 常熟市| 大化| 商河县| 巴中市| 克东县| 凤山县| 桃园县| 密山市| 南充市| 玛沁县| 车险| 乐安县| 玉林市| 玉门市| 六安市| 临沭县| 邛崃市| 新干县| 商城县| SHOW| 大港区| 泽州县| 甘德县| 龙口市| 长宁区| 秦安县|