@import "../../../../style/CommonStyle.module.less"; @import "../../../../style/utils.module.less"; .container { width: 100%; height: 180px; > div:nth-child(1) { .size(@w: 100%, @h: 100%); } } .themeList { width: 100%; .flex(@display: flex, @justifyCenter: flex-start, @alignCenter: flex-start); overflow-x: auto; overflow-y: hidden; > * + * { margin-left: 18px; } }