完成适配移动端

This commit is contained in:
2025-02-22 22:11:19 +08:00
parent 98758e89e2
commit 1f79c93859
62 changed files with 549 additions and 2973 deletions

9
tailwind.config.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
theme: {
extend: {
screens: {
'custom-breakpoint': '1400px',
},
},
},
}