整理文档并接入 H5 体验测试链路
This commit is contained in:
24
miniprogram/pages/webview-test/webview-test.wxss
Normal file
24
miniprogram/pages/webview-test/webview-test.wxss
Normal file
@@ -0,0 +1,24 @@
|
||||
.webview-test-page {
|
||||
height: 100vh;
|
||||
background: #f5f7f8;
|
||||
}
|
||||
|
||||
.webview-test-page__loading {
|
||||
min-height: 100vh;
|
||||
padding: 120rpx 48rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.webview-test-page__title {
|
||||
font-size: 40rpx;
|
||||
font-weight: 600;
|
||||
color: #102a24;
|
||||
}
|
||||
|
||||
.webview-test-page__desc {
|
||||
margin-top: 28rpx;
|
||||
font-size: 24rpx;
|
||||
line-height: 1.6;
|
||||
color: #5a6e68;
|
||||
word-break: break-all;
|
||||
}
|
||||
Reference in New Issue
Block a user