登录页修改

This commit is contained in:
cwchen 2025-09-12 13:25:07 +08:00
parent 118590ff07
commit 61364daa40
1 changed files with 10 additions and 8 deletions

View File

@ -58,7 +58,7 @@
</el-form> </el-form>
<!-- 底部 --> <!-- 底部 -->
<div class="el-login-footer"> <div class="el-login-footer">
<span></span> <span>© 2025 智慧图档管理系统. All rights reserved.</span>
</div> </div>
</div> </div>
</template> </template>
@ -356,19 +356,21 @@ export default {
} }
.el-login-footer { .el-login-footer {
height: 50px; height: 60px;
line-height: 50px; line-height: 60px;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
text-align: center; text-align: center;
color: rgba(255, 255, 255, 0.8); color: rgba(255, 255, 255, 0.9);
font-family: Arial; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px; font-size: 14px;
letter-spacing: 1px; font-weight: 400;
background: rgba(0, 0, 0, 0.1); letter-spacing: 0.5px;
background: rgba(0, 110, 107, 0.1);
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
z-index: 1; z-index: 1;
border-top: 1px solid rgba(255, 255, 255, 0.1);
} }
.login-code-img { .login-code-img {