gpt4 book ai didi

HTML提交按钮阴影边框问题

转载 作者:太空宇宙 更新时间:2023-11-04 02:48:22 24 4
gpt4 key购买 nike

input[type=submit] {
float: left;
font-size: 14px;
width: 30%;
height: auto;
text-align: center;
font-weight: normal;
line-height: 30px;
word-wrap: break-word;
margin-left: 34.998721%;
margin-top: 20px;
clear: both;
min-height: 0px;
font-family: helvetica;
color: rgb(255, 255, 255);
background-color: rgb(0, 154, 222);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

因此,当我将此样式应用到 <p> 时标记它看起来:

enter image description here

但是当我将它应用于提交按钮时,它看起来周围有一些边框:

如何去掉这个边框?

enter image description here

最佳答案

尝试将此属性添加到 css 规则:

border: none;

如果还不行,再补充:

outline: none;

关于HTML提交按钮阴影边框问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33466507/

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