tanxue il y a 3 mois
Parent
commit
d975ad7572
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      common/styles/global/pages.scss

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

@@ -1,9 +1,10 @@
 /********** 这里放页面样式 **********/
 /********** 这里放页面样式 **********/
 /*** 登录页面***/
 /*** 登录页面***/
 .phone-login-page{
 .phone-login-page{
-	width:100%;height:100vh; background-color: #fff;
+	width:100%;height:100vh; background-color: #fff;position: relative;
 	.login-wrap-box{
 	.login-wrap-box{
 		width:100%;height: 1283rpx;background-image: url("@/static/images/login/login-bj-img.png");@include ezy-no-repeat-cover(top);
 		width:100%;height: 1283rpx;background-image: url("@/static/images/login/login-bj-img.png");@include ezy-no-repeat-cover(top);
+		position: absolute;top:0;
 	}
 	}
 	.bjcx-head-box{width: 100%;text-align: center;margin-bottom: 100rpx;
 	.bjcx-head-box{width: 100%;text-align: center;margin-bottom: 100rpx;
 	margin-top: calc(180rpx + var(--status-bar-height));display: inline-block;}
 	margin-top: calc(180rpx + var(--status-bar-height));display: inline-block;}