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