index.scss 654 Bytes
.swiper-bg {
    height: 280px;
    width: 100%;
    margin-top: 32px;
    overflow: hidden;
    .index-swiper {
        padding-left: 40px;
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        white-space: nowrap;

        &::-webkit-scrollbar {
            display: none;
            width: 0;
            height: 0;
            color: transparent;
        }
    
        image {
            width: 670px;
            height: 280px;
        }

        wx-swiper-item {
            width: 670px !important;
            padding-right: 20rpx !important;
        }
    
    }
}