feat: Pjax 加载 CSS 优化

pull/620/head
耗子 2023-11-16 00:41:01 +08:00
parent 1d4912197d
commit dd0f673255
1 changed files with 2 additions and 6 deletions

View File

@ -13,13 +13,13 @@ body .loader {
height: 100%;
background-color: rgba(255, 255, 255, .2);
text-align: center;
font-size: 2em
font-size: 2em !important;
}
body .loader_overlay {
width: 150px;
height: 150px;
background: transparent;
box-shadow: 0px 0px 0px 1000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
box-shadow: 0px 0px 0px 9999px rgba(255, 255, 255, 0.67), 0px 0px 20px 0px rgba(0, 0, 0, 0.16) inset;
border-radius: 100%;
z-index: -1;
position: absolute;
@ -37,7 +37,6 @@ body .loader_cogs {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
@ -75,7 +74,6 @@ body .loader_cogs__top div.top_hole {
border-radius: 100%;
background: white;
position: absolute;
position: absolute;
left: 0;
right: 0;
top: 0;
@ -120,7 +118,6 @@ body .loader_cogs__left div.left_hole {
border-radius: 100%;
background: white;
position: absolute;
position: absolute;
left: 0;
right: 0;
top: 0;
@ -165,7 +162,6 @@ body .loader_cogs__bottom div.bottom_hole {
border-radius: 100%;
background: white;
position: absolute;
position: absolute;
left: 0;
right: 0;
top: 0;