闫增涛
2024-03-26 1cad6ba03f8cb848352c6739c54395128e73485f
packageBookService/pages/bookServices/detail/buyResource/index.wxss
@@ -15,6 +15,11 @@
  font-weight: bold;
}
.buy-resource {
  overflow-y: auto;
  height: calc(100vh - env(safe-area-inset-bottom) - 140px);
}
.flex {
  display: flex;
}
@@ -30,4 +35,27 @@
  justify-content: center;
  align-items: center;
  --td-loading-color: #ff6c00;
}
.page-bottom {
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  width: 100%;
  height: 100rpx;
  display: flex;
  justify-content: center;
}
.page-bottom {
  --td-button-primary-bg-color: #ff6c00;
  --td-button-primary-border-color: #ff6c00;
  --td-button-primary-active-bg-color: #ff984d;
  --td-button-primary-active-border-color: #ff984d;
  --td-button-border-radius: 60rpx;
}
.btn-buy {
  width: 86vw;
}