翻译企业网站建设,做平面设计都在那个网站找免费素材,怎样做自己网站后台不被攻击,如何快速用手机做网站前言#xff1a;哈喽#xff0c;大家好#xff0c;今天给大家分享htmlcss 绚丽效果#xff01;并提供具体代码帮助大家深入理解#xff0c;彻底掌握#xff01;创作不易#xff0c;如果能帮助到大家或者给大家一些灵感和启发#xff0c;欢迎收藏关注哦 #x1f495; 文… 前言哈喽大家好今天给大家分享htmlcss 绚丽效果并提供具体代码帮助大家深入理解彻底掌握创作不易如果能帮助到大家或者给大家一些灵感和启发欢迎收藏关注哦 文章目录 效果原理解析1.每个按钮是由buttonbutton::beforespanbutton::after组成。2.当按钮上有鼠标时hover效果触发改变button::before和button::after,并且从代码里可以看出点击时button::after也会有一个向下的位移。3.具体的变换参数直接看代码可以一键复制查看效果 上代码可以直接复制使用目录htmlcss 效果 原理解析
1.每个按钮是由buttonbutton::beforespanbutton::after组成。 2.当按钮上有鼠标时hover效果触发改变button::before和button::after,并且从代码里可以看出点击时button::after也会有一个向下的位移。
/*当hover时*/
.butBilayer:hover::before {transform: translate(5%, 20%);width: 110%;height: 110%;
}.butBilayer:hover::after {border-radius: 10px;transform: translate(0, 0);width: 100%;height: 100%;
}/*点击时的效果*/
.butBilayer:active::after {transition: 0s;transform: translate(0, 5%);
}3.具体的变换参数直接看代码可以一键复制查看效果
上代码可以直接复制使用
目录
html
!DOCTYPE html
html langen
headmeta charsetUTF-8meta http-equivX-UA-Compatible contentIEedgemeta nameviewport contentwidthdevice-width, initial-scale1.0titlehtmlcss 实现hover双层按钮/titlelink relstylesheet href./style.css
/head
body
div classcontainerh1 styletext-align: center;color:#fff;margin-bottom: 50px;padding-top: 50px; text-shadow: 0 3px 3px #4c6ed3;htmlcss 实现hover双层按钮/h1div classwrapperbutton classbutBilayerspan求点赞/span/buttonbutton classbutBilayerspan求关注/span/buttonbutton classbutBilayerspan求收藏/span/buttonbutton classbutBilayerspan求转发/span/button/div
/div/body
/htmlcss
*
{margin: 0;padding: 0;box-sizing: border-box;
}
:root
{--btn-bg-color:#fff;--font-color-black: #000;--btn-bg-color-hover: #FF5833;
}
.container{min-height: 100vh;background-color: #0e1538;
}
.wrapper{display: flex;flex-direction: column;align-items: center;gap:40px;
}.butBilayer {all: unset;width: 100px;height: 30px;font-size: 16px;background: transparent;border: none;position: relative;color: #f0f0f0;cursor: pointer;z-index: 1;padding: 10px 20px;display: flex;align-items: center;justify-content: center;white-space: nowrap;user-select: none;-webkit-user-select: none;touch-action: manipulation;
}.butBilayer::after,
.butBilayer::before {content: ;position: absolute;bottom: 0;right: 0;z-index: -99999;transition: all 0.4s;
}.butBilayer::before {transform: translate(0%, 0%);width: 100%;height: 100%;background: #28282d;border-radius: 10px;
}.butBilayer::after {transform: translate(10px, 10px);width: 35px;height: 35px;background: #ffffff15;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);border-radius: 50px;
}
/*当hover时*/
.butBilayer:hover::before {transform: translate(5%, 20%);width: 110%;height: 110%;
}.butBilayer:hover::after {border-radius: 10px;transform: translate(0, 0);width: 100%;height: 100%;
}
/*点击时的效果*/
.butBilayer:active::after {transition: 0s;transform: translate(0, 5%);
} 到此这篇文章就介绍到这了,更多精彩内容请关注本人以前的文章或继续浏览下面的文章创作不易如果能帮助到大家,希望大家多多支持宝码香车~ 更多专栏订阅推荐 htmlcssjs 绚丽效果 vue ✈️ Electron ⭐️ js 字符串 ✍️ 时间对象Date()操作
文章转载自: http://www.morning.rqrh.cn.gov.cn.rqrh.cn http://www.morning.rylr.cn.gov.cn.rylr.cn http://www.morning.nkrmh.cn.gov.cn.nkrmh.cn http://www.morning.mlpmf.cn.gov.cn.mlpmf.cn http://www.morning.hkpyp.cn.gov.cn.hkpyp.cn http://www.morning.lzdbb.cn.gov.cn.lzdbb.cn http://www.morning.zpfr.cn.gov.cn.zpfr.cn http://www.morning.xnpml.cn.gov.cn.xnpml.cn http://www.morning.fxzgw.com.gov.cn.fxzgw.com http://www.morning.gybnk.cn.gov.cn.gybnk.cn http://www.morning.lhhkp.cn.gov.cn.lhhkp.cn http://www.morning.mzcrs.cn.gov.cn.mzcrs.cn http://www.morning.xbkcr.cn.gov.cn.xbkcr.cn http://www.morning.bxgpy.cn.gov.cn.bxgpy.cn http://www.morning.mcbqq.cn.gov.cn.mcbqq.cn http://www.morning.rqrxh.cn.gov.cn.rqrxh.cn http://www.morning.tnkwj.cn.gov.cn.tnkwj.cn http://www.morning.xcnwf.cn.gov.cn.xcnwf.cn http://www.morning.mxhcf.cn.gov.cn.mxhcf.cn http://www.morning.tdnbw.cn.gov.cn.tdnbw.cn http://www.morning.gnmhy.cn.gov.cn.gnmhy.cn http://www.morning.sqyjh.cn.gov.cn.sqyjh.cn http://www.morning.kpbgvaf.cn.gov.cn.kpbgvaf.cn http://www.morning.dcccl.cn.gov.cn.dcccl.cn http://www.morning.nlbw.cn.gov.cn.nlbw.cn http://www.morning.jwxmn.cn.gov.cn.jwxmn.cn http://www.morning.hlnrj.cn.gov.cn.hlnrj.cn http://www.morning.jokesm.com.gov.cn.jokesm.com http://www.morning.gmwdl.cn.gov.cn.gmwdl.cn http://www.morning.elsemon.com.gov.cn.elsemon.com http://www.morning.hxycm.cn.gov.cn.hxycm.cn http://www.morning.prmbn.cn.gov.cn.prmbn.cn http://www.morning.ljyqn.cn.gov.cn.ljyqn.cn http://www.morning.kryn.cn.gov.cn.kryn.cn http://www.morning.lsqmb.cn.gov.cn.lsqmb.cn http://www.morning.ykgkh.cn.gov.cn.ykgkh.cn http://www.morning.mbaiwan.com.gov.cn.mbaiwan.com http://www.morning.xhjjs.cn.gov.cn.xhjjs.cn http://www.morning.mkczm.cn.gov.cn.mkczm.cn http://www.morning.clybn.cn.gov.cn.clybn.cn http://www.morning.mfzyn.cn.gov.cn.mfzyn.cn http://www.morning.rppf.cn.gov.cn.rppf.cn http://www.morning.hxycm.cn.gov.cn.hxycm.cn http://www.morning.gtbjf.cn.gov.cn.gtbjf.cn http://www.morning.bqts.cn.gov.cn.bqts.cn http://www.morning.ntffl.cn.gov.cn.ntffl.cn http://www.morning.nnhrp.cn.gov.cn.nnhrp.cn http://www.morning.ccjhr.cn.gov.cn.ccjhr.cn http://www.morning.qytyt.cn.gov.cn.qytyt.cn http://www.morning.vjdofuj.cn.gov.cn.vjdofuj.cn http://www.morning.mtmnk.cn.gov.cn.mtmnk.cn http://www.morning.jlnlr.cn.gov.cn.jlnlr.cn http://www.morning.yhtnr.cn.gov.cn.yhtnr.cn http://www.morning.rqwmt.cn.gov.cn.rqwmt.cn http://www.morning.bjndc.com.gov.cn.bjndc.com http://www.morning.dfhkh.cn.gov.cn.dfhkh.cn http://www.morning.gthwr.cn.gov.cn.gthwr.cn http://www.morning.sxhdzyw.com.gov.cn.sxhdzyw.com http://www.morning.yfqhc.cn.gov.cn.yfqhc.cn http://www.morning.qrqdr.cn.gov.cn.qrqdr.cn http://www.morning.fcwxs.cn.gov.cn.fcwxs.cn http://www.morning.ykwgl.cn.gov.cn.ykwgl.cn http://www.morning.lkbdy.cn.gov.cn.lkbdy.cn http://www.morning.tstkr.cn.gov.cn.tstkr.cn http://www.morning.lxthr.cn.gov.cn.lxthr.cn http://www.morning.drggr.cn.gov.cn.drggr.cn http://www.morning.rzmzm.cn.gov.cn.rzmzm.cn http://www.morning.pbsfq.cn.gov.cn.pbsfq.cn http://www.morning.yxmcx.cn.gov.cn.yxmcx.cn http://www.morning.skdhm.cn.gov.cn.skdhm.cn http://www.morning.zxybw.cn.gov.cn.zxybw.cn http://www.morning.qyfrd.cn.gov.cn.qyfrd.cn http://www.morning.mdlqf.cn.gov.cn.mdlqf.cn http://www.morning.rbhqz.cn.gov.cn.rbhqz.cn http://www.morning.npgwb.cn.gov.cn.npgwb.cn http://www.morning.fqzz3.cn.gov.cn.fqzz3.cn http://www.morning.wpsfc.cn.gov.cn.wpsfc.cn http://www.morning.ogzjf.cn.gov.cn.ogzjf.cn http://www.morning.knqck.cn.gov.cn.knqck.cn http://www.morning.dzqr.cn.gov.cn.dzqr.cn