gpt4 book ai didi

html - 从按钮元素中删除边框

转载 作者:行者123 更新时间:2023-11-28 19:11:39 26 4
gpt4 key购买 nike

我有这个按钮:

enter image description here

具有以下样式:

const SubmitButton = styled.button`
width: 275px;
height: 30px;
background-color: red;
border:none;
outline:none;
`;

我删除了主边框,但如果您仔细观察,现在我保留了左边的白色间距。

我怎样才能删除它?

最佳答案

橘子从哪里来?当我用这些样式制作一个按钮时,出现的只是一个红色背景的无边框按钮。也许我们可以更清楚地看到代码?我真的不记得“样式化”是 javascript 中的东西。

这是我的按钮和我的代码,看看它是否对你有帮助:

<!DOCTYPE html>
<html>
<head>
<title>My Blog</title>
<script src='script.js'></script>
</head>
<body>
<button style='width:275px;height: 30px;background-color: red;border:none;outline:none;'>Login</button>
</body>
</html>

这是输出: The Button

关于html - 从按钮元素中删除边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59147292/

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