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