yiming
2024-03-21 006a2ecb6430146cea3afdf353938043c231e5fc
pages/bookExhibitionList/index.wxss
@@ -4,12 +4,10 @@
  background-color: #fff;
  display: flex;
  align-items: center;
}
.navbar-title {
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  color: #0F1214;
  font-size: 40rpx;
@@ -23,47 +21,42 @@
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px;
}
.contentBox {
  width: 330rpx;
  /* height: 231rpx; */
  /* border: 1px #000 solid; */
  margin: 10px 0;
  background-color: #fff;
}
image {
  width: 327rpx;
.contentBox .imageBox {
  width: 330rpx;
  height: 128rpx;
}
image {
  width: 100%;
  height: 100%;
}
.textBox {
  font-family: PingFang SC, PingFang SC;
  width: 280rpx;
  /* height: 75rpx; */
  font-size: 25rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* text-align: center; */
  margin: 20rpx;
}
.example-search {
  /* width: 300px; */
  background-color: #fff;
  /* padding: 16rpx 32rpx; */
}
.iconBox {
@@ -112,6 +105,8 @@
  padding-top: 30rpx;
}
.frameBox {
  width: 7rpx;
  height: 54rpx;
@@ -121,8 +116,15 @@
.titleTextBox {
  margin-left: 5px;
  width: 150rpx;
  width: 200rpx;
  height: 37rpx;
  /*宽 3.7   高1 */
}
.titleTextBox image {
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.classification {
@@ -137,17 +139,12 @@
.assembleContent {
  background-color: #F2F3F8;
}
/* .t-dropdown-menu__item--active {
  color: #0F1214;
} */
.t-dropdown-menu:after,
.t-dropdown-menu::after {
  height: 0px;
}
.t-dropdown-item__body,
.t-dropdown-item__footer,
@@ -169,7 +166,6 @@
.t-dropdown-menu__item--active {
  height: 68rpx !important;
  background: #F6F6F6 !important;
  /* border-radius: 40rpx 40rpx 0 0; */
}
.t-dropdown-menu__item--active,
@@ -201,8 +197,9 @@
  /* background-color: #FF6C00 !important; */
/* } */
/* .menu--t-dropdown-menu::after {
/*
 */
.menu--t-dropdown-menu::after {
  background-color: var(--td-component-border, var(--td-gray-color-4, #fff)) !important;
}
 */
}