Browse Source

背景图路径修改

zhanghe 6 years ago
parent
commit
a268162c2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/stage/index/style/IndexScene.less

+ 1 - 1
src/stage/index/style/IndexScene.less

@@ -51,7 +51,7 @@
 	width: unit(@designWidth, rem);
 	height: unit(@designHeight, rem);
 	padding: 0.05rem 1.2rem .5rem;
-	background-image: url('assets/img/IndexScene/landy_Indexbg.png');
+	background-image: url('assets/img/IndexScene/background.png');
 	background-size: cover;
 	background-repeat: no-repeat;