2020.08.10
This commit is contained in:
parent
21d3201c4b
commit
23b2b11bc8
@ -172,7 +172,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.goods-sku {
|
.goods-sku {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 230rpx;
|
// max-width: 230rpx;
|
||||||
// background: rgba(236,236,236,1);
|
// background: rgba(236,236,236,1);
|
||||||
border-radius: 6rpx;
|
border-radius: 6rpx;
|
||||||
// padding: 10rpx 15rpx;
|
// padding: 10rpx 15rpx;
|
||||||
@ -188,6 +188,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.goods-sku-text:last-child{
|
.goods-sku-text:last-child{
|
||||||
padding: 10rpx 15rpx 10rpx 4rpx;
|
padding: 10rpx 15rpx 10rpx 4rpx;
|
||||||
|
border-radius:0 6rpx 6rpx 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.goods-time {
|
.goods-time {
|
||||||
|
@ -301,6 +301,7 @@
|
|||||||
color: #333;
|
color: #333;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
.title {
|
.title {
|
||||||
|
line-height: 40rpx;
|
||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
width: 500rpx;
|
width: 500rpx;
|
||||||
@ -311,6 +312,8 @@
|
|||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
|
margin:8rpx 0;
|
||||||
|
line-height:36rpx;
|
||||||
}
|
}
|
||||||
.price {
|
.price {
|
||||||
color: #FF3131;
|
color: #FF3131;
|
||||||
|
Loading…
Reference in New Issue
Block a user