yiming
2024-03-25 ecabd20b3dfbd956dad14ffb6ba3dc2efcfdd7c1
packageBookService/pages/bookServices/detail/index.wxss
@@ -22,10 +22,19 @@
  background-color: #F2F3F8;
}
.book-img image {
  width: 240rpx;
  height: 340rpx;
}
.book-detail {
  padding: 32rpx;
  display: flex;
  border-radius: 0 0 20rpx 20rpx;
}
.tmall-image {
  width: 64rpx !important;
}
.detail-left {
@@ -172,16 +181,10 @@
  position: relative;
  font-size: 28rpx;
  opacity: 0.6;
  text-decoration: line-through;
  text-decoration-color: #fff;
}
.line {
  position: absolute;
  top: 50%;
  left: -5rpx;
  width: 80%;
  height: 3rpx;
  background-color: #fff;
}
.book-web {
  margin-left: 30rpx;
@@ -263,6 +266,14 @@
  color: #fff;
}
.read {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.shopCarColor {
  background-color: #F1AC37;
}
@@ -281,7 +292,9 @@
.tab-class {
  --td-loading-color: #ff6c00
  --td-loading-color: #ff6c00;
  --td-tab-nav-bg-color: #fff;
  --td-tab-track-color: #ff6c00
}
.loading {
@@ -336,4 +349,8 @@
  position: absolute;
  top: 30rpx;
  left: 118rpx;
}
.webView {
  height: 500rpx;
}