|
@@ -547,8 +547,9 @@
|
|
|
|
|
|
// height:$titleBar-tabBar-page;
|
|
|
.lli-develop-expect-page{
|
|
|
- display: flex;flex-direction: column;justify-content: space-between;align-items: center;
|
|
|
- position: relative;box-sizing: border-box;padding-top: calc(24rpx + var(--status-bar-height));
|
|
|
+ width: 100%;height: 100vh;
|
|
|
+ display: flex;flex-direction: column;justify-content: center;align-items: center;
|
|
|
+ position: relative;box-sizing: border-box;
|
|
|
.page-content{
|
|
|
background-color: #9ed5cf;width: 100%;text-align: center;display: block;
|
|
|
margin-top: 44px;flex: 1;
|