...
|
...
|
@@ -4,10 +4,30 @@ |
|
|
margin-top: 65rpx;
|
|
|
}
|
|
|
|
|
|
.product-item .item-detail {
|
|
|
position: relative;
|
|
|
height: 128rpx;
|
|
|
}
|
|
|
|
|
|
.product-item .item-price {
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
font-family: PingFang-SC-Regular;
|
|
|
font-size: 24rpx;
|
|
|
color: #444;
|
|
|
width: 322rpx;
|
|
|
max-width: 322rpx;
|
|
|
letter-spacing: 0.28px;
|
|
|
}
|
|
|
|
|
|
.product-item .item-price .price2 {
|
|
|
color: #444;
|
|
|
text-decoration: line-through;
|
|
|
}
|
|
|
|
|
|
.product-item .item-image {
|
|
|
width: 322rpx;
|
|
|
height: 430rpx;
|
|
|
|
|
|
}
|
|
|
|
|
|
.product-item .item-title {
|
...
|
...
|
@@ -16,7 +36,7 @@ |
|
|
color: #444;
|
|
|
width: 322rpx;
|
|
|
max-width: 322rpx;
|
|
|
line-height: 1.5;
|
|
|
line-height: 1.3;
|
|
|
letter-spacing: 0.28px;
|
|
|
display: -webkit-box;
|
|
|
overflow: hidden;
|
...
|
...
|
@@ -24,38 +44,6 @@ |
|
|
white-space: pre-wrap;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-line-clamp: 2;
|
|
|
margin: 24rpx 0;
|
|
|
}
|
|
|
|
|
|
.product-item .item-price {
|
|
|
font-family: PingFang-SC-Regular;
|
|
|
font-size: 24rpx;
|
|
|
color: #444;
|
|
|
width: 322rpx;
|
|
|
max-width: 322rpx;
|
|
|
letter-spacing: 0.28px;
|
|
|
}
|
|
|
|
|
|
.product-item .item-image {
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
.product-item .item-image {
|
|
|
|
|
|
margin: 20rpx 0;
|
|
|
}
|
|
|
|
|
|
|
|
|
.product-item .item-image {
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
.product-item .item-image {
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
.product-item .item-image {
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|