style: 修正背景图片路径
This commit is contained in:
parent
d5bf54a4dc
commit
4f48ad0d21
|
@ -1,5 +1,5 @@
|
||||||
.lock-screen {
|
.lock-screen {
|
||||||
background: #02bac6 url("images/lock-bg.jpg");
|
background: #02bac6 url("../images/lock-bg.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue