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