Authored by zhangxiaoru

limitcodeHelp

... ... @@ -167,31 +167,31 @@
margin: 0.5rem 0;
}
.limit-help-page .method-1 li:nth-child(1) .intro-img{
background-image: url('../img/product/help/1.png');
background-image: resolve('../img/product/help/1.png');
}
.limit-help-page .method-1 li:nth-child(2) .intro-img{
background-image: url('../img/product/help/2.png');
background-image: resolve('../img/product/help/2.png');
}
.limit-help-page .method-1 li:nth-child(3) .intro-img{
background-image: url('../img/product/help/3.png');
background-image: resolve('../img/product/help/3.png');
}
.limit-help-page .method-2 li:nth-child(1) .intro-img{
background-image: url('../img/product/help/4.png');
background-image: resolve('../img/product/help/4.png');
}
.limit-help-page .method-2 li:nth-child(2) .intro-img{
background-image: url('../img/product/help/5.png');
background-image: resolve('../img/product/help/5.png');
}
.limit-help-page .method-2 li:nth-child(3) .intro-img{
background-image: url('../img/product/help/6.png');
background-image: resolve('../img/product/help/6.png');
}
.limit-help-page .method-2 li:nth-child(4) .intro-img{
background-image: url('../img/product/help/7.png');
background-image: resolve('../img/product/help/7.png');
}
.limit-help-page .how li:nth-child(1) .intro-img{
background-image: url('../img/product/help/8.png');
background-image: resolve('../img/product/help/8.png');
}
.limit-help-page .how li:nth-child(2) .intro-img{
background-image: url('../img/product/help/9.png');
background-image: resolvel('../img/product/help/9.png');
margin-bottom: 0;
}
</style>
... ...