帮助中心
获取牛币
联系我们
关于我们
版权声明
素材牛首页
微博登录
QQ登录
微信扫码登录
注册
登录
新浪微博
QQ登陆
微信登录
热门搜索:
小程序
支付
python
后台
商城
上传
Thinkphp
php视频
手机
微信
Vue.js
首 页
网页特效
整站源码
PHP实例
网站模版
工具箱
常用代码
视频教程
论坛
游戏源码
资源分享
当前位置:
首页
»
精选常用代码
» 按钮鼠标悬停高亮特效
按钮鼠标悬停高亮特效
浏览:77次
-
评论:2次
-
发布时间:2023-02-23
Html
Css
Js
Hover me
Hover me
Hover me
Hover me
Hover me
Hover me
Hover me
* { margin:0; padding:0; } .first #neon-btn { display:flex; align-items:center; justify-content:space-around; height:100vh; background:#031628; } .first .btn { border:1px solid; background-color:transparent; text-transform:uppercase; font-size:14px; padding:10px 20px; font-weight:300; } .first .one { color:#4cc9f0; } .first .two { color:#f038ff; } .first .three { color:#b9e769; } .first .btn:hover { color:white; border:0; } .first .one:hover { background-color:#4cc9f0; -webkit-box-shadow:10px 10px 99px 6px rgba(76,201,240,1); -moz-box-shadow:10px 10px 99px 6px rgba(76,201,240,1); box-shadow:10px 10px 99px 6px rgba(76,201,240,1); } .first .two:hover { background-color:#f038ff; -webkit-box-shadow:10px 10px 99px 6px rgba(240,56,255,1); -moz-box-shadow:10px 10px 99px 6px rgba(240,56,255,1); box-shadow:10px 10px 99px 6px rgba(240,56,255,1); } .first .three:hover { background-color:#b9e769; -webkit-box-shadow:10px 10px 99px 6px rgba(185,231,105,1); -moz-box-shadow:10px 10px 99px 6px rgba(185,231,105,1); box-shadow:10px 10px 99px 6px rgba(185,231,105,1); } /* two */ .two #draw-border { display:flex; align-items:center; justify-content:center; height:100vh; } .two button { border:0; background:none; text-transform:uppercase; color:#4361ee; font-weight:bold; position:relative; outline:none; padding:10px 20px; box-sizing:border-box; } .two button::before,.two button::after { box-sizing:inherit; position:absolute; content:''; border:2px solid transparent; width:0; height:0; } .two button::after { bottom:0; right:0; } .two button::before { top:0; left:0; } .two button:hover::before,.two button:hover::after { width:100%; height:100%; } .two button:hover::before { border-top-color:#4361ee; border-right-color:#4361ee; transition:width 0.3s ease-out,height 0.3s ease-out 0.3s; } .two button:hover::after { border-bottom-color:#4361ee; border-left-color:#4361ee; transition:border-color 0s ease-out 0.6s,width 0.3s ease-out 0.6s,height 0.3s ease-out 1s; } /* three */ .three #frozen-btn { display:flex; align-items:center; justify-content:center; height:100vh; } .three button { border:0; margin:20px; text-transform:uppercase; font-size:20px; font-weight:bold; padding:15px 50px; border-radius:50px; color:white; outline:none; position:relative; } .three button:before { content:''; display:block; background:linear-gradient(to left,rgba(255,255,255,0) 50%,rgba(255,255,255,0.4) 50%); background-size:210% 100%; background-position:right bottom; height:100%; width:100%; position:absolute; top:0; bottom:0; right:0; left:0; border-radius:50px; transition:all 1s; -webkit-transition:all 1s; } .three .green { background-image:linear-gradient(to right,#25aae1,#40e495); box-shadow:0 4px 15px 0 rgba(49,196,190,0.75); } .three .purple { background-image:linear-gradient(to right,53e1,#852D91); box-shadow:0 4px 15px 0 rgba(236,116,149,0.75); } .three .purple:hover:before { background-position:left bottom; } .three .green:hover:before { background-position:left bottom; } /* fourth */ .fourth #shiny-shadow { display:flex; align-items:center; justify-content:center; height:100vh; background:#1c2541; } .fourth button { border:2px solid white; background:transparent; text-transform:uppercase; color:white; padding:15px 50px; outline:none; overflow:hidden; position:relative; } .fourth span { z-index:20; } .fourth button:after { content:''; display:block; position:absolute; top:-36px; left:-100px; background:white; width:50px; height:125px; opacity:20%; transform:rotate(-45deg); } .fourth button:hover:after { left:120%; transition:all 600ms cubic-bezier(0.3,1,0.2,1); -webkit-transition:all 600ms cubic-bezier(0.3,1,0.2,1); }
↑上面代码改变,会自动显示代码结果
jQuery调用版本:
1.11.3
<!doctype html><html><head><meta charset="utf-8"><title>按钮鼠标悬停高亮特效-www.sucainiu.com</title><script src="https://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script><style>
</style></head><body>
<script>
</script>
</body></html>
立即下载
收藏
积分说明:注册即送10牛币,每日签到可获得5牛币,成为VIP会员可永久免牛币下载!
充值积分
充值会员
更多说明»
代码描述:css鼠标悬停特效代码
三款炫酷的按钮悬停特效
JS按钮控制数字动态加减效果
CSS水波纹对号错号动画
讨论这个常用代码(2)
回答他人问题或分享心得会奖励牛币
Lv1 新人
wx***28
2023年03月27日
看着不错啊
回复
Lv2 入门
qq***10
2023年03月28日
好
回复
文明上网,理性发言! 😉 阿里云幸运券,
戳我领取
发表评论
提交回复
我的积分余额:
0
已下载次数:
77
所需牛币:
5
开始下载
牛币获取:
签到、评论、充值
» 在线充值
(10牛币=1元)
成为VIP可永久免积分下载全部常用代码
» 查看详情
VIP
客服
签到
充值