<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*PC*/
/* line 5, ../../../sass/book/sample/volumes.scss */
.volumes-modal {
  position: fixed;
  z-index: 1000;
  display: none;
  left: 0;
  top: 0;
}

/* line 12, ../../../sass/book/sample/volumes.scss */
.volumes-modal-mask {
  position: fixed;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  display: block;
  width: 100vw;
  height: 100vh;
}

/* line 22, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-modal-content-wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100vw;
  height: 100vh;
}
/* line 32, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-modal-content {
  min-width: 374px;
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 16px;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1001;
}
/* line 42, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-modal-content {
  max-width: 924px;
  max-height: 523px;
}
/* line 46, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-modal-header-wrap {
  padding: 16px 24px 10px;
  border-radius: 16px 16px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
/* line 54, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-modal-header-wrap {
  border-bottom: 0;
}
/* line 57, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-modal-title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
/* line 65, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-modal-close {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  outline: 0;
  padding: 0;
  text-decoration: none;
  transition: color .3s;
}
/* line 86, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-modal-tbody-wrap {
  font-size: 14px;
  line-height: 1.5;
  wouf-wrap: break-word;
}
/* line 91, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-books-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(523px - 72px);
  overflow: auto;
  padding-left: 24px;
  width: calc(100% - 24px);
  margin-top: 24px;
}
/* line 100, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-books-wrapper::-webkit-scrollbar {
  width: 2px;
}
/* line 103, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item {
  margin-left: 14px;
  margin-right: 40px;
  margin-bottom: 24px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* line 112, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item .volumes-book-img-container {
  display: flex;
  dixsplay: -webkit-flex;
  fle-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 170px;
}
/* line 120, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper {
  position: relative;
  cursor: pointer;
  display: flex;
  dixsplay: -webkit-flex;
  fle-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 129, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper .img-1, .volumes-modal .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper .img- {
  width: 120px;
  height: 170px;
}
/* line 133, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper .img-2 {
  width: 168px;
  height: 129px;
}
/* line 137, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper .volumes-book-img {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(21, 27, 55, 0.3);
}
/* line 143, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper .volumes-book-img-master::before {
  content: "主书";
  background-image: url("https://cdn11.bookln.cn/mp/shelf/pc/skin0/ic-master-flag-dialog.png");
  background-size: 57px 24px;
  height: 24px;
  width: 57px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
/* line 160, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item .volumes-book-name {
  font-size: 14px;
  color: #333;
  mex-height: 40px;
  line-height: 20px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
/* line 173, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item .volumes-book-name-1, .volumes-modal .volumes-book-item .volumes-book-name- {
  width: 120px;
}
/* line 176, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item .volumes-book-name-2 {
  width: 168px;
}
/* line 179, ../../../sass/book/sample/volumes.scss */
.volumes-modal .volumes-book-item .volumes-book-price {
  font-weight: 500;
  color: #FC5B01;
  font-size: 14px;
  line-height: 20px;
}

/*action*/
/* line 191, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail {
  width: 100%;
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 12px 12px 0px 0px;
}
/* line 197, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-title {
  height: 1.44rem;
  line-height: 1.44rem;
  font-size: 0.37333rem;
  text-align: left;
  margin-left: 0.42667rem;
}
/* line 204, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .img-x {
  width: 0.37333rem;
  padding: 0.42667rem;
  position: absolute;
  right: 0;
  top: 0.08rem;
  z-index: 56;
}
/* line 212, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper {
  display: flex;
  display: -webkit-flex;
  padding: 0 0.42667rem 0.32rem;
  width: calc(100% - 0.85333rem);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 220, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item {
  margin-right: 0.56rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* line 226, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-img-container {
  display: flex;
  dixsplay: -webkit-flex;
  fle-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 3.22667rem;
}
/* line 234, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper {
  position: relative;
  display: flex;
  dixsplay: -webkit-flex;
  fle-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 242, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper .img-1, .volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper .img- {
  width: 2.26667rem;
  height: 3.22667rem;
}
/* line 246, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper .img-2 {
  width: 3.2rem;
  height: 2.45333rem;
}
/* line 250, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper .volumes-book-img {
  object-fit: cover;
  border-radius: 0.10667rem;
  border: 1px solid rgba(21, 27, 55, 0.3);
  box-sizing: border-box;
}
/* line 256, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-img-container .volumes-book-img-wrapper .volumes-book-img-master::before {
  content: "主书";
  background-image: url("../../../../qrcode/img/sample/new/ic_master_book_flag.png");
  background-size: 1.06667rem 0.42667rem;
  height: 0.42667rem;
  width: 1.06667rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  text-align: center;
  color: #fff;
  font-size: 0.26667rem;
  line-height: 0.42667rem;
}
/* line 273, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-name {
  text-align: left;
  font-size: 0.32rem;
  color: #333;
  max-height: 0.96rem;
  line-height: 0.48rem;
  margin-top: 0.21333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
/* line 287, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-name-1, .volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-name- {
  width: 2.26667rem;
}
/* line 290, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-name-2 {
  width: 3.2rem;
}
/* line 293, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item .volumes-book-price {
  color: #FC5B01;
  font-size: 0.26667rem;
  line-height: 0.48rem;
  text-align: left;
}
/* line 301, ../../../sass/book/sample/volumes.scss */
.volumes-book-detail .volumes-books-wrapper .volumes-book-item:last-child {
  margin-right: 0;
}

/* line 310, ../../../sass/book/sample/volumes.scss */
.hidden {
  display: none;
}
</pre></body></html>