mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-22 10:32:52 +08:00
我的页面头像加载优化
This commit is contained in:
parent
55884cdc34
commit
15a8dbd3ca
@ -3,7 +3,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-image: url("../../assets//images/login/bg.png");
|
background-image: url("../../assets//images/login/bg.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100%;
|
||||||
.top-content {
|
.top-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
@ -4,8 +4,9 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
background-image: url("../../assets//images/login/bg.png");
|
background-image: url("../../assets/images/login/bg.png");
|
||||||
background-size: 100% 100%;
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100%;
|
||||||
.support-box {
|
.support-box {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 87%;
|
top: 87%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user