swiperItem.less 1.81 KB
@charset "UTF-8";

.swiper-box {
	position: relative;
	width: 750px;
	height: 380px;
	overflow: hidden;
	.swipe {
		margin: 0 auto;
		width: 670px;
		height: 100%;
		.swipe-item {
			width: 100%;
			height: 100%;
            .app_list_box{
                min-height: 180px;
                .app_list{
                    padding: 0px 3px;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: flex-start;
                    div{
                        margin-top:40px;
                        img{
                            width:90px;
                            height: 90px;
                            border-radius: 90px;
                            margin:0 26px;
                        }
                        div{
                            height:30px;
                            font-size:22px;
                            font-weight:300;
                            color:rgba(74,74,74,1);
                            line-height:30px;
                            text-align: center;
                            margin-top: 10px;
                        }
                    }
                    div:nth-child(1) img, div:nth-child(6) img{
                        margin-left: 0px;
                    }
                    div:nth-child(5) img, div:nth-child(10) img{
                        margin-right: 0px;
                    }
                }
            }
        }
		/deep/ .van-swipe__indicators {
			left: unset;
			right: 26px;
			bottom: 20px;
			.van-swipe__indicator {
				background-color: rgba(255, 255, 255, 0.5);
				width: 8px;
				height: 8px;
				margin: 0 4px;
				opacity: unset;
				border-radius: 50%;
				&.van-swipe__indicator--active {
					background-color: rgba(255, 207, 87, 1);
					width: 16px;
					border-radius: 4px;
				}
			}
		}
	}
}