@keyframes title-animation { 0% { font-size: 32rpx; } 100% { font-size: 36rpx; } } .login-wrap { padding: 50rpx 34rpx; min-height: 500rpx; background-color: #fff; border-radius: 20rpx 20rpx 0 0; } .head-box { padding: 0 10rpx; .head-title { min-width: 160rpx; font-weight: bold; font-size: 48rpx; color: #222222; line-height: 80rpx; margin-bottom: 20rpx; } .head-title-active { width: 160rpx; font-size: 32rpx; font-weight: 600; color: #999; line-height: 36rpx; } .head-title-animation { animation-name: title-animation; animation-duration: 0.1s; animation-timing-function: ease-out; animation-fill-mode: forwards; } .head-title-line { position: relative; &::before { content: ''; width: 1rpx; height: 34rpx; background-color: #e4e7ed; position: absolute; left: -30rpx; top: 50%; transform: translateY(-50%); } } .head-subtitle { font-weight: 400; font-size: 28rpx; color: #999999; line-height: 40rpx; } } // .code-btn[disabled] { // background-color: #fff; // } .code-btn-start { width: 160rpx; height: 56rpx; line-height: normal; border: 2rpx solid var(--ui-BG-Main); border-radius: 28rpx; font-size: 26rpx; font-weight: 400; color: var(--ui-BG-Main); opacity: 1; } .captcha-btn{ height: 68rpx; margin-right: 16rpx; } .forgot-btn { width: 160rpx; line-height: 56rpx; font-size: 30rpx; font-weight: 500; color: #999; } .login-btn-start { width: 158rpx; height: 56rpx; line-height: normal; background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient)); border-radius: 28rpx; font-size: 26rpx; font-weight: 500; color: #fff; } .type-btn { padding: 20rpx; margin: 40rpx auto; width: 200rpx; font-size: 30rpx; font-weight: 500; color: #999999; } .auto-login-box { width: 100%; .auto-login-btn { width: 68rpx; height: 68rpx; border-radius: 50%; margin: 0 30rpx; } .auto-login-img { width: 68rpx; height: 68rpx; border-radius: 50%; } } .agreement-box { margin: 80rpx auto 0; .protocol-check { transform: scale(0.7); } .agreement-text { font-size: 26rpx; font-weight: 500; color: #999999; .tcp-text { color: var(--ui-BG-Main); } } } // 修改密码 .editPwd-btn-box { .save-btn { width: 690rpx; line-height: 70rpx; background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient)); border-radius: 35rpx; font-size: 28rpx; font-weight: 500; color: #ffffff; } .forgot-btn { width: 690rpx; line-height: 70rpx; font-size: 28rpx; font-weight: 500; color: #999999; } } :deep(.uni-forms){ .uni-forms-item__inner{ padding-bottom: 40rpx; } .uni-easyinput__placeholder-class{ font-weight: 400; font-size: 28rpx; color: #CCCCCC; } .uni-easyinput{ background: #F7F7F7; border-radius: 20rpx; } .uni-easyinput__content-input{ height: 100rpx; line-height: 100rpx; padding: 0 30rpx !important; box-sizing: border-box; font-weight: 500; font-size: 28rpx; color: #222222; } } .forgot_box{ display: flex; justify-content: flex-end; padding-bottom: 40rpx; opacity: 0; .forgot_btn{ font-weight: 400; font-size: 28rpx; color: #24D688; line-height: 40rpx; } } .submit_btn{ width: 630rpx; height: 104rpx; background: #35E89A; border-radius: 40rpx; margin: 0 auto; font-weight: bold; font-size: 32rpx; color: #222222; line-height: 104rpx; text-align: center; } .reg_btn{ margin-top: 212rpx; }