Showing
3 changed files
with
2 additions
and
0 deletions
@@ -3,6 +3,7 @@ | @@ -3,6 +3,7 @@ | ||
3 | background-color: #fff; | 3 | background-color: #fff; |
4 | width: 750rpx; | 4 | width: 750rpx; |
5 | background: url(/static/login.png) no-repeat; | 5 | background: url(/static/login.png) no-repeat; |
6 | + background-size: 750rpx 1400rpx; | ||
6 | } | 7 | } |
7 | .f__login { | 8 | .f__login { |
8 | padding: 48rpx 32rpx; | 9 | padding: 48rpx 32rpx; |
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
2 | min-height: 100vh; | 2 | min-height: 100vh; |
3 | width: 750rpx; | 3 | width: 750rpx; |
4 | background: url(/static/login.png) no-repeat; | 4 | background: url(/static/login.png) no-repeat; |
5 | + background-size: 750rpx 1400rpx; | ||
5 | .login-main { | 6 | .login-main { |
6 | flex-direction: column; | 7 | flex-direction: column; |
7 | .content { | 8 | .content { |