...
|
...
|
@@ -33,43 +33,43 @@ |
|
|
|
|
|
.method-1 {
|
|
|
li:nth-child(1) .intro-img {
|
|
|
background-image: resolve(product/help/1.png);
|
|
|
background-image: resolve("product/help/1.png");
|
|
|
}
|
|
|
|
|
|
li:nth-child(2) .intro-img {
|
|
|
background-image: resolve(product/help/2.png);
|
|
|
background-image: resolve("product/help/2.png");
|
|
|
}
|
|
|
|
|
|
li:nth-child(3) .intro-img {
|
|
|
background-image: resolve(product/help/3.png);
|
|
|
background-image: resolve("product/help/3.png");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.method-2 {
|
|
|
li:nth-child(1) .intro-img {
|
|
|
background-image: resolve(product/help/4.png);
|
|
|
background-image: resolve("product/help/4.png");
|
|
|
}
|
|
|
|
|
|
li:nth-child(2) .intro-img {
|
|
|
background-image: resolve(product/help/5.png);
|
|
|
background-image: resolve("product/help/5.png");
|
|
|
}
|
|
|
|
|
|
li:nth-child(3) .intro-img {
|
|
|
background-image: resolve(product/help/6.png);
|
|
|
background-image: resolve("product/help/6.png");
|
|
|
}
|
|
|
|
|
|
li:nth-child(4) .intro-img {
|
|
|
background-image: resolve(product/help/7.png);
|
|
|
background-image: resolve("product/help/7.png");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.how {
|
|
|
li:nth-child(1) .intro-img {
|
|
|
background-image: resolve(product/help/8.png);
|
|
|
background-image: resolve("product/help/8.png");
|
|
|
}
|
|
|
|
|
|
li:nth-child(2) .intro-img {
|
|
|
background-image: resolve(product/help/9.png);
|
|
|
background-image: resolve("product/help/9.png");
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
}
|
...
|
...
|
|