gpt4 book ai didi

CSS Angular 半径显示背景颜色?

转载 作者:行者123 更新时间:2023-12-02 01:16:01 25 4
gpt4 key购买 nike

CSS 边框半径工作正常,但现在显示为白色背景。 (我更喜欢透明或灰色,类似于 body 背景......)

problematic rounded corners...

CSS:

.window_header{
width:600px;
height:42px;
background: #333 url("../img/bg-2.png") repeat;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
border-bottom:1px dotted #666;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3),inset 0 -4px 5px rgba(0, 0, 0, 0.2),inset 1px 0px 1px rgba(0, 0, 0, 0.7),inset -1px 0px 1px rgba(0, 0, 0, 0.7),inset 0 -2px 1px rgba(0, 0, 0, 0.5),inset 0 2px 6px rgba(255, 255, 255, 0.15),inset -2px 0 6px rgba(255, 255, 255, 0.15),inset 2px 0 6px rgba(255, 255, 255, 0.15);
}

最佳答案

白色应该来自应用了 border-radius 的容器“后面”的背景。也许也可以尝试对其应用 border-radius。

关于CSS Angular 半径显示背景颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11195155/

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