litian
2024-04-03 b212136f20cc7f98c3616c97936978b1d1065b36
packageBookService/pages/bookServices/detail/index.wxss
@@ -242,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;
@@ -251,7 +252,11 @@
}
.tryRead {
  width: 120rpx;
  flex: 1 !important;
}
.try {
  flex: 2 !important;
}
.btn-text {
@@ -276,6 +281,7 @@
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 2;
}
.read {
@@ -295,6 +301,11 @@
  background-color: #F14B3B;
}
.receiveColor {
  background-color: #F14B3B;
  width: 50% !important;
}
.disabledColor {
  background-color: #d9d9d9;
}