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