app-rate.less 80 字节
Newer Older
1 2 3 4 5
.app-rate {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}