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

400-800-9385
網(wǎng)站建設(shè)資訊詳細(xì)

前端制作中鼠標(biāo)經(jīng)過按鈕的效果總結(jié)

發(fā)表日期:2021-03-18 11:34:46   作者來源:林志平   瀏覽:2570   標(biāo)簽:前端制作    
頁面布局中的模塊內(nèi)容有不少是帶有按鈕的,譬如是了解更多的按鈕、表單提交的按鈕等。按鈕有引導(dǎo)用戶點擊、激發(fā)用戶點擊行為等的作用,例如下單購買商品或者跳轉(zhuǎn)鏈接或者展開更多內(nèi)容以達(dá)到了解更多的詳情的目的。與頁面風(fēng)格協(xié)調(diào)的按鈕設(shè)計可以增加頁面的美觀效果和更易于吸引客戶的注意力,為了提高用戶對關(guān)于頁面操作的體驗度,還可以在按鈕的制作中加入一些動態(tài)效果。例如,當(dāng)鼠標(biāo)經(jīng)過按鈕的時候,可以適當(dāng)添加一些動態(tài)效果或者加入背景的填充,下面是可以在日常工作中需要用css3制作鼠標(biāo)經(jīng)過頁面按鈕能用到的動畫效果。
如下圖按鈕效果一,鼠標(biāo)經(jīng)過會有微微下陷的效果:

鼠標(biāo)效果1

Html:
<div class="btn">
<a href="">
<span>了解更多</span>
</a>
</div>
CSS:
.i-title .btn{
text-align: center;
margin-top: 50px;
}
.i-title .btn a{
background: none;
    border: none;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    padding: 17px 35px;
    overflow: hidden;
    font-weight: 400;
    cursor: pointer;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.i-title .btn a:before{
content: "";
    position: absolute;
    z-index: 50;
    -moz-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27,57,82,0.3);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.i-title .btn a:after{
content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #1b3952;
    z-index: 100;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.i-title .btn a span{
position: relative;
    z-index: 300;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding-right: 30px;
    background: url(../images/img16.png) center right no-repeat;
}
.i-title .btn a:hover span{
background: url(../images/img17.png) center right no-repeat;
-moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
 
如下圖按鈕效果二,鼠標(biāo)經(jīng)過會有背景填充的動畫效果:

效果2

Html:
<div class="xbtn">
<a href="">
了解更多
<span></span>
</a>
</div>
Css:
.xbtn a{
position: relative;
    display: block;
margin: 20px auto;
text-align: center;    
width: 150px;
    height: 50px;
    line-height: 50px;
    max-width: 250px;
    color: #FFFFFF;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid currentColor;
}
.xbtn a:hover{
color: #1b3952;
}
.xbtn a span{
position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    z-index: -1;
}
.xbtn a:hover span {
    width: 320px;
    height: 320px;
}
如沒特殊注明,文章均為方維網(wǎng)絡(luò)原創(chuàng),轉(zhuǎn)載請注明來自http://pdcharm.com/news/6002.html
界首市| 武定县| 开平市| 治县。| 洞头县| 易门县| 西和县| 扎赉特旗| 定结县| 崇礼县| 玛曲县| 渭南市| 会泽县| 都昌县| 余姚市| 大港区| 剑阁县| 临邑县| 梅河口市| 阳泉市| 牟定县| 广丰县| 星座| 华宁县| 伊春市| 古田县| 莎车县| 远安县| 镇康县| 邢台县| 黑河市| 仙居县| 信宜市| 邵阳县| 青神县| 北碚区| 巴塘县| 宁远县| 郧西县| 安陆市| 嘉荫县|