国产精品一区二区三区……-大杳蕉伊人欧美一本遒在饯-日本不卡一区免费在线观看-国产亚洲欧美中文字幕

<i id="ftpmb"></i>

<bdo id="ftpmb"><span id="ftpmb"></span></bdo>
400-800-9385
網(wǎng)站建設(shè)資訊詳細(xì)

網(wǎng)站前端制作之鼠標(biāo)經(jīng)過按鈕效果二

發(fā)表日期:2021-05-09 12:26:20   作者來源:林志平   瀏覽:2809   標(biāo)簽:前端制作開發(fā)    
接著上次關(guān)于頁面布局中,內(nèi)容模塊里的按鈕,鼠標(biāo)經(jīng)過的動畫效果的總結(jié)。鼠標(biāo)經(jīng)過的按鈕的時(shí)候會觸發(fā)各種效果,如漸變、放大、旋轉(zhuǎn)抑或是翻轉(zhuǎn)等效果。
開始的按鈕樣式,如下圖

前端效果1

鼠標(biāo)移入最終的效果

前端效果2

動態(tài)效果三:
Html
<div class="xbtn1">
<a href="">
了解更多
</a>
</div>
Css
.xbtn1 a{
position: relative;
    display: block;
    margin: 20px auto;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 150px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid currentColor;
    color: #FFFFFF;
}
.xbtn1 a:after{
content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -webkit-transition: 0.5s;
     transition: 0.5s;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.xbtn1 a:hover:after {
    border-width: 330px 330px 0 0;
}
.xbtn1 a:hover{
color: #1b3952;
}
動態(tài)效果四:
Html
<div class="xbtn2">
<a href="">
了解更多
</a>
</div>
 
Css
.xbtn2 a{
position: relative;
    display: block;
    margin: 20px auto;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 150px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid currentColor;
}
.xbtn2 a:before{
content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -webkit-transition: 0.5s;
     transition: 0.5s;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #1b3952;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.xbtn2 a:after{
content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -webkit-transition: 0.5s;
     transition: 0.5s;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent #1b3952 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.xbtn2 a:hover {
    color: #FFFFFF;
}
.xbtn2 a:hover:before {
    border-width: 150px 0 0 150px;
}
.xbtn2 a:hover:after {
    border-width: 0 0 150px 150px;
}
接下來動態(tài)效果五,這種動態(tài)效果是鼠標(biāo)移入,出現(xiàn)背景和水波紋的效果,如下圖是最開始的樣式,關(guān)于分享的圖標(biāo)是用切了顏色不一樣的兩張圖標(biāo),一張是白色,一張是黑色,黑色圖標(biāo)是輸入移入之后的效果,圖標(biāo)的背景變白色,周圍出現(xiàn)的波紋,主要用偽類實(shí)現(xiàn)的。

前端效果3

下面是鼠標(biāo)移入的效果

前端效果4
 
Html
<div class="foot-share">
<ul>
<li>
<a href="">
<img src="images/img1.png" class="ic1"/>
<img src="images/img1a.png" class="ic2"/>
</a>
</li>
<li>
<a href="">
<img src="images/img2.png" class="ic1"/>
<img src="images/img2a.png" class="ic2"/>
</a>
</li>
<li>
<a href="">
<img src="images/img3.png" class="ic1"/>
<img src="images/img3a.png" class="ic2"/>
</a>
</li>
<li>
<a href="">
<img src="images/img4.png" class="ic1"/>
<img src="images/img4a.png" class="ic2"/>
</a>
</li>
</ul>
</div>
下面關(guān)于樣式有點(diǎn)多,主要的樣式是關(guān)于偽類做的波紋

前端效果5

前端效果6

前端效果7

 
 
如沒特殊注明,文章均為方維網(wǎng)絡(luò)原創(chuàng),轉(zhuǎn)載請注明來自http://pdcharm.com/news/6040.html
合江县| 抚松县| 富宁县| 永吉县| 温州市| 塘沽区| 若尔盖县| 湛江市| 沙雅县| 昌图县| 黔西| 铜鼓县| 武强县| 垫江县| 陈巴尔虎旗| 格尔木市| 福州市| 竹溪县| 仁布县| 台安县| 姜堰市| 辉县市| 偃师市| 普格县| 拉孜县| 临桂县| 淮阳县| 苏州市| 称多县| 凌云县| 扬州市| 黄龙县| 崇州市| SHOW| 巴东县| 高雄县| 平度市| 航空| 将乐县| 汕头市| 莎车县|