gpt4 book ai didi

html - 如何使用 css 使子元素宽度为父元素宽度的 30%?

转载 作者:技术小花猫 更新时间:2023-10-29 12:01:33 25 4
gpt4 key购买 nike

我有这个 div:

#edj{
width:50%;
border-style: solid;
border-width: 5px;
}
</style>
</head>
<body>
<div id = "edj">
<p><label>Faculty <input type="text" class = "k"> </label></p>
<p><label >Departmet <input type="text" class = "k"> </label>
</div>

我想让文本框的宽度为 div 宽度的 30%。

如何使用 css 代码实现它?

最佳答案

这是最简单形式的答案,这将使输入字段成为 30% 的 parent 。

input {
width: 30%;
}

关于html - 如何使用 css 使子元素宽度为父元素宽度的 30%?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30152588/

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