.trip-list {
    display: flex;
    width: 100vm;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE 和 Edge */
    scrollbar-width: none; /* Firefox */
    margin-top: 15px;
    padding: 0 20px 0 10px;
}

.trip-add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    flex-shrink: 0;
    margin-left: 20px;
}

.trip-add img {
    width: 30px;
    margin-bottom: 4px;
}