...
|
...
|
@@ -22,9 +22,9 @@ |
|
|
|
|
|
.dollar {
|
|
|
display: inline-block;
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
background: url("/home/yoho-coin/dollar.png") center center;
|
|
|
width: 22px;
|
|
|
height: 22px;
|
|
|
background: resolve("home/yoho-coin/dollar.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
...
|
...
|
|