版权调色

This commit is contained in:
胡圣锋 2025-11-23 10:16:12 +08:00
parent 2e7104c0c6
commit b9ad8e978a
2 changed files with 14 additions and 6 deletions

View File

@ -62,6 +62,8 @@
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2025 AI心理健康测评系统. All Rights Reserved.</span>
<br />
<span>佳佰能深圳科技有限公司研发</span>
</div>
</div>
</template>
@ -230,13 +232,15 @@ export default {
}
}
.el-login-footer {
height: 40px;
line-height: 40px;
height: auto;
min-height: 40px;
padding: 10px 0;
line-height: 20px;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
color: #fff;
color: #003366;
font-family: Arial;
font-size: 12px;
letter-spacing: 1px;

View File

@ -85,6 +85,8 @@
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2025 AI心理健康测评系统. All Rights Reserved.</span>
<br />
<span>佳佰能深圳科技有限公司研发</span>
</div>
</div>
</template>
@ -309,13 +311,15 @@ export default {
color: #bfbfbf;
}
.el-login-footer {
height: 40px;
line-height: 40px;
height: auto;
min-height: 40px;
padding: 10px 0;
line-height: 20px;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
color: #fff;
color: #003366;
font-family: Arial;
font-size: 12px;
letter-spacing: 1px;