Commit 13ec3e0e authored by 赵瑞's avatar 赵瑞

fix:全景默认登录页样式修改

parent 8d148a08
Pipeline #64889 waiting for manual action with stages
......@@ -84,8 +84,7 @@
.inner {
position: absolute;
width: 100%;
height: 84%;
z-index: 100;
height: 100%;
&.newYearInner {
height: 100%!important;
}
......@@ -97,6 +96,7 @@
align-items: center;
justify-content: center;
opacity: 1;
z-index: 100;
&.newYearLoginTime {
position: absolute!important;
top: 28px!important;
......@@ -139,6 +139,11 @@
}
}
}
.timeCase{
position: absolute;
width: 100%;
z-index: 200;
}
.timeCase {
.time,
.dayofweek,
......@@ -176,10 +181,10 @@
position: absolute;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: -150px;
display: flex;
background:rgba(255,255,255,0.5);
transform: translate(-50%,-50%);
z-index: 100;
&.login-newYear-block {
width: 994px!important;
height: 424px!important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment