最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
css如何实现悬浮客服效果 css实现悬浮客服效果代码
时间:2022-06-25 14:11:10 编辑:袖梨 来源:一聚教程网
本篇文章小编给大家分享一下css实现悬浮客服效果代码,小编觉得挺不错的,现在分享给大家供大家参考,有需要的小伙伴们可以来看看。
代码如下:
在线客服
- QQ:1846492969
- QQ:1846492969
- QQ:1846492969
- QQ:1846492969
- QQ:1846492969
.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;
line-
background-color:#eea236;
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;
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;
}
相关文章
- 凯叔讲故事怎么设置消费限制 04-02
- 如何使用豆包AI中英对话 04-02
- PPT如何添加动画 04-02
- 剪映国际版如何设置简体中文 04-02
- 蓝海搜书在线书库入口在哪 04-02
- 移动云盘如何下载链接 04-02
