gpt4 book ai didi

html - 我想知道如何在数据列表项上应用 css。我想更改高度和字体大小

转载 作者:行者123 更新时间:2023-11-28 09:34:47 24 4
gpt4 key购买 nike

我想知道一件事,我已经在我的表单中应用了数据列表。但我想增加他们的元素字体大小,并希望像填充一样对其进行 CSS。

<!DOCTYPE html>
<html>
<style>
#banner .seach-main-con .text-box{width:100%; height:45px; border-radius:5px; margin:3px 0; background-color:#fff; font-size:15px;}
#banner .seach-main-con option{padding:5px; font-size:15px;}
#banner .seach-main-con .search-btn{width:100%; height:50px; border-radius:5px; margin:15px 0; background-color:#d83318; color:#fff; font-size:20px; border:0;}
#banner .seach-main-con .dropdown-text{width:100%; height:45px; border-radius:5px; margin:3px 0; background-color:#fff; font-size:15px;}
#banner .seach-main-con datalist{padding:5px; font-size:15px;}
#banner .seach-main-con .datalist-option{width:100%; padding:5px; font-size:15px; background-color:#fff;}
</style>
<body>

<form>
<h3>Keyword Search form Here</h3>
<div class="height"></div>
<input list="browsers" name="browser" class="text-box">
<datalist id="browsers">
<option value="Delhi">
<option value="Haridawar">
<option value="Shirdi">
<option value="Bombay">
<option value="France">
</datalist>

</form>

<p><strong>Note:</strong> The datalist tag is not supported in Internet Explorer 9 and earlier versions, or in Safari.</p>

</body>
</html>

最佳答案

与选择元素一样,datalist 元素在样式上的灵 active 很小。如果这是您的问题,则您不能为任何建议的术语设置样式。

浏览器为这些元素定义自己的样式。

关于html - 我想知道如何在数据列表项上应用 css。我想更改高度和字体大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33283139/

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