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.
如何有效地border-image用于多种分辨率?我可以使用-webkit-image-set吗?
border-image
-webkit-image-set
解决方案非常简单。
border-image-source: -webkit-image-set(url(pic.png) 1x, url(pic_2x.png) 2x); border-width: 10px 10px 10px 10px; border-image-slice: 10 10 10 10;