透明边框
需要配合使用 background-clip
,描述如下:
value | description |
---|---|
border-box | The background extends to the outside edge of the border (but underneath the border in z-ordering). |
padding-box | No background is drawn below the border (background extends to the outside edge of the padding). |
content-box | The background is painted within (clipped to) the content box. |
text | The background is painted within (clipped to) the foreground text. |