登录即同意
《用户协议》
@@ -60,7 +90,7 @@
+@import './auth.scss';
+
+.login-type-container {
+ margin: 10px 20px;
+}
+
+:deep(.el-button--primary) {
+ background-color: #5778ff;
+ border-color: #5778ff;
+
+ &:hover,
+ &:focus {
+ background-color: #4a6ae8;
+ border-color: #4a6ae8;
+ }
+
+ &:active {
+ background-color: #3d5cd6;
+ border-color: #3d5cd6;
+ }
+}
+
diff --git a/main/manager-web/src/views/register.vue b/main/manager-web/src/views/register.vue
index 0806197f..744da3e4 100644
--- a/main/manager-web/src/views/register.vue
+++ b/main/manager-web/src/views/register.vue
@@ -23,38 +23,78 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
![验证码]()
+
+
+
+
+
+
+
+
+ {{ countdown > 0 ? `${countdown}秒后重试` : '发送验证码' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![验证码]()
+
+
+
+
+
@@ -81,7 +121,7 @@
+@import './auth.scss';
+
+.send-captcha-btn {
+ margin-right: -5px;
+ min-width: 100px;
+ height: 40px;
+ line-height: 40px;
+ border-radius: 4px;
+ font-size: 14px;
+ background: rgb(87, 120, 255);
+ border: none;
+ padding: 0px;
+
+ &:disabled {
+ background: #c0c4cc;
+ cursor: not-allowed;
+ }
+}
+