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

View File

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