// 设置内外边距
@mixin set-margin-attr($property_name, $num) {
	#{$property_name}: $num + rpx
}