gpt4 book ai didi

css - 在 3 列布局中定位/对齐中间元素

转载 作者:太空宇宙 更新时间:2023-11-04 16:18:04 25 4
gpt4 key购买 nike

这是我当前的标记:http://jsfiddle.net/LcMU3/64/ .

我在中间列中定位/对齐元素时遇到问题。

首先,我想将元素垂直居中,水平居中。

其次,我想将箭头“ float ”到“weekLabel”的左右两侧。

最终,它看起来像这样:

enter image description here

我确实尝试过在嵌套的 3 列布局中定位和对齐元素,但我使用这种方法的主要问题是 HTML 标记很难与所有嵌套的 div 一起使用。

非常感谢任何帮助。

最佳答案

以及 display:inline-block 因为 div 默认是 display:block

.weekLabel{
display:inline-block;
float:left;
}
.leftArrow {
display:inline-block;
float:left;
}

.rightArrow {
display:inline-block;
float:left;
}

关于css - 在 3 列布局中定位/对齐中间元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7132927/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com