gpt4 book ai didi

css - 我可以使用 calc 和 var 根据宽度更改我的 div 高度吗?

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

假设我的 470px 的 div width100%350px0% 高度
100%0%我想要我的div 高度100px 减少到 0px

希望不要太困惑...

不用javascript可以吗?

这是一个空的间隔 div。

最佳答案

Codepen demo

CSS

div {
background: #9bc;
max-width: 470px;
min-width: 350px;
max-height: 100px;
height: calc(0.83333 * 100vw - 291.66px);
overflow: hidden;
}

高度是用equation of the line passing from 2 points计算出来的.

我向您展示了计算,这样您就可以根据自己的喜好更改该表达式

enter image description here

关于css - 我可以使用 calc 和 var 根据宽度更改我的 div 高度吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49851972/

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