goodsItem_8.less 2.82 KB
@charset "UTF-8";

.goods-item-8-box {
	background-color: transparent;
	width: 100%;
	height: auto;
	.main-box {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding: 30px 0;
		width: 90%;
		height: auto;
		.left-box {
			position: relative;
			.img-box {
				display: flex;
				justify-content: center;
				align-items: center;
				background-color: transparent;
				// margin: 0 auto;
				width: 210px;
				height: 210px;
				border-radius: 12px;
				overflow: hidden;
				.simg {
					display: block;
					width: 210px;
					height: 210px;
				}
			}
		}
		.content-box {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: center;
			width: 63%;
			height: auto;
			.top-box {
				width: 100%;
				.title {
					display: -webkit-box;
					width: 100%;
					color: #333333;
					font-size: 28px;
					font-weight: 600;
					-webkit-line-clamp: 2;
					/*! autoprefixer: off */
					-webkit-box-orient: vertical;
					/*! autoprefixer: on */
					text-overflow: ellipsis;
					overflow: hidden;
					& + .sub-title {
						margin-top: 10px;
					}
					& + .icon-stock-is-tight-box {
						margin-top: 8px;
					}
				}
				.sub-title {
					color: #9B9B9B;
					font-size: 24px;
					font-weight: 400;
					white-space: nowrap;
					text-overflow: ellipsis;
					overflow: hidden;
					& + .icon-stock-is-tight-box {
						margin-top: 8px;
					}
				}
				.icon-stock-is-tight-box {
					width: 108px;
					height: 34px;
					.icon-stock-is-tight-img {
						display: block;
						width: 108px;
						height: 34px;
					}
				}
			}
			.bottom-box {
				display: flex;
				justify-content: space-between;
				align-items: baseline;
				width: 100%;
				.price-box {
					display: flex;
					justify-content: flex-start;
					align-items: baseline;
					// margin-top: 20px;
					.symbol {
						color: #FC1541;
						font-size: 26px;
					}
					.integer {
						color: #FC1541;
						font-size: 34px;
					}
					.decimal {
						color: #FC1541;
						font-size: 26px;
					}
					.prices {
						margin-left: 10px;
						color: #A5A5A5;
						font-size: 24px;
						font-weight: 300;
						text-decoration: line-through;
					}
				}
				.icon-box {
					.icon-img {
						display: block;
						width: 54px;
						height: 54px;
					}

				}
				.btn {
					&.btn-disabled {
						background-color: #D1D1D1;
						padding: 8px 24px;
						color: #FFFFFF;
						font-size: 24px;
						font-weight: 500;
						border-radius: 24px;
					}
				}
			}
		}
	}
	&.style-2 {
		.main-box {
			.content-box {
				.top-box {
					.sub-title {
						display: inline-block;
						background-color:rgba(245, 166, 35, 0.08);
						padding: 2px 16px;
						color: #F5A623;
						max-width: 100%;
						border-radius: 18px;
						white-space: nowrap;
						text-overflow: ellipsis;
						overflow: hidden;
					}
				}
			}
		}
	}
}