我的页面头像加载优化

This commit is contained in:
禺狨 2023-07-03 09:52:01 +08:00
parent 55884cdc34
commit 15a8dbd3ca
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
width: 100%;
background-image: url("../../assets//images/login/bg.png");
background-repeat: no-repeat;
background-size: 100% 100%;
background-size: 100%;
.top-content {
width: 100%;
height: 150px;

View File

@ -4,8 +4,9 @@
left: 0;
right: 0;
top: 0;
background-image: url("../../assets//images/login/bg.png");
background-size: 100% 100%;
background-image: url("../../assets/images/login/bg.png");
background-repeat: no-repeat;
background-size: 100%;
.support-box {
position: fixed;
top: 87%;