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

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

parent 8d148a08
Pipeline #64889 waiting for manual action with stages
...@@ -84,8 +84,7 @@ ...@@ -84,8 +84,7 @@
.inner { .inner {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 84%; height: 100%;
z-index: 100;
&.newYearInner { &.newYearInner {
height: 100%!important; height: 100%!important;
} }
...@@ -97,6 +96,7 @@ ...@@ -97,6 +96,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
opacity: 1; opacity: 1;
z-index: 100;
&.newYearLoginTime { &.newYearLoginTime {
position: absolute!important; position: absolute!important;
top: 28px!important; top: 28px!important;
...@@ -139,6 +139,11 @@ ...@@ -139,6 +139,11 @@
} }
} }
} }
.timeCase{
position: absolute;
width: 100%;
z-index: 200;
}
.timeCase { .timeCase {
.time, .time,
.dayofweek, .dayofweek,
...@@ -176,10 +181,10 @@ ...@@ -176,10 +181,10 @@
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 50%; top: 50%;
margin-left: -400px;
margin-top: -150px;
display: flex; display: flex;
background:rgba(255,255,255,0.5); background:rgba(255,255,255,0.5);
transform: translate(-50%,-50%);
z-index: 100;
&.login-newYear-block { &.login-newYear-block {
width: 994px!important; width: 994px!important;
height: 424px!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