0
点赞
收藏
分享

微信扫一扫

css 右下角悬浮

霸姨 2023-03-16 阅读 100


.bootom_right {
position: fixed;
display: flex;
flex-direction: column;
right: 16px;
bottom: 150px;
z-index: 10;
padding: 3px 3px 0 3px;
border-radius: 3px;
border: 1px solid #ddd;
background: #fff;
width: 150px;
}

 

举报

相关推荐

0 条评论