整理文档并接入 H5 体验测试链路

This commit is contained in:
2026-03-27 15:36:27 +08:00
parent 0e025c3426
commit 0e0a724025
55 changed files with 4177 additions and 55 deletions

View File

@@ -0,0 +1,27 @@
.page {
height: 100%;
}
page {
background: #f5f7f6;
}
.experience-webview__loading {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 48rpx;
color: #1f2f26;
}
.experience-webview__loading-title {
font-size: 32rpx;
font-weight: 600;
}
.experience-webview__loading-error {
margin-top: 20rpx;
font-size: 26rpx;
color: #a0523d;
}