把 tailwindcss 每一项的意思做出来
https://tailwind.nodejs.cn/docs/installation间隔
内边距 外边距 间距p-5 padding: 1.25rem; /* 垫5 即乘4等于20px */px-5 padding-left: 1.25rem; /* 垫左 */padding-right: 1.25rem; /* 垫右 */py-5 padding-top: 1.25rem; /* 垫顶 */padding-bottom: 1.25rem; /* 垫底 */ps-5 padding-inline-start: 1.25rem; /* 20px */pe-5 padding-inline-end: 1.25rem; /* 20px */pt-5 padding-top: 1.25rem; /* 20px */pr-5 padding-right: 1.25rem; /* 20px */pb-5 padding-bottom: 1.25rem; /* 20px */pl-5 padding-left: 1.25rem; /* 20px */m-5 margin: 1.25rem; /* 20px */mx-5 margin-left: 1.25rem; /* 20px */margin-right: 1.25rem; /* 20px */my-5 margin-top: 1.25rem; /* 20px */margin-bottom: 1.25rem; /* 20px */ms-5 margin-inline-start: 1.25rem; /* 20px */me-5 margin-inline-end: 1.25rem; /* 20px */mt-5 margin-top: 1.25rem; /* 20px */mr-5 margin-right: 1.25rem; /* 20px */mb-5 margin-bottom: 1.25rem; /* 20px */ml-5 margin-left: 1.25rem; /* 20px */space-x-5 margin-left: 1.25rem; /* 20px */space-y-5 margin-top: 1.25rem; /* 20px */尺寸
宽度 最小宽度 最大宽度 高度 最小高度 最大高度w-0 width: 0px;w-px width: 1px;w-0.5 width: 0.125rem; /* 2px */w-5 width: 1.25rem; /* 20px */w-full width: 100%;w-screen width: 100vw;w-min width: min-content;w-max width: max-content;w-fit width: fit-content;h-5 height: 1.25rem; /* 20px */h-auto height: auto;h-full height: 100%;h-screen height: 100vh;h-min height: min-content;h-max height: max-content;h-fit height: fit-content;min-w-0 min-width: 0px;min-w-full min-width: 100%;min-w-min min-width: min-content;min-w-max min-width: max-content;min-w-fit min-width: fit-content;max-w-0 max-width: 0rem; /* 0px */max-w-none max-width: none;max-w-xs max-width: 20rem; /* 320px */max-w-sm max-width: 24rem; /* 384px */max-w-md max-width: 28rem; /* 448px */max-w-lg max-width: 32rem; /* 512px */max-w-xl max-width: 36rem; /* 576px */max-w-2xl max-width: 42rem; /* 672px */max-w-3xl max-width: 48rem; /* 768px */max-w-4xl max-width: 56rem; /* 896px */max-w-5xl max-width: 64rem; /* 1024px */max-w-full max-width: 100%;max-w-min max-width: min-content;max-w-max max-width: max-content;max-w-fit max-width: fit-content;max-w-prose max-width: 65ch;max-w-screen-sm max-width: 640px;max-w-screen-md max-width: 768px;max-w-screen-lg max-width: 1024px;max-w-screen-xl max-width: 1280px;max-w-screen-2xl max-width: 1536px;min-h-0 min-height: 0px;min-h-full min-height: 100%;min-h-screen min-height: 100vh;min-h-min min-height: min-content;min-h-max min-height: max-content;min-h-fit min-height: fit-content;max-h-96 max-height: 24rem; /* 384px */max-h-none max-height: none;max-h-full max-height: 100%;max-h-screen max-height: 100vh;max-h-min max-height: min-content;max-h-max max-height: max-content;max-h-fit max-height: fit-content;边框
边界半径边框宽度边框颜色边框样式分割宽度划分颜色划分风格轮廓宽度轮廓颜色轮廓样式轮廓偏移环宽戒指颜色环偏移宽度环偏移颜色border-0 border-width: 0px;border border-width: 1px;border-t border-top-width: 1px;border-r border-right-width: 1px;border-b border-bottom-width: 1px;border-l border-left-width: 1px;border-4 border-width: 4px;divide-solid > * + * border-style: solid;divide-dashed > * + * border-style: dashed;divide-dotted > * + * border-style: dotted;divide-double > * + * border-style: double;divide-none > * + * border-style: none;border-slate-500 border-color: rgb(100 116 139);rounded-tl-full border-top-left-radius: 9999px; /* 边界半径 */rounded-tr-none border-top-right-radius: 0px; /* */outline-4 outline-width: 4px;outline-slate-500 outline-color: #64748b;outline-none outline: 2px solid transparent;outline-offset: 2px;outline outline-style: solid;outline-dashed outline-style: dashed;outline-dotted outline-style: dotted;outline-double outline-style: double;outline-offset-4 outline-offset: 4px;ring-4 box-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);ring-slate-500 --tw-ring-color: rgb(100 116 139);ring-offset-4 --tw-ring-offset-width: 4px;box-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-shadow);ring-offset-slate-500 --tw-ring-offset-color: #64748b;box-shadow: 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-shadow);布局
纵横比容器列之后休息之前中断闯入盒子装饰打破盒子尺寸展示花车清除隔离物体适配物体位置溢出过度滚动行为位置上/右/下/左能见度Z-索引弹性盒和网格
弹性基础弯曲方向柔性包裹柔性弹性成长弹性收缩命令网格模板列网格列开始/结束网格模板行网格行开始/结束网格自动流程网格自动列网格自动行差距证明内容合理证明项目合理为自己辩护对齐内容对齐项目自我对齐放置内容放置物品放置自我排版
字体系列字体大小字体平滑字体样式字体粗细字体变体数字字母间距线夹行高列表样式图片列表样式位置列表样式类型文本对齐文字颜色文字装饰文字装饰颜色文字装饰风格文字装饰厚度文本下划线偏移文本转换文本溢出文本缩进垂直对齐空白断词连字符内容背景
背景附件背景剪辑背景颜色背景起源背景位置背景重复背景尺寸背景图渐变色标效果
盒子阴影框阴影颜色不透明度混合混合模式背景混合模式过滤器
模糊亮度对比投影灰度色相旋转倒置饱和棕褐色背景模糊背景亮度背景对比度背景灰度背景色调旋转背景反转背景不透明度背景饱和度背景棕褐色表格
边界崩溃边框间距表格布局标题侧转场和动画
过渡属性过渡持续时间转换计时功能转换延迟动画片变换
规模旋转翻译倾斜变换原点互动性
强调色外貌光标插入符号颜色指针事件调整大小滚动行为滚动边距滚动填充滚动对齐滚动急停滚动捕捉类型触摸动作用户选择会改变静止无功发生器
充满中风笔划宽度无障碍
屏幕阅读器官方插件
版式形式纵横比容器查询颜色
白色 white蓝灰 slate灰色 gray锌 zinc中立的 neutral石 stone红色 red橙色 orange琥珀色 amber黄的 yellow石灰 lime绿色 green祖母绿 emerald蓝绿色 teal青色 cyan天 sky蓝色 blue靛蓝 indigo紫罗兰 violet紫色 purple紫红色 fuchsia粉红色 pink基础
*, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; }