| | |
| | | .list-container { |
| | | height: 80vh; |
| | | margin-top: 20rpx; |
| | | background-color: #fff; |
| | | /* background-color: #fff; */ |
| | | } |
| | | |
| | | .assort-title { |
| | |
| | | .book-box { |
| | | box-sizing: border-box; |
| | | width: 48%; |
| | | background-color: #f7f7f7; |
| | | background-color: #fff; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | |
| | | |
| | | .book-name { |
| | | margin-top: 24rpx; |
| | | color: #333; |
| | | width: 100%; |
| | | font-size: 28rpx; |
| | | font-weight: 700; |
| | |
| | | -webkit-line-clamp: 2; |
| | | -webkit-box-orient: vertical; |
| | | overflow: hidden; |
| | | text-align: center; |
| | | text-align: left; |
| | | } |
| | | |
| | | .book-author { |
| | | color: #333; |
| | | margin-top: 16rpx; |
| | | width: 100%; |
| | | font-size: 24rpx; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | text-align: center; |
| | | text-align: left; |
| | | } |
| | | |
| | | .bottom-box { |
| | | display: flex; |
| | | justify-content: center; |
| | | color: #999; |
| | | height: 80rpx; |
| | | font-size: 28rpx; |
| | | --td-loading-color: #ff6c00 |
| | | } |