dianshu.wxss 4.2 KB

.swiper_image {
	width: 686rpx;
	height: 368rpx;
	font-size: 0;
	position: relative;
	margin: 20rpx auto 0;
	border-radius: 10rpx;
}
.swimg {
	height: 368rpx;
	width: 686rpx;
	height: 368rpx;
	border-radius: 10rpx;
}
swiper-item {
	height: 368rpx;
	width: 686rpx;
	height: 368rpx;
	border-radius: 10rpx;
}
.swiper-item {
	width: 686rpx;
	height: 368rpx;
	border-radius: 10rpx;
}
.swiper-item image {
	width: 100%;
	height: 100%;
	border-radius: 10rpx;
}
.dots {
	/* width: 156rpx; */
	height: 36rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	position: absolute;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	left: 0;
	right: 0;
	bottom: 20rpx;
}

/*未选中时的小圆点样式 */
.dot {
	width: 28rpx;
	height: 4rpx;
	margin-right: 26rpx;
	background: rgba(255, 255, 255, 1);
	opacity: 0.3;
}

/*选中以后的小圆点样式  */
.active {
	width: 28rpx;
	height: 4rpx;
	
	background: rgba(255, 255, 255, 1);
	opacity: 1;
}
.list {
	padding: 0 28rpx;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 4rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap
}
.itemimg {
	width: 82rpx;
	height: 72rpx;
	font-size: 0;
	margin-top: 70rpx;
}
.itemimg image {
	width: 100%;
	height: 100%;
}
.listitem {
	width: 330rpx;
	height: 252rpx;
	border-radius: 10rpx;
	/* background: #F39800; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 28rpx;
}
.listitem1 {
	background: #F39800;
}
.listitem2 {
	background: #3E3A39;
}
.itemtitle {
	margin-top: 45rpx;
	color: #fff;
	position: relative
}
.itemtitle::after {
	display: block;
	content: '';
	width: 46rpx;
	height: 5rpx;
	background: #fff;
	position: absolute;
	left: 50%;
	right: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);

	bottom: -20rpx;
}
.listitem:nth-child(2n) {
	margin-left: 28rpx;
}
.itemtext {
	width: 212rpx;
	margin: 70rpx auto 0;
	color: #fff;
	font-size: 26rpx;
	-o-text-overflow: -o-ellipsis-lastline;
	   text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.gangimg {
	margin-top: 36rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center
}
.jurenimg {
	width: 226rpx;
	height: 68rpx;
	font-size: 0;
	margin: 0 32rpx;
}
.jurenimg image {
	width: 100%;
	height: 100%;
}
.heng {
	width: 76rpx;
	height: 2rpx;
	background: #CCCCCC
}
.jurentext {
	color: #CCCCCC;
	font-size: 22rpx;
	text-align: center;
	margin-top: 12rpx;
}

page::after{position:fixed;content:'';left:-1000px;top:-1000px;-webkit-animation:shadow-preload .1s;-webkit-animation-delay:3s;animation:shadow-preload .1s;animation-delay:3s}@-webkit-keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}100%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}@keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}100%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}