cs
litian
2024-09-25 6800be033ffcd618d8b0b819fed8235a19d6b136
packagePersonal/pages/publishBooks/index.wxss
@@ -39,11 +39,12 @@
}
.titleBox .item-title {
  font-weight: bold;
  flex: 1;
  width: 680rpx;
  height: 40rpx;
  line-height: 40rpx;
  display: -webkit-box;
  margin-top: 20rpx;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
@@ -95,7 +96,6 @@
  width: 100%;
  height: 78vh;
  white-space: nowrap;
}
.block-content {
@@ -111,6 +111,9 @@
  padding: 10rpx 0;
  font-size: 28rpx;
  color: #666;
  white-space: normal;
  /* 保证文本会在适当的地方换行 */
  word-break: break-all;
}
.close-btn {