闫增涛
2024-04-03 f52c21331fa71bd3ae6be41117f35cb54b076119
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 {
@@ -241,8 +242,9 @@
.bottom-btn {
  background-color: #fff;
  width: 25%;
  /* width: 25%; */
  display: flex;
  flex: 2;
  align-items: center;
  justify-content: center;
  flex-direction: column;
@@ -250,7 +252,11 @@
}
.tryRead {
  width: 120rpx;
  flex: 1 !important;
}
.try {
  flex: 2 !important;
}
.btn-text {
@@ -275,6 +281,7 @@
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 2;
}
.read {
@@ -292,6 +299,11 @@
.buyColor {
  background-color: #F14B3B;
}
.receiveColor {
  background-color: #F14B3B;
  width: 50% !important;
}
.disabledColor {
@@ -385,4 +397,8 @@
  height: 100%;
  display: flex;
  align-items: center;
}
.suggest-component .t-input__placeholder {
  font-size: 28rpx !important;
}