游雁
2024-03-25 09147821621e2401c7ba81cba74caa11cf732799
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}