2020.08.10

This commit is contained in:
Niujiawei 2020-08-11 21:47:28 +08:00
parent 21d3201c4b
commit 23b2b11bc8
2 changed files with 5 additions and 1 deletions

View File

@ -172,7 +172,7 @@ export default {
}
.goods-sku {
display: inline-block;
max-width: 230rpx;
// max-width: 230rpx;
// background: rgba(236,236,236,1);
border-radius: 6rpx;
// padding: 10rpx 15rpx;
@ -188,6 +188,7 @@ export default {
}
.goods-sku-text:last-child{
padding: 10rpx 15rpx 10rpx 4rpx;
border-radius:0 6rpx 6rpx 0;
}
}
.goods-time {

View File

@ -301,6 +301,7 @@
color: #333;
font-size: 28rpx;
.title {
line-height: 40rpx;
}
.name {
width: 500rpx;
@ -311,6 +312,8 @@
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
margin:8rpx 0;
line-height:36rpx;
}
.price {
color: #FF3131;