@charset "UTF-8";
.booshelf-head[data-v-70f77ad7] {
  padding: 20px;
  height: 152px;
  width: 100%;
  background-image: url(../../static/img/rankbg.818f939f.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.booshelf-head .header[data-v-70f77ad7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.booshelf-head .header h1[data-v-70f77ad7] {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.booshelf-head .header .tabs[data-v-70f77ad7] {
  width: 200px;
}
.booshelf-head .header .tabs span[data-v-70f77ad7] {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.booshelf-head .header .tabs .common[data-v-70f77ad7] {
  cursor: pointer;
}
.booshelf-head .header .tabs .primary[data-v-70f77ad7] {
  cursor: pointer;
  color: #ffa500;
  font-size: 18px;
}
.bookshelf-container[data-v-70f77ad7] {
  width: 90%;
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 20px;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}
.action-bar[data-v-70f77ad7] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.manage-btn[data-v-70f77ad7] {
  margin-bottom: 20px;
}
.book-list[data-v-70f77ad7] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  /* 或 calc(20% - 20px) */
  gap: 25px;
}
.book-card[data-v-70f77ad7] {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.book-card[data-v-70f77ad7]:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.book-cover[data-v-70f77ad7] {
  position: relative;
  padding-top: 10px;
  min-height: 200px;
  text-align: center;
}
.book-cover img[data-v-70f77ad7] {
  width: 180px;
  height: 220px;
}
.book-cover .book-status[data-v-70f77ad7] {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: white;
}
.book-cover .book-status.completed[data-v-70f77ad7] {
  background-color: #1d9c40;
}
.book-cover .book-status.serial[data-v-70f77ad7] {
  background-color: #f39c12;
}
.book-cover .selection[data-v-70f77ad7] {
  position: absolute;
  top: 10px;
  left: 10px;
}
.book-cover .selection[data-v-70f77ad7]  .el-checkbox .el-checkbox__input .el-checkbox__inner {
  width: 18px;
  height: 18px;
}
.book-cover .selection[data-v-70f77ad7]  .el-checkbox .el-checkbox__input .el-checkbox__inner::after {
  height: 10px;
  left: 6px;
  top: 2px;
  width: 4px;
}
.book-info[data-v-70f77ad7] {
  padding: 15px;
}
.book-info .book-title[data-v-70f77ad7] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-info .book-meta[data-v-70f77ad7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}
.book-info .chapter[data-v-70f77ad7], .book-info .last-read[data-v-70f77ad7] {
  font-size: 13px;
  color: #888;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.book-info .last-read[data-v-70f77ad7] {
  font-size: 12px;
}
.book-info .actions[data-v-70f77ad7] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.book-info .actions .el-button[data-v-70f77ad7] {
  padding: 8px 12px;
}
@media (max-width: 768px) {
.header[data-v-70f77ad7] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.header .tabs[data-v-70f77ad7] {
    margin-top: 15px;
}
.book-list[data-v-70f77ad7] {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
}
.book-cover[data-v-70f77ad7] {
    height: 160px;
}
}
