hList.acss 511 Bytes
.comHList {
    padding: 32rpx 32rpx 76rpx;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.comHList-item-image {
    height: 84rpx;
    line-height: 84rpx;
    text-align: center
}
.comHList-item {
    margin-top: 44rpx;
}
.comHList-item-image>image {
    width: 84rpx;
    height: 100%;
    vertical-align: top;
}

.comHList-item-text {
    font-family: PingFangSC-Medium;
    font-size: 22rpx;
    color: rgba(27, 38, 61, 0.56);
    text-align: center;
    margin-top: 22rpx;
}