| | |
| | | color: #333; |
| | | } |
| | | |
| | | .book-img image { |
| | | object-fit: contain; |
| | | .book-img { |
| | | width: 210rpx; |
| | | height: 290rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); |
| | | } |
| | | |
| | | |
| | | .book-name { |
| | | margin-top: 24rpx; |
| | |
| | | height: 80rpx; |
| | | font-size: 28rpx; |
| | | --td-loading-color: #ff6c00 |
| | | } |
| | | |
| | | .loading-box { |
| | | width: 100%; |
| | | height: calc(100vh - 500rpx); |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | --td-loading-color: #ff6c00; |
| | | } |
| | | |
| | | .noData { |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | |
| | | .t-dropdown-menu { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .t-dropdown-menu__item { |
| | | background-color: #F6F6F6; |
| | | border-radius: 80rpx; |
| | | height: 70%; |
| | | margin-left: 20rpx; |
| | | } |