litian
2024-04-17 db7fdd2cd77a20876d534ae020477b39b5f74faa
pages/bookExhibitionList/index.wxss
@@ -53,6 +53,7 @@
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 20rpx;
  margin-left: 30rpx;
}
@@ -135,7 +136,10 @@
.menuBox {
  display: flex;
  height: 75rpx;
  /* height: 75rpx; */
  margin-top: 10rpx;
  align-items: center;
}
.assembleContent {
@@ -255,6 +259,7 @@
  height: calc(100vh - 300rpx);
  /* width: calc(100vw - 60rpx); */
  /* height: 700rpx; */
}
@@ -269,4 +274,10 @@
  margin-top: 100rpx;
  display: flex;
  justify-content: center;
}
.t-search__input-box--square {
  border-radius: var(--td-search-square-radius, var(--td-radius-default, 36rpx)) !important;
  height: 72rpx;
}