.some-element { position: absolute; inset: 0; }
如果你对 top 、 right 、 bottom 和 left 有不同的值,你可以按照如下的顺序分别设置它们: inset: -10px 0px -10px 0px 。这种简写方式与margin 的工作方式相同。
top
right
bottom
left
inset: -10px 0px -10px 0px
这种简写方式与margin