资源描述:一款很奇妙的透明按钮特效,滚动页面当按钮悬停于背景图片上时,自动变更button背景透明色,根据不同的背景图片进行不同的变换。
纯CSS创建的透明变色的button按钮效果(共8个文件)
使用方法
body {
background: hsl(0 0% 98%);
font-family: "Geist Sans", sans-serif;
overflow-x: hidden;
}
button {
position: fixed;
bottom: 3rem;
left: 50%;
translate: -50% 0;
font-size: 1.5rem;
font-family: "Geist Sans", sans-serif;
font-weight: 80;
padding: 1rem 4rem;
border-radius: 6px;
border: 0;
mix-blend-mode: difference;
transition: filter 0.2s;
background: white;
color: black;
}
button::before {
content: "Order now";
position: absolute;
inset: 0;
display: grid;
place-items: center;
z-index: 2;
mix-blend-mode: none;
}
button::after {
content: "";
left: 8%;
right: 8%;
height: 12%;
top: 130%;
background: white;
position: absolute;
border-radius: 100px;
mix-blend-mode: difference;
}
button:is(:hover, :focus-visible) {
filter: brightness(0.5);
}
h1 {
font-weight: 120;
background: linear-gradient(hsl(0 0% 10%), hsl(0 0% 60%));
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
section {
height: 100vh;
display: grid;
place-items: center;
font-size: clamp(2rem, 4vw + 1rem, 8rem);
}
main {
display: grid;
gap: 8rem;
justify-items: center;
padding-bottom: 50vh;
}
img {
height: 50vh;
}
img:nth-of-type(even) {
translate: -25% 0;
}
img:nth-of-type(odd) {
translate: 25% 0;
}
站长提示:
1. 苦力吧素材官方QQ群:
950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励
2K币。
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服