Browse Source

样式优化

tanxue 6 months ago
parent
commit
d62d0bc1e7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      common/styles/global/pages.scss

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

@@ -161,8 +161,7 @@
 
 // 选择年级和学期
 .grades-terms-page{
-	width:100%;height:100vh; 
-	background-color: #43c1f6;
+	width:100%;height:100vh;background-color: #43c1f6;box-sizing: border-box;padding-top:var(--status-bar-height);
 	background-image: url("@/static/images/grade/grades-terms-bj.png");@include ezy-no-repeat-cover(top);
 	// padding-top: 52%;
 	position: relative;min-height: 1212rpx;