版权调色
This commit is contained in:
parent
2e7104c0c6
commit
b9ad8e978a
|
|
@ -62,6 +62,8 @@
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div class="el-login-footer">
|
<div class="el-login-footer">
|
||||||
<span>Copyright © 2025 AI心理健康测评系统. All Rights Reserved.</span>
|
<span>Copyright © 2025 AI心理健康测评系统. All Rights Reserved.</span>
|
||||||
|
<br />
|
||||||
|
<span>佳佰能(深圳)科技有限公司研发</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -230,13 +232,15 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.el-login-footer {
|
.el-login-footer {
|
||||||
height: 40px;
|
height: auto;
|
||||||
line-height: 40px;
|
min-height: 40px;
|
||||||
|
padding: 10px 0;
|
||||||
|
line-height: 20px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #003366;
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,8 @@
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div class="el-login-footer">
|
<div class="el-login-footer">
|
||||||
<span>Copyright © 2025 AI心理健康测评系统. All Rights Reserved.</span>
|
<span>Copyright © 2025 AI心理健康测评系统. All Rights Reserved.</span>
|
||||||
|
<br />
|
||||||
|
<span>佳佰能(深圳)科技有限公司研发</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -309,13 +311,15 @@ export default {
|
||||||
color: #bfbfbf;
|
color: #bfbfbf;
|
||||||
}
|
}
|
||||||
.el-login-footer {
|
.el-login-footer {
|
||||||
height: 40px;
|
height: auto;
|
||||||
line-height: 40px;
|
min-height: 40px;
|
||||||
|
padding: 10px 0;
|
||||||
|
line-height: 20px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #003366;
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user