半透明实用程序类会为元素添加背景模糊。默认情况下,它在 iOS 风格中用于某些组件。
translucent
@supports (backdrop-filter: blur(20px)) { .translucent { --tw-bg-opacity: 0.8 !important; backdrop-filter: saturate(180%) blur(20px); }}