Authored by biao

更新+1动画图标位置

... ... @@ -160,13 +160,13 @@
}
li.fav {
.animate-count {
right: 65px;
right: pxToRem(100px);
}
}
li.useful {
.animate-count {
right: 57px;
right: pxToRem(88px);
}
}
}
... ...