Feat(登录):UI调整(99%)

This commit is contained in:
linxi
2024-09-09 18:00:46 +08:00
parent b27d9b12fe
commit bde972a5ad
2 changed files with 130 additions and 59 deletions
+7
View File
@@ -133,6 +133,10 @@ each(@colors, {
display: flex;
align-items: end;
}
.v12-align-baseline{
display: flex;
align-items: baseline;
}
.v12-justify-center{
display: flex;
justify-content: center;
@@ -173,6 +177,9 @@ each(@colors, {
color: #fff;
font-size: 27rpx;
}
.v12-full-width{
width: 100%;
}