Authored by hongyong.zhao

ui fix

... ... @@ -81,15 +81,18 @@
font-size: 30rpx;
margin-top: 30rpx;
margin-bottom: 20rpx;
line-height: 50rpx;
/* line-height: 50rpx; */
font-weight: bold;
display: -webkit-box;
display: inherit;
overflow: hidden;
text-overflow:ellipsis;
white-space: pre-wrap;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
padding: 0 40rpx;
/* white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; */
}
.product-price {
... ...