1. 字体排印
  2. text-decoration-style

字体排印

text-decoration-style

用于控制文本装饰样式的实用工具。

样式
decoration-solid
text-decoration-style: solid;
decoration-double
text-decoration-style: double;
decoration-dotted
text-decoration-style: dotted;
decoration-dashed
text-decoration-style: dashed;
decoration-wavy
text-decoration-style: wavy;

示例

基本示例

使用像 decoration-dotteddecoration-dashed 这样的实用程序来更改元素的文本装饰样式

decoration-solid

The quick brown fox jumps over the lazy dog.

decoration-double

The quick brown fox jumps over the lazy dog.

decoration-dotted

The quick brown fox jumps over the lazy dog.

decoration-dashed

The quick brown fox jumps over the lazy dog.

decoration-wavy

The quick brown fox jumps over the lazy dog.

<p class="underline decoration-solid">The quick brown fox...</p><p class="underline decoration-double">The quick brown fox...</p><p class="underline decoration-dotted">The quick brown fox...</p><p class="underline decoration-dashed">The quick brown fox...</p><p class="underline decoration-wavy">The quick brown fox...</p>

响应式设计

前缀一个 text-decoration-style 实用程序 带有像 md: 这样的断点变体,仅在中等 屏幕尺寸及以上应用该实用程序

<p class="underline md:decoration-dashed ...">  <!-- ... --></p>

变体文档中了解有关使用变体的更多信息。

版权所有 © 2025 Tailwind Labs Inc.·商标政策