YM
2024-05-29 fa128e06eca9b6b04ecacde97f86a1d219b05594
src/App.vue
@@ -61,7 +61,7 @@
        this.config.resourceCtx + "lifeCare"
      );
      // 测试试读30页
      // this.activeBook.tryPageCount = 30;
      // this.activeBook.tryPageCount = 10;
      this.config.activeBook = this.activeBook;
      this.config.goodsStore = this.activeBook.storeRefcode;
@@ -109,4 +109,27 @@
  border-bottom: 2px solid;
  cursor: pointer;
}
/* swiper */
.swiper-container{
  width: 100%;
  height: 100%;
}
.imgBox{
  position: relative;
}
.imgBox img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
</style>