调整首页

This commit is contained in:
chenxf 2026-05-06 16:22:07 +08:00
parent 814f1f8d3e
commit fe7a034472
2 changed files with 9 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 KiB

View File

@ -6,7 +6,7 @@
<div> <div>
<div class="logo_content"> <div class="logo_content">
<div class="sysName">内蒙古自治区市场监督管理局</div> <div class="sysName">内蒙古自治区市场监督管理局</div>
<img src="../../assets/images/login_bg.png" alt="" srcset=""> <img src="../../assets/images/login_bg_new.jpeg" alt="" srcset="">
<div class="copyRight"> <div class="copyRight">
© {{ new Date().getFullYear() }} 内蒙古自治区市场监督管理局 | 技术支持广东众望通科技股份有限公司 © {{ new Date().getFullYear() }} 内蒙古自治区市场监督管理局 | 技术支持广东众望通科技股份有限公司
</div> </div>
@ -350,22 +350,25 @@ $light_gray: #526B94;
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover;
object-position: center;
} }
.sysName{ .sysName{
position: absolute; position: absolute;
bottom: 0; bottom: 0;
top: 50px; top: 50px;
left: 50px; right: 50px;
color: #fff; color: #fff;
font-size: 32px; font-size: 32px;
font-family: "Times New Roman", Times, serif; font-family: "Times New Roman", Times, serif;
text-align: right;
} }
} }
.form { .form {
position: absolute; position: absolute;
left: 55%; left: 5%;
top: 50%; top: 50%;
margin-top: -330px; transform: translateY(-50%);
width: 620px; width: 620px;
height: 680px; height: 680px;
padding: 86px 60px; padding: 86px 60px;
@ -388,9 +391,10 @@ $light_gray: #526B94;
.copyRight { .copyRight {
position: absolute; position: absolute;
bottom:30px; bottom:30px;
left: 15%; right: 50px;
color: #fff; color: #fff;
font-size: 14px; font-size: 14px;
text-align: right;
} }
.tips { .tips {