diff --git a/src/views/login.vue b/src/views/login.vue index eaed7e3..9e1848e 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -58,7 +58,7 @@
@@ -356,19 +356,21 @@ export default { } .el-login-footer { - height: 50px; - line-height: 50px; + height: 60px; + line-height: 60px; position: fixed; bottom: 0; width: 100%; text-align: center; - color: rgba(255, 255, 255, 0.8); - font-family: Arial; - font-size: 12px; - letter-spacing: 1px; - background: rgba(0, 0, 0, 0.1); + color: rgba(255, 255, 255, 0.9); + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 14px; + font-weight: 400; + letter-spacing: 0.5px; + background: rgba(0, 110, 107, 0.1); backdrop-filter: blur(10px); z-index: 1; + border-top: 1px solid rgba(255, 255, 255, 0.1); } .login-code-img {