.rowlike {
    margin: .2rem .57rem;
    display: flex;
}

.rowlike view {
    flex: 1;
    text-align: center;
    font-size: .16rem;
    color: #FFF;
    width: .91rem;
    height: 1.22rem;
    line-height: .16rem;
    /* 兼容适老版，文字垂直居中 */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collike {
    height: 3.21rem;
    margin: .2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.collike view {
    height: 1.07rem;
    width: 2.5rem;
    line-height: .16rem;
    flex: 1;
    text-align: center;
    font-size: .16rem;
    color: #FFF;
    /* 兼容适老版，文字垂直居中 */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.color-a {
    background-color: #5B9FFF;
}
.color-b {
    background-color: #85B8FF;
}
.color-c {
    background-color: #ADCFFF;
}
.hover {
    opacity: .2;
}