Ver Fonte

样式优化

tanxue há 3 meses atrás
pai
commit
d975ad7572
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      common/styles/global/pages.scss

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

@@ -1,9 +1,10 @@
 /********** 这里放页面样式 **********/
 /*** 登录页面***/
 .phone-login-page{
-	width:100%;height:100vh; background-color: #fff;
+	width:100%;height:100vh; background-color: #fff;position: relative;
 	.login-wrap-box{
 		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;
 	margin-top: calc(180rpx + var(--status-bar-height));display: inline-block;}