gpt4 book ai didi

html - 文本输入的上边框和左边框出现错误

转载 作者:可可西里 更新时间:2023-11-01 12:49:20 26 4
gpt4 key购买 nike

我有一个文本输入,但颜色不在顶部和左侧边框上,这是为什么,我该如何解决?

http://jsfiddle.net/9ehBs/

HTML

<input type="text" class="searchbox" />

CSS

.searchbox
{
width: 200px;
height: 30px;
padding: 10px;
font-size: 28px;
font-weight: 900;
font-family: Ebrima;
color: rgb(54,54,54);
border-width: 13px;
border-color: rgb(46,94,115);
float: left;
margin-left: 10px;
margin-top: 10px;
}

最佳答案

你需要border-style: solidSee your updated fiddle.

使用 shorthand 会更有效率,即 border: 13px solid rgb(46,94,115);

关于html - 文本输入的上边框和左边框出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18948985/

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