/* packageE/groupCode/groupCodeData/groupCodeData.wxss */ .listBox { margin: 27rpx 24rpx; display: flex; flex-wrap: wrap; justify-content: space-between; } .listBox .lis:nth-child(3n) { margin-bottom: 17rpx; } .lis { width: 200rpx; height: 133rpx; background-color: #fff; border-radius: 18rpx; display: flex; flex-direction: column; justify-content: space-around; padding-left: 14rpx; } .listit { font-size: 24rpx; line-height: 48rpx; color: #666; } .lismum { font-size: 32rpx; line-height: 48rpx; margin-bottom: 20rpx; } .box .listview:last-child { border: none; } .listview { /* height: 87rpx; */ background-color: #fff; padding: 29rpx 39rpx 33rpx 41rpx; /* display: flex; justify-content: space-between; align-items: center; */ border: 1rpx solid #f9f9f9; } .listview .top { font-size: 32rpx; color: #333; line-height: 48rpx; display: flex; justify-content: space-between; align-items: center; } .bom { display: none; } .bomline { display: flex; justify-content: space-between; align-items: center; } .bomline text { font-size: 28rpx; line-height: 48rpx; letter-spacing: 0rpx; color: #666; }