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