feat: 首页改版

This commit is contained in:
osiris
2024-02-19 11:19:26 +08:00
parent ef62d26a14
commit 81146ad040
42 changed files with 979 additions and 284 deletions
+14
View File
@@ -11,8 +11,22 @@ export default {
// 自定义响应式尺寸
'c-xs': {'max': '768px'},
'c-sm': {'min': '768px'},
'c-md': {'min': '992px'},
'c-lg': {'min': '1200px'},
...defaultTheme.screens,
},
animation: {
fold: 'fold 1s infinite'
},
keyframes: {
fold: {
'0%, 100%': {
opacity: 0
},
'50%': {
opacity: 1
}
}
}
},
plugins: [],