css flex 弹性布局
程序员文章站
2022-04-30 09:12:22
...
.tabbar{
position: absolute;
top: 92%;
left: 0;
width: 100%;
height: 8%;
background-color: black;
/* display: none; */
display: flex;
align-items: center;
justify-content: space-between;
}
.tabSearch,.tabSetting {
color: black;
background-color: white;
width: 49.9%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
上一篇: AMD RX 6700系列跳票至3月底:好好备货吧
下一篇: CSS之Flex弹性布局