| | |
| | | > |
| | | 未通过 |
| | | </div> |
| | | <img :src="item.icon" /> |
| | | <img v-if="item.icon" :src="item.icon" /> |
| | | <img v-else :src="defaultImg" alt="" /> |
| | | </div> |
| | | <div class="infoBox"> |
| | | <p class="id">ID:{{ item.id }}</p> |
| | |
| | | textBookPages.loading = true; |
| | | const searchData = [ |
| | | { |
| | | keywords: "jsek_digitalTextbooks", |
| | | keywords: "digitalTextbooks", |
| | | field: "ProductType", |
| | | }, |
| | | { |
| | | keywords: "jsek_mediaBook", |
| | | keywords: "mediaBook", |
| | | field: "ProductType", |
| | | }, |
| | | { |
| | |
| | | margin-bottom: 20px; |
| | | .textBookItem { |
| | | float: left; |
| | | width: 140px; |
| | | height: 200px; |
| | | width: 160px; |
| | | height: 220px; |
| | | margin: 10px; |
| | | position: relative; |
| | | border: 1px solid #eee; |
| | |
| | | } |
| | | } |
| | | |
| | | .imgBox { |
| | | width: 100px; |
| | | height: 110px; |
| | | margin-bottom: 10px; |
| | | } |
| | | |
| | | p { |
| | | line-height: 1.2; |
| | | display: -webkit-box; |
| | |
| | | } |
| | | } |
| | | |
| | | .autoImgBox { |
| | | width: 120px; |
| | | height: 130px; |
| | | margin-bottom: 10px; |
| | | position: relative; |
| | | img { |
| | | width: auto; |
| | | height: auto; |
| | | max-width: 100%; |
| | | max-height: 100%; |
| | | position: absolute; |
| | | top: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | left: 0; |
| | | margin: auto; |
| | | } |
| | | } |
| | | |
| | | .pagination-box { |
| | | display: flex; |
| | | justify-content: center; |