yiming
2024-03-25 ecabd20b3dfbd956dad14ffb6ba3dc2efcfdd7c1
packageBookService/pages/bookServices/list/index.wxss
@@ -15,31 +15,51 @@
}
.header-sort {
  position: relative;
  background-color: #fff;
  line-height: 96rpx;
  width: 150rpx;
  line-height: 90rpx;
  height: 94rpx;
  width: 15vw;
  font-size: 28rpx;
  color: #999;
  display: flex;
  border-bottom: 1px solid #ededed;
}
.sort-name {
  padding: 4rpx 0 0 10rpx;
}
.header-scroll {
  width: 80vw;
  height: 96rpx;
  width: 85vw;
}
.sort-icon {
.icon-left {
  position: absolute;
  top: 38rpx;
  right: 26rpx;
  transform: rotate(270deg);
}
.icon-right {
  position: absolute;
  top: 38rpx;
  right: 10rpx;
  transform: rotate(90deg);
}
/* .sort-icon {
  transform: rotate(90deg);
  position: relative;
}
.sort-icon .icon-left {
  transform: rotate(180deg);
}
} */
.list-container {
  height: 80vh;
  margin-top: 20rpx;
  /* background-color: #fff; */
}
.assort-title {