litian
2024-03-12 b125d3ea74d61fb8e4d7238c83906aeea52c6b4c
pages/bookServices/list/index.wxss
@@ -39,7 +39,7 @@
.list-container {
  height: 80vh;
  margin-top: 20rpx;
  background-color: #fff;
  /* background-color: #fff; */
}
.assort-title {
@@ -69,7 +69,7 @@
.book-box {
  box-sizing: border-box;
  width: 48%;
  background-color: #f7f7f7;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
@@ -93,6 +93,7 @@
.book-name {
  margin-top: 24rpx;
  color: #333;
  width: 100%;
  font-size: 28rpx;
  font-weight: 700;
@@ -101,15 +102,25 @@
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  text-align: left;
}
.book-author {
  color: #333;
  margin-top: 16rpx;
  width: 100%;
  font-size: 24rpx;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-align: left;
}
.bottom-box {
  display: flex;
  justify-content: center;
  color: #999;
  height: 80rpx;
  font-size: 28rpx;
  --td-loading-color: #ff6c00
}