You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

188 lines
3.2 KiB

.goods-card {
box-sizing: border-box;
font-size: 24rpx;
border-radius: 16rpx 16rpx 16rpx 16rpx;
border-bottom: none;
}
.goods-card__main {
position: relative;
display: flex;
line-height: 1;
padding: 0;
background: transparent;
width: 342rpx;
border-radius: 16rpx 16rpx 16rpx 16rpx;
align-items: center;
justify-content: center;
margin-bottom: 32rpx;
flex-direction: column;
}
.goods-card__thumb {
flex-shrink: 0;
position: relative;
width: 340rpx;
height: 456rpx;
}
.goods-card__thumb:empty {
display: none;
margin: 0;
}
.goods-card__img {
display: block;
width: 100%;
height: 100%;
border-radius: 16rpx 16rpx 16rpx 16rpx;
overflow: hidden;
}
.goods-card__body {
display: flex;
flex: 1 1 auto;
background: #fff;
border-radius: 16rpx 16rpx 16rpx 16rpx;
padding: 16rpx 24rpx 18rpx;
flex-direction: column;
width: 295rpx;
}
.goods-card__upper {
display: flex;
flex-direction: column;
overflow: hidden;
flex: 1 1 auto;
}
.goods-card__title {
flex-shrink: 0;
font-size: 28rpx;
color: #333;
font-weight: 400;
/* display: -webkit-box; */
display: flex;
/* 使用flex布局 */
justify-content: center;
/* 水平居中 */
align-items: center;
/* 垂直居中 */
height: 48rpx;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
word-break: break-word;
line-height: 24rpx;
}
.goods-card__tags {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 8rpx 0 0 0;
}
.goods-card__tag {
color: #fa4126;
background: transparent;
font-size: 20rpx;
border: 1rpx solid #fa4126;
padding: 0 8rpx;
border-radius: 16rpx;
line-height: 30rpx;
margin: 0 8rpx 8rpx 0;
display: block;
overflow: hidden;
white-space: nowrap;
word-break: keep-all;
text-overflow: ellipsis;
}
.goods-card__down {
display: flex;
position: relative;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
line-height: 32rpx;
margin: 8rpx 0 0 0;
}
.goods-card__origin-price {
white-space: nowrap;
font-weight: 700;
order: 2;
color: #bbbbbb;
font-size: 24rpx;
margin: 0 0 0 8rpx;
}
.goods-card__add-cart {
order: 3;
margin: auto 0 0 auto;
position: absolute;
bottom: 0;
right: 0;
}
.spec-for-price {
font-size: 36rpx;
white-space: nowrap;
font-weight: 700;
order: 1;
color: #fa4126;
margin: 0;
}
.spec-for-symbol {
font-size: 24rpx;
}
.goods_title {
border-radius: 16rpx 16rpx 0 0;
width: 340rpx;
height: 50rpx;
position: absolute;
z-index: 3;
margin-top: -406rpx;
background-color: rgba(128, 128, 128, 0.5);
display: flex;
justify-content: center;
align-items: center;
}
.solid-text {
color: #fff;
font-size: 28rpx !important;
}
.make_button {
position: absolute;
margin-bottom: -380rpx;
padding: 12rpx 80rpx;
border-radius: 16rpx;
background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
color: #fff;
font-size: 28rpx !important;
}
.close_icon {
position: absolute;
top: 6px;
right: 6px;
color: #fff;
}
.goods-card__img::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 45px;
height: 45px;
background: rgba(99, 110, 114, 0.705);
border-bottom-left-radius: 100%;
}