gpt4 book ai didi

html - 在一行中显示文本并删除覆盖文本的边框

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

请访问link并点击“立即购买”按钮。

你可以看到这张图片:

enter image description here

使用 CTRL + F,搜索“Check Delivery”文本。你可以看到 2 个文本。

下面的文本很好。但在上面

我想移除覆盖这些文本的外框。

我可以使用 border-width : 0px 0px 0px

但它也会隐藏右下角 中的框。我只想隐藏表格内的框。

border-color: #565656 #ccc #ccc;
border-image: none;
border-style: solid;
border-width: 3px 1px 1px;
box-sizing: border-box;
min-height: auto;
padding: 10px 20px 25px;

最佳答案

我不知道您的 HTML 结构,但我假设您的上部“支票递送箱”位于 DIV 或 SECTION(或其他)中,具有与下部“支票递送箱”相同的 ID/CLASS。

对于此 DIV/SECTION/"ID"/"CLASS",您可以在 CSS 中应用此 Borders。

当您更改 ID 或标签时,这应该会删除该框。

关于html - 在一行中显示文本并删除覆盖文本的边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35909907/

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