mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-20 02:49:34 +08:00
我的页面头像加载优化
This commit is contained in:
parent
55884cdc34
commit
15a8dbd3ca
@ -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;
|
||||
|
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user