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