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