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