gpt4 book ai didi

jquery - 如何设置body的动态宽度

转载 作者:行者123 更新时间:2023-11-28 07:34:15 25 4
gpt4 key购买 nike

我不擅长 jquery。如何设置宽度增加每个新对象?

这是我要设置宽度的主体的 CSS 样式:

body {
height: 120%;
width: 350%;
padding: 0;
margin: auto;
}

最佳答案

要根据子对象的内容设置宽度,您可以使用 auto,如下所示

body {
height: auto;//set height automatically
width: auto;//set width automatically
padding: 0;
margin: auto;
}

关于jquery - 如何设置body的动态宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31332241/

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