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