feat:优化加载背景样式

This commit is contained in:
jxxghp
2025-02-06 13:48:03 +08:00
parent 361a4e0414
commit 2511acfea1
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" <html lang="en"
style="overflow: hidden auto; background: var(--initial-loader-bg, #fff); min-block-size: calc(100% + env(safe-area-inset-top) + env(safe-area-inset-bottom));"> style="overflow: hidden auto; min-block-size: calc(100% + env(safe-area-inset-top) + env(safe-area-inset-bottom));">
<head> <head>
<meta http-equiv="pragma" content="no-cache"> <meta http-equiv="pragma" content="no-cache">
+4
View File
@@ -1,3 +1,7 @@
html {
background: var(--initial-loader-bg, #fff);
}
#loading-bg { #loading-bg {
position: fixed; position: fixed;
z-index: 9999; z-index: 9999;