fafangjiangli.wxss 2.4 KB
page{
	background: #F2F2F2;
}
/* 轮播图 */
.swiper_image {
	width: 686rpx;
	height: 548rpx;
	font-size: 0;
	margin: 0 auto;
	position: relative;

}

swiper {
	width: 686rpx;
	height: 548rpx;

}

.swiper_image image {
	width: 100%;
	height: 100%;

}

.swiper_item_img swiper-item {
	width: 686rpx;
	height: 280rpx;

}

.swiper_item_img swiper-item image {
	width: 100%;
	height: 100%;

}

swiper-item {
	position: relative;
}

swiper-item image {

}

.picimg {
	width: 156rpx;
	height: 76rpx;
	position: absolute;
	right: 36rpx;
	bottom: 30rpx;
}

.dots {
	height: 36rpx;
	display: flex;
	flex-direction: row;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -60rpx;
}

/*未选中时的小圆点样式 */

.dot {
	width: 80rpx;
	height: 80rpx;
	border-radius: 50%;
	margin-right: 16rpx;
	background-color: #fff;
	color:#64676A;
	font-size:32rpx;
	text-align: center;
	line-height:80rpx;
}

/*选中以后的小圆点样式  */

.active {
	width: 80rpx;
	height: 80rpx;
	border-radius: 50%;
	background-color: #4DA9FF;
	color:#fff;
	font-size:32rpx;
	text-align: center;
	line-height:80rpx;
}
.jiangbox{
	width: 686rpx;
	background: #ffffff;
	border-radius: 10rpx;
	margin:134rpx auto 0;
	padding: 0 28rpx 32rpx;
	box-sizing: border-box;
	margin-bottom:34rpx
}
.jiangitem{
	padding: 40rpx 0;
	box-sizing: border-box;
	border-bottom:1px solid #f5f5f5
}
.jiangleft{
	color:#06121E;
	font-size:30rpx;
	font-weight: bold;
}
.quebanfa{
	width: 550rpx;
height: 92rpx;
background: #4da0ff;
border-radius: 10rpx;
color:#FFFFFF;
font-size:32rpx;
text-align: center;
line-height: 92rpx;
margin:60rpx auto 0;
}

/* 评论 */
.commentlist{
	padding: 0 32rpx;
	box-sizing: border-box;
}
.commentavatar{
	width:72rpx;
	height: 72rpx;
	border-radius: 50%;
	margin-right:22rpx
}
.commentavatar image{
	width:100%;
	height: 100%;
	border-radius: 50%;
}
.commentname{
	color:#3D444D;
	font-size:28rpx;

}
.time{
	color:#A4A4A4;
	font-size:24rpx
}
.commentitmtopright{
	flex:1;
}
.date{
	color:#A4A4A4;
	font-size:24rpx;
}
.commentcontent{
	color:#06121E;
	font-size:28rpx;
	margin-top:36rpx
}
.commentpicitem{
	width:160rpx;
	height: 160rpx;
	margin-right:16rpx;
	margin-bottom:30rpx
}
.commentpicitem:nth-child(4n){
	margin-right:0
}
.commentpic{
	flex-wrap: wrap;
	margin-top:30rpx
}
.pingicon{
	width:36rpx;
	height: 36rpx;
	margin-right: 24rpx;
}
.commentbotitem{
	color:#64676A;
	font-size:24rpx;
	margin-right:24rpx
}