darenListCom.less 1.97 KB
@charset "UTF-8";

.daren-list-com {
    > .box {
		margin: 0 auto;
		width: 690px;
		.top-box {
			display: flex;
			justify-content: space-between;
			align-items: center;
			.top-left {

			}
			.top-right {
				color: #666666;
				font-size: 26px;
				font-weight: 400;
			}
		}
		.intro-box {
			display: -webkit-box;
			margin-top: 20px;
			color: #666666;
			font-size: 26px;
			font-weight: 400;
			line-height: 37px;
			width: 100%;
			-webkit-line-clamp: 3;
			/*! autoprefixer: off */
			-webkit-box-orient: vertical;
			/*! autoprefixer: on */
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.center-box {
			margin-top: 20px;
		}
		.bottom-box {
			.hot-info-box {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				margin-top: 20px;
				.hot-img-box {
					width: auto;
					height: 25px;
					.hot-img {
						display: block;
						height: 25px;
					}
				}
				.line {
					background-color: transparent;
					margin: 0 20px;
					width: 0;
					height: 24px;
					border-left: 1px solid #999999;
				}
				.info {
					color: #999999;
					font-size: 24px;
					font-weight: 400;
					white-space: nowrap;
					text-overflow: ellipsis;
					overflow: hidden;
				}
			}
			.goods-box {
				margin-top: 20px;
				.goods + .goods {
					margin-top: 20px;
				}
			}
			.comment-like-view-box {
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin-top: 20px;
				.left {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					> div + div {
						margin-left: 50px;
					}
					.comment-box, .like-box {
						display: flex;
						justify-content: flex-start;
						align-items: center;
					}
					.icon-img {
						display: block;
						width: 36px;
						height: 36px;
					}
					.number {
						margin-left: 10px;
						color: #999999;
						font-size: 28px;
						font-weight: 300;
					}
				}
				.right {
					color: #777777;
					font-size: 28px;
					font-weight: 300;
				}
			}
		}
    }
}