jQuery 框区域问题

发布于 2024-12-06 03:21:11 字数 181 浏览 0 评论 0原文

我有一个问题 - 我有 2 或 3 个盒子,我试图将它们完美地放入一个最大宽度为 445px 的更大的方形盒子中。所有盒子的尺寸都应适合填满较大的盒子。

我不知道任何盒子的宽度或高度是多少,因此第二个盒子的大小应该相对于第一个盒子的大小?第一个框的纵横比也可以改变[即长或宽],因此第二个框应该填充。

有什么想法吗?

I have a problem - I have 2 or 3 boxes and I am trying to fit them perfectly into a bigger square box of max-width 445px. All boxes should be sized to fill the bigger box.

I don't know what any of the box widths or heights will be and therefore the second two boxes should be sized relative to the first ? The aspect ratio of the first box can also change [i.e. be long or be wide] and so the second two boxes should fill.

Any ideas ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

揪着可爱 2024-12-13 03:21:12

确保盒子的大小,包括填充和边距。
我认为你可以通过用户 jQuery.outerHeight(), jQuery.outerWidth() 注销内部框的宽度和高度

make sure about the boxes size, including the padding and margin.
i think you can log out the width and height of the inner boxes by user jQuery.outerHeight(), jQuery.outerWidth()

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文