我们首先来看一下效果图:
(推荐教程:CSS教程)
接着我们来看一下实例代码:
html
立即学习“前端免费学习笔记(深入)”;
在线客服
- QQ:1846492969
- QQ:1846492969
- QQ:1846492969
- QQ:1846492969
- QQ:1846492969
登录后复制
css
.sideBar { position:fixed; right:-182px; top:50px; background-color:#ffffff; border:#eea236 solid 1px; transition:right 0.5s; border:solid 1px red;}.sideBar:hover { right:0;}.sideBar>div { position:relative;}.sideBar .tips { position:absolute; height:120px; line-height:25px; background-color:#eea236; width:40px; left:-40px; top:50px; text-align:center; box-sizing:border-box; padding:10px 10px; border-top-left-radius:5px; border-bottom-left-radius:5px; font-weight:bold; color:#ffffff;}.sideBar .list { padding:0; list-style:none; width:180px; margin:0;}.sideBar .list>li { padding:15px; border-top:#eea236 dashed 1px;}.sideBar .list>li:hover { background-color:#f0ad4e; color:#ffffff;}.sideBar .list>li:first-child { border-top:none;}
登录后复制
相关视频教程推荐:CSS教程
以上就是css如何实现客服悬浮效果的详细内容,更多请关注【创想鸟】其它相关文章!
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至253000106@qq.com举报,一经查实,本站将立刻删除。
发布者:PHP中文网,转转请注明出处:https://www.chuangxiangniao.com/p/2886368.html