Ver código fonte

样式修改

tanxue 5 meses atrás
pai
commit
6e5dff65c7
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3 2
      common/styles/global/pages.scss

+ 3 - 2
common/styles/global/pages.scss

@@ -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;