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