feat: 前端搭建

This commit is contained in:
Gsh
2025-06-17 22:37:37 +08:00
parent 4830be6388
commit 0cd795f57a
1228 changed files with 23627 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
// // 媒体查询
// @media (min-width: 400px) and (max-width: 599px) {
// // 设置欢迎语的底部距离
// .welcome-text {
// margin-bottom: 28px;
// }
// }
// @media (min-width: 600px) {
// .welcome-text {
// margin-bottom: 32px;
// }
// }