fix: 安卓异常

This commit is contained in:
anonymous
2025-01-16 14:19:31 +08:00
parent 9b89ff64b3
commit 302dfdf203
15 changed files with 46 additions and 72 deletions
+2 -2
View File
@@ -153,11 +153,11 @@ onLoad(async (options) => {
.register-container {
box-sizing: border-box;
min-height: 100vh;
padding-bottom: 200rpx;
padding-bottom: 50px;
// background-repeat: no-repeat;
// background-size: cover;
background:
url('@/static/images/brand-person.png') right 40rpx bottom / 60% no-repeat,
url('@/static/images/brand-person.png') right 20px bottom / 60% no-repeat,
url('@/static/images/login-bg.jpg') top center / cover no-repeat;
}
</style>