wupengfei
2025-10-17 17511a0d3d2635723c3d0e1c9da6db75996253d9
1
2
3
4
5
@use 'sass:math';
 
@function loginPx2Rem($px) {
  @return #{math.div($px * 0.9, 100)}rem;
}