gpt4 book ai didi

javascript - CSS 文本框宽度继承自具有最大宽度的父容器

转载 作者:行者123 更新时间:2023-11-30 10:12:10 24 4
gpt4 key购买 nike

我有文本框的样式:

input[type=text] {
width: 300px !important;
line-height: 25px;
}

我需要更改它,如果容器宽度小于 300px,则它必须从父容器继承宽度,否则宽度必须为 300px。

最佳答案

input {
max-width: 300px;
width:100%;
line-height: 25px;
}

关于javascript - CSS 文本框宽度继承自具有最大宽度的父容器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25927822/

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