Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
Photo
Geneva Lake Switzerland
css
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); * { box-sizing: border-box; } body { display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; font-family: 'Montserrat', sans-serif; font-size: 14px; background-color: #212121;color: #A0A0A0; } .container { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; overflow: hidden; } .container__image { position: relative; display: flex; flex-direction: column; justify-content: center; width: 250px; height: 250px; border-radius: 50%; background-image: url("http://www.jq22.com/tp/6372310404791381869630070.png"); background-size: cover; transition: ease-in-out .3s; z-index: 2; } .container__image:before { content: ' '; position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; margin: auto; background: inherit; background-position: bottom; filter: blur(40px) saturate(0%); transform: scaleX(0.4); transition: ease-in-out .4s; border-radius: 120px; transform-origin: right; opacity: 0; z-index: -1; } .container__image .container__info { position: relative; line-height: 1.8; transition: ease-in-out .3s; opacity: 0; } .container__image .container__location { transition-delay: .15s; } .container__image:hover { border-radius: 0; width: 450px; height: 310px; box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(9, 55, 53, 0.08), 0px 16px 24px rgba(9, 55, 53, 0.1), 0px 24px 32px rgba(9, 55, 53, 0.14); } .container__image:hover:before { width: 100%; opacity: 0.18; filter: blur(10px) saturate(100%); transform: scale(2.8) translate3d(-18%, 0px, 0px); } .container__image:hover .container__info { transform: translate3d(-60%, 0px, 0px); opacity: 1; } .link { border-bottom: 1px solid transparent; color: #A0A0A0; text-decoration: none; transition: ease-in .13s; } .link:hover { background-color: #06C0A8; color: #ffffff; }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>图像悬停 - CSS(过滤器 + 转换)-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号