matrix.wxss 260 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 .resource-matrix { margin: 10rpx; display: flex; flex-wrap: wrap; } .resource-matrix .matrix-block { width: 242rpx; height: 190rpx; overflow: hidden; } .resource-matrix .matrix-block image { width: inherit; height: inherit; }