元素无法垂直居中
2 回答
天涯尽头无女友
TA贡献1831条经验 获得超9个赞
.side-tool{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: fixed;
right: 1%;
bottom: 5%;
width: 40px;
border: 1px solid #eee;
background-color: white;
text-align: center;
font-size: 24px;
z-index: 1040;
}
- 2 回答
- 0 关注
- 392 浏览
添加回答
举报
0/150
提交
取消