tailwind.css 233 B

123456789
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. /* 基础样式 */
  5. body {
  6. font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  7. background-color: #f8fafc;
  8. }