/* components/row/row.wxss */ .n-row-class { background-color: red; } .n-row-wrap { overflow: hidden; } .n-row { display: block; position: relative; &::after { content: ''; display: table; clear: both; height: 1rpx; } }