Authored by zhangxiaoru

help

... ... @@ -103,10 +103,6 @@
margin-top: 20px;
}
/* li:nth-child(4n) {
margin-right: 0;
}*/
li:nth-child(-n+4) {
margin-top: 0;
}
... ...
... ... @@ -13,6 +13,7 @@
text-align: center;
background: #fff;
}
.nav {
li {
cursor: pointer;
... ... @@ -26,7 +27,7 @@
height: 14px;
width: 14px;
background-repeat: no-repeat;
background-image: resolve('help/plus.png');
background-image: resolve("help/plus.png");
background-size: 14px 14px;
position: relative;
top: 3px;
... ... @@ -64,13 +65,14 @@
.big-title {
font-size: 20px;
}
.step-title {
font-weight: bolder;
padding-bottom: 5px;
}
.step {
list-style: disc;
}
}
}
... ...