闫增涛
2024-04-03 34dd2d10cf26c86ed170a59aa36718f7c27f24d0
packageBookService/pages/bookServices/detail/components/testResource/testResource.wxss
@@ -76,11 +76,16 @@
.paper-btn,
.error-btn,
.collect-btn {
.collect-btn,
.buy-mock-btn {
  --td-button-default-bg-color: #fff;
  --td-button-default-color: #0F1214;
  --td-button-default-active-bg-color: #fff0e6;
  --td-button-medium-font-size: 28rpx
}
.buy-mock-btn {
  --td-button-default-color: #ff6c00;
}
@@ -228,6 +233,7 @@
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50rpx;
}
.not-mock image {
@@ -251,4 +257,8 @@
.mock-price {
  color: #ff6c00;
  font-size: 36rpx;
}
.t-radio__description {
  width: 102%;
}