闫增涛
2024-03-05 14de3e90ae29af2ccfd51b08c6a11ab02fe8f8e7
pages/bookServices/detail/index.wxss
@@ -43,7 +43,6 @@
}
.message-li {
  font-size: 28rpx;
  color: #333333;
  display: flex;
  height: 40rpx;
@@ -52,14 +51,26 @@
.li-title {
  width: 140rpx;
  font-size: 28rpx;
}
.li-content {
  width: 280rpx;
  font-size: 28rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-use {
  margin-top: 16rpx;
  display: flex;
  justify-content: space-evenly;
  font-size: 24rpx;
  color: #949494;
}
.use-title {
  font-size: 24rpx;
}
.collect,
@@ -120,6 +131,10 @@
  color: #fff;
}
.price-text {
  font-size: 34rpx;
}
.price-old {
  margin-left: 10rpx;
  position: relative;
@@ -152,13 +167,16 @@
/* 图书资源 */
.book-resource {
  min-height: 640rpx;
  margin-top: 20rpx;
  background-color: #fff !important;
}
.custom-tabs {
  --td-tab-item-active-color: #FF6C00
  --td-tab-item-active-color: #FF6C00;
  --td-tab-font-size: 28rpx;
}
/* 底部 */
.box-bottom {
@@ -167,7 +185,6 @@
  bottom: 40rpx;
  width: 100%;
  height: 110rpx;
}
.box-bottom {
@@ -187,9 +204,12 @@
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
.btn-text {
  font-size: 24rpx;
  color: #010101;
  box-sizing: border-box;
}
.bottom-btn image {
@@ -215,4 +235,8 @@
.buy {
  background-color: #F14B3B;
}
.tab-box {
  min-height: 550rpx;
}