Showing
1 changed file
with
5 additions
and
2 deletions
@@ -81,15 +81,18 @@ | @@ -81,15 +81,18 @@ | ||
81 | font-size: 30rpx; | 81 | font-size: 30rpx; |
82 | margin-top: 30rpx; | 82 | margin-top: 30rpx; |
83 | margin-bottom: 20rpx; | 83 | margin-bottom: 20rpx; |
84 | - line-height: 50rpx; | 84 | + /* line-height: 50rpx; */ |
85 | font-weight: bold; | 85 | font-weight: bold; |
86 | - display: -webkit-box; | 86 | + display: inherit; |
87 | overflow: hidden; | 87 | overflow: hidden; |
88 | text-overflow:ellipsis; | 88 | text-overflow:ellipsis; |
89 | white-space: pre-wrap; | 89 | white-space: pre-wrap; |
90 | -webkit-box-orient: vertical; | 90 | -webkit-box-orient: vertical; |
91 | -webkit-line-clamp: 2; | 91 | -webkit-line-clamp: 2; |
92 | padding: 0 40rpx; | 92 | padding: 0 40rpx; |
93 | + /* white-space: nowrap; | ||
94 | + text-overflow: ellipsis; | ||
95 | + overflow: hidden; */ | ||
93 | } | 96 | } |
94 | 97 | ||
95 | .product-price { | 98 | .product-price { |
-
Please register or login to post a comment