增加移动端登录页面

This commit is contained in:
RockYang
2024-12-26 16:52:20 +08:00
parent acee2d9d81
commit 8af0fec8ec
25 changed files with 831 additions and 1012 deletions

View File

@@ -2,6 +2,7 @@
--sm-txt:rgba(163, 174, 208, 1);
--text-secondary: #8a939d;
--el-color-primary: rgb(107, 80, 225);
--van-primary-color:rgb(107, 80, 225);
--theme-textcolor-normal:#b0a0f8;
--el-border-radius-base: 5px;
--el-color-primary-light-5:rgb(107, 85, 255);

View File

@@ -20,8 +20,12 @@
height: 100vh;
.title{
font-size: 28px
height: 40px
width 120px
text-align: center;
word-wrap break-all;
overflow hidden
font-weight: 700
margin-right: 6px
color:var(--text-theme-color)
}
img{

View File

@@ -52,6 +52,8 @@
.list-item {
display flex
.image {
overflow hidden

View File

@@ -70,8 +70,10 @@
}
.logo {
height 50px
height 60px
width 60px
border-radius 50%
background: var(--theme-bg)
}
.el-button {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 75 KiB