yiming
2024-04-01 f72f8966ba4e1715e8df82d5cf1c7e912b6da719
packageBookService/pages/bookServices/list/index.wxss
@@ -14,6 +14,7 @@
  overflow: hidden;
  display: flex;
  height: 96rpx;
  --td-button-primary-active-bg-color: #ff984d;
}
.list-header .t-button--primary {
@@ -27,6 +28,33 @@
  border-radius: 50rpx !important;
  color: #545C63 !important;
  border: 2rpx solid #979797 !important;
}
.list-header .t-button--light {
  background: #fff !important;
  border-radius: 50rpx !important;
  color: #545C63 !important;
  border: 2rpx solid #979797 !important;
}
.t-checkbox--tag.t-checkbox--checked {
  background-color: #f3e0d3 !important;
}
.t-dropdown-menu__item--active {
  background: #F6F6F6 !important;
}
.t-button--primary::after {
  border: none;
}
.t-radio--block {
  padding: 20rpx !important;
}
.t-radio__border {
  height: 0 !important;
}
.t-dropdown-menu__item--active,
@@ -68,18 +96,19 @@
.header-scroll {
  height: 100%;
  width: 85vw;
  overflow-x: auto;
}
.icon-left {
  position: absolute;
  top: 38rpx;
  top: 34rpx;
  right: 26rpx;
  transform: rotate(270deg);
}
.icon-right {
  position: absolute;
  top: 38rpx;
  top: 34rpx;
  right: 10rpx;
  transform: rotate(90deg);
}
@@ -150,6 +179,11 @@
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.book-img image {
  height: 100% !important;
}
.book-name {
  margin-top: 24rpx;
@@ -210,4 +244,12 @@
  border-radius: 80rpx;
  height: 70%;
  margin-left: 20rpx;
}
.t-dropdown-item__body {
  padding-bottom: 10rpx !important;
}
.refresh-container {
  margin: 0 auto;
}