feat: 首页改版
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user