代码片段 .scss { "水平排布": { "prefix": "just", "body": [ "justify-content: space-around;", ], "description": "水平排布" }, "计算像素": { "prefix": "ca", "body": [ "calc();", ], "descriptio...