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