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