text
说明
文本常用样式片段
text
<>
<div className={'text-xs bg-blue blue'}>text-xs</div>
<div className={'text-s bg-blue blue'}>text-s</div>
<div className={'text-m bg-blue blue'}>text-m</div>
<div className={'text-l bg-blue blue'}>text-l</div>
<div className={'text-xl bg-blue blue'}>text-xl</div>
</>
text-xs
text-s
text-m
text-l
text-xl
align
<>
<div className={'align-top text bg-blue blue'}>text-xs</div>
<div className={'align-top text bg-blue blue'}>text-s</div>
<div className={'align-top text bg-blue blue'}>text-m</div>
<div className={'align-top text bg-blue blue'}>text-l</div>
<div className={'align-top text bg-blue blue'}>text-xl</div>
</>