...
|
...
|
@@ -111,7 +111,13 @@ page { |
|
|
|
|
|
/* 列表item标题文字 */
|
|
|
.item-content .item-name {
|
|
|
padding: 20rpx 30rpx 22rpx 30rpx;
|
|
|
padding: 20rpx 30rpx 0rpx 30rpx;
|
|
|
margin-bottom: 22rpx;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
display: -webkit-box;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-line-clamp: 2;
|
|
|
}
|
|
|
|
|
|
/* 价格及时间容器 */
|
...
|
...
|
|