Explorar el Código

背景图命名错误修改

raolu hace 6 años
padre
commit
df7b8e5624
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      html/download/css/download.css

+ 1 - 1
html/download/css/download.css

@ -10,7 +10,7 @@ img {
	width: 100%;
	width: 100%;
	max-width: 640px;
	max-width: 640px;
	height: 100%;
	height: 100%;
	background-image: url(../images/BG.PNG);
	background-image: url(../images/BG.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center top;
	background-position: center top;
	background-size: cover;
	background-size: cover;