--- title: transform-box slug: Web/CSS/transform-box translation_of: Web/CSS/transform-box ---
transform-box属性定义了与 {{cssxref("transform")}}、{{cssxref("transform-origin")}} 这两个属性有关联的布局框。
{{cssinfo}}
/* Keyword values */ transform-box: border-box; transform-box: fill-box; transform-box: view-box; /* Global values */ transform-box: inherit; transform-box: initial; transform-box: unset;
transform-box属性被指定为以下所列出的关键字值之一。
border-boxfill-boxview-boxviewBox attribute and the dimension of the reference box is set to the width and height values of the viewBox attribute.| Specification | Status | Comment |
|---|---|---|
| {{SpecName('CSS3 Transforms', '#transform-box', 'transform-box')}} | {{Spec2('CSS3 Transforms')}} | Initial definition |