我有一个html(带有引导程序)和一个CSS,在我的html中我有一个标签,它有一个类,然后在我的CSS中我有它的边框样式。它是半透明的,你可以看到白色,但它不是“固体”。我希望它是完全固体的,而不是像我猜的那样苍白。
body { background-color: #1b3b3c !important; color: white !important; }
.hr-left-bold {
border: 0.2rem solid #fff;
border-radius: 100rem;
width: 20rem;
}
Kérdés Cím
Nem kéne így hagyni...
![]()
它看起来像这样:
老实说,我尝试使用边框顶部、颜色等所有内容来设计它,但没有任何效果。
这是我想要的样子:
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号