diff --git a/public/img/bg/bg5.png b/public/img/bg/bg5.png new file mode 100644 index 0000000..5b2a034 Binary files /dev/null and b/public/img/bg/bg5.png differ diff --git a/public/img/bg/login-title.png b/public/img/bg/login-title.png new file mode 100644 index 0000000..63a6453 Binary files /dev/null and b/public/img/bg/login-title.png differ diff --git a/src/config/website.js b/src/config/website.js index b8abf85..c08dd35 100644 --- a/src/config/website.js +++ b/src/config/website.js @@ -5,12 +5,12 @@ export default { title: "车管所体检预约", logo: "C", key: 'saber',//配置主键,目前用于存储 - indexTitle: '车管所体检预约 管理', + indexTitle: '车管所体检预约管理', clientId: 'saber', // 客户端id clientSecret: 'saber_secret', // 客户端密钥 - tenantMode: true, // 是否开启租户模式 + tenantMode: false, // 是否开启租户模式 tenantId: "000000", // 管理组租户编号 - captchaMode: true, // 是否开启验证码模式 + captchaMode: false, // 是否开启验证码模式 switchMode: false, // 是否开启部门切换模式 lockPage: '/lock', tokenTime: 3000, diff --git a/src/page/login/index.vue b/src/page/login/index.vue index ddb6e42..1447333 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -4,7 +4,7 @@ @keyup.enter.native="handleLogin">
-
+ -
+ +
-->
- + - + + {{ $t('login.phoneLogin') }} {{ $t('login.thirdLogin') }} {{ $t('login.ssoLogin') }} -
+
--> diff --git a/src/page/login/userlogin.vue b/src/page/login/userlogin.vue index 66c92d4..5338090 100644 --- a/src/page/login/userlogin.vue +++ b/src/page/login/userlogin.vue @@ -15,7 +15,7 @@ --> - - h3 { +.login-main>h3 { margin-bottom: 20px; } -.login-main > p { +.login-main>p { color: #76838f; } .login-title { color: #333; margin-bottom: 40px; + margin-top: 60px; font-weight: 500; font-size: 22px; text-align: center; - letter-spacing: 4px; + // letter-spacing: 4px; +} + +.login-img { + width: 396px; + height: 42px; +} + +.login-small-title { + color: #999999; + font-size: 12px; + line-height: 16px; + font-family: Microsoft YaHei-Light, Microsoft YaHei; + font-weight: 300; + text-align: left; + margin-top: 14px; } .login-menu { @@ -111,21 +131,26 @@ .login-submit { width: 100%; - height: 45px; - border: 1px solid #409EFF; - background: none; + height: 60px; + // border: 1px solid #409EFF; + background: #1677FF; + ; font-size: 18px; letter-spacing: 2px; font-weight: 300; - color: #409EFF; + // color: #409EFF; + color: #fff; + font-family: Microsoft YaHei-Regular, Microsoft YaHei; + font-weight: 400; cursor: pointer; - margin-top: 30px; - font-family: "neo"; + margin-top: 50px; + // font-family: "neo"; transition: 0.25s; + border-radius: 8px; } .login-form { - margin: 10px 0; + margin: 0 0 60px 0; i { color: #333; @@ -136,24 +161,33 @@ } .el-form-item { - margin-bottom: 12px; + margin-bottom: 20px; } .el-input { input { - padding-bottom: 10px; + height:60px; + + // padding-bottom: 10px; text-indent: 5px; - background: transparent; - border: none; - border-radius: 0; + // background: transparent; + // border: none; + // border-radius: 0; color: #333; - border-bottom: 1px solid rgb(235, 237, 242); + // border-bottom: 1px solid rgb(235, 237, 242); + border: 1px solid #D2D2D2; + border-radius: 8PX; + &:focus{ + border-color: #1677FF; + } } .el-input__prefix { + top: 10px; i { + color: #1677FF; padding: 0 5px; - font-size: 16px !important; + font-size: 18px !important; } } } @@ -179,5 +213,5 @@ line-height: 38px; text-indent: 5px; text-align: center; - cursor:pointer!important; -} + cursor: pointer !important; +} \ No newline at end of file diff --git a/src/views/blacklist/index.vue b/src/views/blacklist/index.vue index efa4ea4..a13fd1e 100644 --- a/src/views/blacklist/index.vue +++ b/src/views/blacklist/index.vue @@ -1,11 +1,11 @@