litian
2024-03-22 aacb4b111141c9b37397b528eae1668245ac93b2
packageBookService/pages/bookServices/detail/index.wxss
@@ -32,6 +32,19 @@
  margin-right: 36rpx;
}
.detail-right {
  position: relative;
}
.right-background {
  position: absolute;
  top: 80rpx;
  right: -80rpx;
  z-index: 0;
  width: 160rpx;
  height: 160rpx;
}
.detail-right .book-name {
  width: 420rpx;
  font-weight: bold;
@@ -76,7 +89,7 @@
}
.class-name {
  height: 2.5em;
  height: 2.8em;
  width: 280rpx;
  font-size: 28rpx;
}
@@ -187,7 +200,8 @@
/* 图书资源 */
.book-resource {
  min-height: 640rpx;
  /* min-height: 640rpx; */
  min-height: calc(100vh - 960rpx);
  margin-top: 20rpx;
  background-color: #fff !important;
}
@@ -202,7 +216,7 @@
.box-bottom {
  position: fixed;
  left: 0;
  bottom: 40rpx;
  bottom: env(safe-area-inset-bottom);
  width: 100%;
  height: 110rpx;
}
@@ -213,7 +227,7 @@
}
.box-bottom image {
  width: 36rpx;
  width: 38rpx;
  height: 44rpx;
}
@@ -249,21 +263,22 @@
  color: #fff;
}
.shopCar {
.shopCarColor {
  background-color: #F1AC37;
}
.buy {
.buyColor {
  background-color: #F14B3B;
}
.disabledColor {
  background-color: #d9d9d9;
}
.tab-box {
  min-height: 550rpx;
}
.note-list {
  /* margin-bottom: 80rpx; */
}
.tab-class {
  --td-loading-color: #ff6c00
@@ -281,4 +296,44 @@
  --td-button-primary-border-color: #ff6c00;
  --td-button-primary-active-bg-color: #ff984d;
  --td-button-primary-active-border-color: #ff984d;
}
.noData {
  height: 100%;
}
.applyBox {
  width: 184rpx;
  height: 184rpx;
  position: fixed;
  bottom: 20%;
  right: 0;
}
.applyBox .box {
  width: 184rpx;
  height: 184rpx;
  color: #fff;
  position: relative;
}
.applyBox .box .t-image {
  width: 100%;
  height: 100%;
}
.num {
  background-color: #FD3D16;
  color: #fff;
  border: 2rpx solid #FFFFFF;
  font-size: 24rpx;
  line-height: 30rpx;
  font-weight: 400;
  width: 48rpx;
  height: 32rpx;
  text-align: center;
  border-radius: 9px;
  position: absolute;
  top: 30rpx;
  left: 118rpx;
}