Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要做的是在我的面板顶部创建一个部分边框。例如。我希望顶部边框的一部分变白。例如。在我的CSS中,我有
.UserPanel { border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; }
如果我指定一个边框顶部,整个面板将有一个顶部边框。我想要的是从左侧开始延伸约 80% 的部分边框。这甚至可能吗?
您可以使用border-top-image为顶部边框指定图像