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