feat: 完成页面开发

This commit is contained in:
anonymous
2024-12-27 19:01:54 +08:00
parent b642a7d5e7
commit 6d62cc0567
52 changed files with 1463 additions and 31 deletions
+12
View File
@@ -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',
},
],
],
})