Skip to Content
文档

半径

可用边框半径标记列表

令牌

¥Tokens

Chakra UI 开箱即用地支持以下边框半径标记。

¥Chakra UI supports the following border radius tokens out of the box.

theme.tokens.radii

none
0
2xs
0.0625rem
xs
0.125rem
sm
0.25rem
md
0.375rem
lg
0.5rem
xl
0.75rem
2xl
1rem
3xl
1.5rem
4xl
2rem
full
9999px

以下是将给定的 rem 值转换为 px 值的过程,假设根字体大小为 16px(这是大多数浏览器的默认值)。

¥Here’s the conversion of the given rem values to px, assuming the root font size is 16px (which is the default in most browsers)

大小rem 值像素等效项
none00px
2xs0.0625rem1px
xs0.125rem2px
sm0.25rem4px
md0.375rem6px
lg0.5rem8px
xl0.75rem12px
2xl1rem16px
3xl1.5rem24px
4xl2rem32px
full9999px9999px

Previous

光标

Next

阴影