微信小程序联调

This commit is contained in:
zhonghua.li
2026-04-17 07:35:37 +08:00
parent c62622dc90
commit d74bc2ad1f
484 changed files with 3312 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
.loading-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f8f8f8;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-spinner{display:flex;flex-direction:column;align-items:center}.spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid #007AFF;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{color:#666;font-size:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
page{--status-bar-height:25px;--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px}[data-c-h="true"]{display: none !important;}