版权调色
This commit is contained in:
parent
2e7104c0c6
commit
b9ad8e978a
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user