wupengfei
昨天 4f0a665d8b0078defa95c6557ed46c681ca29fc6
1
2
3
4
5
@use 'sass:math';
 
@function loginPx2Rem($px) {
  @return #{math.div($px * 0.9, 100)}rem;
}