gpt4 book ai didi

html - 如何使用CSS去除轮廓虚线边框

转载 作者:行者123 更新时间:2023-11-28 05:38:05 25 4
gpt4 key购买 nike

enter image description here

我尝试使用此 CSS 代码删除外部虚线边框,但它不起作用。

<div class="container-body"></div>

.container-body {
outer-border: none;
}

最佳答案

如果是border dotted 使用

.container-body{ 
border:none;
}

或者是按照 Mukesh Ram 发布的答案大纲使用

.container-body{ 
outline:none;
}

关于html - 如何使用CSS去除轮廓虚线边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38074712/

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