.container { display: flex; flex-direction: {{ direction }}; justify-content: {{ justify }}; align-items: {{ align }}; flex-wrap: {{ wrap }}; /* ...其他样式 */ }