goodsItem_5.less 1.82 KB
@charset "UTF-8";

.goods-item-5-box {
	background-color: transparent;
	width: 100%;
	height: auto;
	.main-box {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 690px;
		height: auto;
		.left-box {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 570px;
			.img-box {
				display: flex;
				justify-content: center;
				align-items: center;
				background-color: transparent;
				// margin: 0 auto;
				width: 160px;
				height: 160px;
				border-radius: 8px;
				overflow: hidden;
				.simg {
					display: block;
					width: 160px;
					height: 160px;
				}
			}
			.content-box {
				display: flex;
				flex-direction: column;
				justify-content: space-between;
				align-items: center;
				width: 380px;
				height: 100%;
				.top-box {
					width: 380px;
					.title {
						color: #333333;
						font-size: 28px;
						font-weight: 500;
						white-space: nowrap;
						text-overflow: ellipsis;
						overflow: hidden;
					}
					.desc-box {
						display: flex;
						align-items: center;
						margin-top: 10px;
						.desc {
							color: #999999;
							font-size: 22px;
							white-space: nowrap;
							text-overflow: ellipsis;
							overflow: hidden;
							& + .desc {
								margin-left: 20px;
							}
						}
					}
				}
				.bottom-box {
					width: 380px;
					white-space: nowrap;
					text-overflow: ellipsis;
					overflow: hidden;
					.flag {
						display: inline;
						background-color: #FFF2F5;
						padding: 1px 8px;
						color: #FC1541;
						font-size: 20px;
						border-radius: 4px;
					}
				}
			}
		}
		.right-box {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			width: 120px;
			.distance-box {
				color: #333333;
				font-size: 24px;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
			}
		}
	}
}