This commit is contained in:
2023-10-08 13:55:40 +08:00

View File

@@ -191,12 +191,12 @@ export default {
_fj(center)
.login-wraper
_fj()
_wh(70%, 65%)
_wh(60%, 65%)
padding 20px
background-color #fff
border-radius 20px
.login-logo-wraper
width 40%
width 50%
padding 20px
_fj(center,,column)
.login-logo
@@ -211,7 +211,7 @@ export default {
.login-logo-txt2
_font(20px, 34px, #464646,,center)
.login-content
width 60%
width 50%
padding 20px 10px
.login-content_wraper
width 100%
@@ -220,37 +220,37 @@ export default {
_fj(center,,column)
.dl
width 100%
_font(28px, 60px, #333, bold, center)
_font(20px, 50px, #333, bold, center)
margin-bottom 30px
.login-items-wraper
width 100%
.login-item
_fj()
_wh(100%, 80px)
_wh(100%, 40px)
background-color #fff
padding 5px 12px
padding 5px 10px
border 1px solid $gray2
border-radius 20px
border-radius 8px
+.login-item
margin-top 20px
.login-label
width 220px
_font(28px, 70px, $gray1,,)
width 115px
_font(16px, 30px, $gray1,,)
.login-input
width calc(100% - 220px)
_font(28px, 70px, $gray1,,)
width calc(100% - 115px)
_font(16px, 30px, $gray1,,)
.login-setup-wraper
width 100%
margin-top 10px
_fj()
a
_font(28px, 80px, $red1,,)
_font(16px, 30px, $red1,,)
.login-setup-wraper__r
justify-content flex-end
.setup-info
color $red1
.setup-info
_font(28px, 80px, $fc1,,)
_font(16px, 30px, $fc1,,)
.login-buttons-wraper
width 100%
margin-top 10px