.wrapper{
    max-height: 130px;
    border: 1px solid #fff;
    display: flex;
    overflow: auto;
}
.wrapper::-webkit-scrollbar{
    width: 0;

}
.wrapper .item{
    min-width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background-color: #fff;
    margin-right: 0.5px;
}
