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