| | |
| | | </div> |
| | | <div class="right"> |
| | | <div class="label"> |
| | | <span>{{ item.name }}</span> |
| | | {{ item.name }} |
| | | </div> |
| | | <div class="price"> |
| | | <span>价格:¥</span> |
| | |
| | | font-size: 13px; |
| | | margin-left: 10px; |
| | | .label { |
| | | // max-height: 30px; |
| | | color: #212529; |
| | | margin-top: -10px; |
| | | // margin-top: -5px; |
| | | margin-right: 15px; |
| | | word-break: break-all; |
| | | word-wrap: break-word; |
| | | display: -webkit-box; |
| | | -webkit-line-clamp: 2; |
| | | -webkit-box-orient: vertical; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | } |
| | | .price, |
| | | .library { |
| | | color: #495057; |
| | | margin-top: 15px; |
| | | margin-top: 10px; |
| | | } |
| | | } |
| | | } |