Authored by zhangxiaoru

limitcodeHelp

@@ -167,31 +167,31 @@ @@ -167,31 +167,31 @@
167 margin: 0.5rem 0; 167 margin: 0.5rem 0;
168 } 168 }
169 .limit-help-page .method-1 li:nth-child(1) .intro-img{ 169 .limit-help-page .method-1 li:nth-child(1) .intro-img{
170 - background-image: url('../img/product/help/1.png'); 170 + background-image: resolve('../img/product/help/1.png');
171 } 171 }
172 .limit-help-page .method-1 li:nth-child(2) .intro-img{ 172 .limit-help-page .method-1 li:nth-child(2) .intro-img{
173 - background-image: url('../img/product/help/2.png'); 173 + background-image: resolve('../img/product/help/2.png');
174 } 174 }
175 .limit-help-page .method-1 li:nth-child(3) .intro-img{ 175 .limit-help-page .method-1 li:nth-child(3) .intro-img{
176 - background-image: url('../img/product/help/3.png'); 176 + background-image: resolve('../img/product/help/3.png');
177 } 177 }
178 .limit-help-page .method-2 li:nth-child(1) .intro-img{ 178 .limit-help-page .method-2 li:nth-child(1) .intro-img{
179 - background-image: url('../img/product/help/4.png'); 179 + background-image: resolve('../img/product/help/4.png');
180 } 180 }
181 .limit-help-page .method-2 li:nth-child(2) .intro-img{ 181 .limit-help-page .method-2 li:nth-child(2) .intro-img{
182 - background-image: url('../img/product/help/5.png'); 182 + background-image: resolve('../img/product/help/5.png');
183 } 183 }
184 .limit-help-page .method-2 li:nth-child(3) .intro-img{ 184 .limit-help-page .method-2 li:nth-child(3) .intro-img{
185 - background-image: url('../img/product/help/6.png'); 185 + background-image: resolve('../img/product/help/6.png');
186 } 186 }
187 .limit-help-page .method-2 li:nth-child(4) .intro-img{ 187 .limit-help-page .method-2 li:nth-child(4) .intro-img{
188 - background-image: url('../img/product/help/7.png'); 188 + background-image: resolve('../img/product/help/7.png');
189 } 189 }
190 .limit-help-page .how li:nth-child(1) .intro-img{ 190 .limit-help-page .how li:nth-child(1) .intro-img{
191 - background-image: url('../img/product/help/8.png'); 191 + background-image: resolve('../img/product/help/8.png');
192 } 192 }
193 .limit-help-page .how li:nth-child(2) .intro-img{ 193 .limit-help-page .how li:nth-child(2) .intro-img{
194 - background-image: url('../img/product/help/9.png'); 194 + background-image: resolvel('../img/product/help/9.png');
195 margin-bottom: 0; 195 margin-bottom: 0;
196 } 196 }
197 </style> 197 </style>