...
|
...
|
@@ -140,9 +140,10 @@ |
|
|
|
|
|
.title:before {
|
|
|
content: "";
|
|
|
width: 13px;
|
|
|
height: 16px;
|
|
|
background: url("/help/file.png") no-repeat;
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
background: resolve("help/file.png") no-repeat;
|
|
|
background-size: 18px 18px;
|
|
|
position: absolute;
|
|
|
left: 3px;
|
|
|
top: 1px;
|
...
|
...
|
@@ -212,7 +213,8 @@ |
|
|
content: "";
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
background: url("/help/a.png") no-repeat;
|
|
|
background: resolve("help/q.png") no-repeat;
|
|
|
background-size: 18px 18px;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
}
|
...
|
...
|
@@ -221,7 +223,8 @@ |
|
|
content: "";
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
background: url("/help/q.png") no-repeat;
|
|
|
background: resolve("help/a.png") no-repeat;
|
|
|
background-size: 18px 18px;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
}
|
...
|
...
|
|