闫增涛
2024-04-03 34dd2d10cf26c86ed170a59aa36718f7c27f24d0
pages/bookExhibitionList/index.wxss
@@ -127,10 +127,10 @@
  image-rendering: -webkit-optimize-contrast;
}
.classification {
/* .classification {
  width: 550rpx;
  margin: 0 30rpx;
}
} */
.menuBox {
  display: flex;
@@ -141,7 +141,6 @@
  background-color: #F2F3F8;
  min-height: 90vh;
  margin-top: 270rpx;
}
.t-dropdown-menu:after,
@@ -175,6 +174,10 @@
.t-radio__icon--checked,
.t-checkbox__icon--checked {
  color: #FF6C00 !important
}
.t-dropdown-menu {
  width: 750rpx;
}
.t-checkbox__icon--disabled {
@@ -219,11 +222,9 @@
.menu--t-dropdown-menu::after {
  background-color: var(--td-component-border, var(--td-gray-color-4, #fff)) !important;
}
.noData {
  margin: 0 auto;
  margin-top: 100rpx;
}
@@ -242,8 +243,15 @@
  top: 0px;
  background-color: #fff;
  height: 135px;
  z-index: 999;
}
.disableds {
  color: var(--td-dropdown-menu-disabled-colorm, var(--td-font-gray-4, rgba(0, 0, 0, 0.26))) !important;
}
.scrollViewBox {
  height: calc(100vh - 300rpx);
  /* width: calc(100vw - 60rpx); */
  /* height: 700rpx; */
}