| 1234567891011121314151617181920 |
- @import 'tailwindcss';
- @theme {
- --font-title: 'Poppins', sans-serif;
- --text-title: 1.375rem;
- --color-bg-primary: #F1F2F5;
- --color-text-primary: #1D2129;
- --color-text-secondary: #4E5969;
- --color-text-description: #3FBFBD;
- }
- :root:root {
- --van-popup-round-radius: 20px;
- }
- body {
- background: var(--color-bg-primary);
- }
|