語法
寬度width
Setting an element’s width.
Overview
Class | Declarations |
---|---|
w:size | width: size/16rem;
|
w:n/d | width: n/d*100%;
|
w:full | width: 100%;
|
w:fit | width: fit-content;
|
w:min | width: min-content;
|
w:max | width: max-content;
|
w:screen-4xs | width: 22.5rem;
|
w:screen-3xs | width: 30rem;
|
w:screen-2xs | width: 37.5rem;
|
w:screen-xs | width: 48rem;
|
w:screen-sm | width: 52.125rem;
|
w:screen-md | width: 64rem;
|
w:screen-lg | width: 80rem;
|
w:screen-xl | width: 90rem;
|
w:screen-2xl | width: 100rem;
|
w:screen-3xl | width: 120rem;
|
w:screen-4xl | width: 160rem;
|
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="width:full:hover width:full@sm width:full@dark width:full@print">…</div>