gpt4 book ai didi

css - 在输入上覆盖丑陋的双色调边框样式

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

我以前用输入做过这个,为什么这不起作用?

http://euroworker.no/user/checkout

input.text, select, file, form.other
{
width: 15em;
font-size: 16px;
padding: 2px;
border-width:1px;
border-color:#dddddd;
border-style:inset;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
outline:none;
}

只想要一种颜色,#dddddd。

最佳答案

尝试:

border: 5px solid #dddddd;

“Solid”为您提供纯色,而“Inset”为您提供一个呃……内嵌边框。

关于css - 在输入上覆盖丑陋的双色调边框样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2461061/

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