loading路径修改

This commit is contained in:
zhouyuejun
2018-12-25 14:07:16 +08:00
parent afa8646322
commit c95f857e88
+1 -1
View File
@@ -147,7 +147,7 @@
left: calc(50% - 120px); left: calc(50% - 120px);
margin-bottom: 25px; margin-bottom: 25px;
width: 80px; height: 80px; width: 80px; height: 80px;
background: url('/assets/images/loading.png') no-repeat top center, linear-gradient(to top, transparent, transparent); background: url('/adminweb/assets/images/loading.png') no-repeat top center, linear-gradient(to top, transparent, transparent);
background-size: cover; background-size: cover;
animation: spin 2s linear infinite; animation: spin 2s linear infinite;
}; };