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