Commit 3eb93f8a authored by 周宏民's avatar 周宏民

style: 演示功能引导页加载样式修改

parent aed7975f
Pipeline #85140 passed with stages
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
justify-content: center; justify-content: center;
top: 0; top: 0;
left: 0; left: 0;
z-index: 110; z-index: 1080;
background-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.8);
} }
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
} }
.loader { .loader {
animation: rotate 2s infinite; animation: rotate 1s infinite;
height: 50px; height: 50px;
width: 50px; width: 50px;
} }
...@@ -273,14 +273,14 @@ ...@@ -273,14 +273,14 @@
} }
.loader:before { .loader:before {
animation: ball1 2s infinite; animation: ball1 1s infinite;
background-color: #fff; background-color: #fff;
box-shadow: 30px 0 0 #1685FF; box-shadow: 30px 0 0 #1685FF;
margin-bottom: 10px; margin-bottom: 10px;
} }
.loader:after { .loader:after {
animation: ball2 2s infinite; animation: ball2 1s infinite;
background-color: #1685FF; background-color: #1685FF;
box-shadow: 30px 0 0 #fff; box-shadow: 30px 0 0 #fff;
} }
......
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