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