gpt4 book ai didi

jquery - 如何在滑动div中停止文本换行和垂直居中文本

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

我有一个从图片中滑出的 div,但我想将此 div 中的文本垂直居中,并且在 div 扩展/滑出时不换行或展开。我仍然希望它留在 div 内而不溢出。

这是我的 fiddle 和 CSS:

http://jsfiddle.net/JohnWeb/rBsLx/21/

.textbox
{
max-width: 610px;
height: 155px;
padding: 10px;
display: none;
overflow: hidden;
text-wrap: none;
background: linear-gradient(to bottom, rgba(5, 58, 24, 0.65) 10%,rgba(0,0,0,0.13) 93%,rgba(0,0,0,0) 100%);
border-radius: 0 10px 10px 0;
}
.textbox p
{
font-weight: bold;
font-size: 18px;
text-wrap: none;
}

最佳答案

<div>里面的段落一个宽度例如,否则它只会占用其父级的 100% 实际宽度。例如:http://jsfiddle.net/rBsLx/22/

.textbox p {
font-weight: bold;
font-size: 18px;
width: 610px;
}

我设置了610px , 因为它是 max-width你给那个<div>

关于jquery - 如何在滑动div中停止文本换行和垂直居中文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21419469/

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