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