闫增涛
2024-03-05 e03417edfeaf52c017e4a5539f3b41ad0204a2f0
pages/bookExhibitionList/index.wxss
@@ -7,54 +7,54 @@
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px;
}
.contentBox {
  width: 330rpx;
  height: 130rpx;
  /* height: 231rpx; */
  /* border: 1px #000 solid; */
  margin: 10px 0;
  background-color: #fff;
}
image {
  width: 100%;
  height: 85%;
  width: 327rpx;
  height: 128rpx;
}
.textBox {
  width: 280rpx;
  /* height: 75rpx; */
  font-size: 25rpx;
  width: 320rpx;
  font-size: 20rpx;
  /* display: flex;
  justify-content: center; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  -webkit-line-clamp: 2;
  /* text-align: center; */
  margin: 20rpx;
}
.example-search {
  width: 300px;
  /* width: 300px; */
  background-color: #fff;
  /* padding: 16rpx 32rpx; */
}
.iconBox {
  transform: rotate(90deg);
  /* margin: 10px;
  margin-right: 20px; */
  margin-left: 30rpx;
  margin-left: 10rpx;
}
.swapRight {
  /* margin-right: 10px; */
  height: 20rpx;
}
.swapLeft {
@@ -62,11 +62,14 @@
}
.sortBox {
  color: #999999;
  display: flex;
  border-bottom: 1px #ededed solid;
  /* border-bottom: 1px #ededed solid; */
  align-items: center;
  height: 86rpx;
  width: 195rpx;
  margin-top: 8rpx;
  font-size: 30rpx;
}
@@ -75,6 +78,7 @@
  display: flex;
  margin: 10px;
  margin-left: 0;
  padding-top: 30rpx;
}
.frameBox {
@@ -94,9 +98,16 @@
.classification {
  width: 550rpx;
  /* margin-bottom: 50rpx; */
}
.menuBox {
  display: flex;
  height: 75rpx;
}
.assembleContent {
  background-color: #F2F3F8;
}