litian
2024-04-11 be4212081285227ee0f5eb080c2d4098a82c2ab9
packageDomain/pages/sampleBookList/index.wxss
@@ -1,3 +1,5 @@
@import "./index.skeleton.wxss";
.container {
  width: 100vw;
  height: 100vh;
@@ -215,11 +217,17 @@
  color: #333;
}
.book-img image {
  object-fit: contain;
.book-img {
  width: 210rpx;
  height: 290rpx;
  box-shadow: 0px 0px 20rpx 2px rgba(0, 0, 0, 0.08);
}
.book-img image {
  width: 100%;
  height: 100%;
}
.book-name {
  height: 76rpx;
  margin-top: 24rpx;