雾聪
2024-05-15 35d8c884a5a375361c416440431b9339c6e47585
1
2
3
4
5
@use 'sass:math';
 
@function p($px) {
    @return #{math.div($px, 19.2) + 'rem'};
}