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