feat: 完成页面开发
This commit is contained in:
@@ -78,6 +78,18 @@ export default defineConfig({
|
||||
],
|
||||
['pt-safe', { 'padding-top': 'env(safe-area-inset-top)' }],
|
||||
['pb-safe', { 'padding-bottom': 'env(safe-area-inset-bottom)' }],
|
||||
[
|
||||
'btn-gradient',
|
||||
{ background: 'linear-gradient(45deg,rgba(59,129,243,1),rgba(55,230,236,1))' },
|
||||
],
|
||||
[
|
||||
'text-gradient',
|
||||
{
|
||||
'background-image': 'linear-gradient(45deg,#3B81F3,#37E6EC)',
|
||||
'background-clip': 'text',
|
||||
color: 'transparent',
|
||||
},
|
||||
],
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user