feat: first commit

This commit is contained in:
eleanor.mao
2025-03-31 22:34:22 +08:00
commit d25187c9c8
390 changed files with 57031 additions and 0 deletions

View File

@ -0,0 +1,25 @@
@import '@/styles/common.less';
@import '@/styles/variables.less';
.page-start {
width: 100vw;
height: 100vh;
.flex-column();
&__app {
margin-top: 50%;
}
&__icon {
width: 312px;
height: 152px;
}
&__text {
font-size: 30px;
line-height: 32px;
font-weight: 400;
color: @blColorG2;
margin-top: 32px;
}
}