goodsItem_5.less 2.11 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: flex-start;
			align-items: center;
			width: 690px;
			.img-box {
				display: flex;
				justify-content: center;
				align-items: center;
				background-color: transparent;
				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;
				margin-left: 30px;
				width: 500px;
				height: 100%;
				.top-box {
					width: 500px;
					.title {
						color: #333333;
						font-size: 28px;
						font-weight: 500;
						white-space: nowrap;
						text-overflow: ellipsis;
						overflow: hidden;
						/deep/ .k {
							color: #FC1541;
						}
					}
					.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: 500px;
					white-space: nowrap;
					text-overflow: ellipsis;
					overflow: hidden;
					.flag-box {
						width: 345px;
						height: 42px;
						.flag-img {
							display: block;
							width: 345px;
							height: 42px;
						}
					}
				}
			}
		}
		.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;
			}
		}
	}
	&.juli {
		.left-box {
			justify-content: space-between;
			width: 570px;
			.content-box {
				margin-left: 0;
				width: 380px;
				.top-box {
					width: 380px;
				}
				.bottom-box {
					width: 380px;
				}
			}
		}
		.right-box {
			width: 120px;
		}
	}
}