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.
有什么方法可以将 div 底部边界的颜色更改到一定距离或范围(即不完整的底部边界)。我正在使用以下代码,但它会改变整个底部的颜色:
style.borderBottom = "2px solid blue";
您可以创建一个额外的元素并使用 css 对其进行样式设置:
http://jsfiddle.net/UHMeW/