闫增涛
2024-04-30 dc934dfd63fecff84d0bf996418e041b9bd4ea59
packageBookService/pages/bookServices/detail/buyResource/index.wxss
@@ -1,4 +1,6 @@
/* packageBookService/pages/bookServices/detail/buyResource/index.wxss */
@import "./index.skeleton.wxss";
.nacigationBar {
  background-color: #fff;
  display: flex;
@@ -13,6 +15,11 @@
  color: #0F1214;
  font-size: 40rpx;
  font-weight: bold;
}
.buy-resource {
  overflow-y: auto;
  height: calc(100vh - env(safe-area-inset-bottom) - 146px);
}
.flex {
@@ -30,4 +37,28 @@
  justify-content: center;
  align-items: center;
  --td-loading-color: #ff6c00;
}
.page-bottom {
  margin-bottom: 20rpx;
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  width: 100%;
  height: min-content;
  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;
}