调整首页
This commit is contained in:
parent
814f1f8d3e
commit
fe7a034472
Binary file not shown.
|
After Width: | Height: | Size: 704 KiB |
|
|
@ -6,7 +6,7 @@
|
|||
<div>
|
||||
<div class="logo_content">
|
||||
<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">
|
||||
© {{ new Date().getFullYear() }} 内蒙古自治区市场监督管理局 | 技术支持:广东众望通科技股份有限公司
|
||||
</div>
|
||||
|
|
@ -350,22 +350,25 @@ $light_gray: #526B94;
|
|||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
}
|
||||
.sysName{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: 50px;
|
||||
left: 50px;
|
||||
right: 50px;
|
||||
color: #fff;
|
||||
font-size: 32px;
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
.form {
|
||||
position: absolute;
|
||||
left: 55%;
|
||||
left: 5%;
|
||||
top: 50%;
|
||||
margin-top: -330px;
|
||||
transform: translateY(-50%);
|
||||
width: 620px;
|
||||
height: 680px;
|
||||
padding: 86px 60px;
|
||||
|
|
@ -388,9 +391,10 @@ $light_gray: #526B94;
|
|||
.copyRight {
|
||||
position: absolute;
|
||||
bottom:30px;
|
||||
left: 15%;
|
||||
right: 50px;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tips {
|
||||
|
|
|
|||
Loading…
Reference in New Issue