闫增涛
2024-04-02 9f916f98c6cc6827c84da18fbc9a5e2cacbefc0a
packageBookService/pages/bookServices/detail/index.wxss
@@ -30,6 +30,7 @@
.book-img image {
  width: 240rpx;
  height: 340rpx;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.book-detail {
@@ -249,6 +250,10 @@
  box-sizing: border-box;
}
.tryRead {
  width: 120rpx;
}
.btn-text {
  font-size: 24rpx;
  color: #010101;
@@ -258,7 +263,8 @@
  margin-bottom: 6rpx;
}
.bottom-btn:nth-child(1) {
.bottom-btn:nth-child(1),
.bottom-btn:nth-child(2) {
  border-right: 1px solid #DDD;
}
@@ -278,6 +284,7 @@
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #F14B3B;
}
.shopCarColor {
@@ -379,4 +386,8 @@
  height: 100%;
  display: flex;
  align-items: center;
}
.suggest-component .t-input__placeholder {
  font-size: 28rpx !important;
}