简化css链接图片地址

This commit is contained in:
Argo-Lenovo 2016-12-15 16:44:43 +08:00
parent 952eef60f7
commit 3885e7d516
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.lock-screen {
background: #02bac6 url("../../Content/images/lock-bg.jpg");
background: #02bac6 url("../images/lock-bg.jpg");
background-size: cover;
background-repeat: repeat;
}