闫增涛
2024-04-30 dc934dfd63fecff84d0bf996418e041b9bd4ea59
packageBookService/pages/bookServices/detail/buyResource/index.wxss
@@ -1,5 +1,6 @@
/* packageBookService/pages/bookServices/detail/buyResource/index.wxss */
@import "./index.skeleton.wxss";
.nacigationBar {
  background-color: #fff;
  display: flex;
@@ -18,7 +19,7 @@
.buy-resource {
  overflow-y: auto;
  height: calc(100vh - env(safe-area-inset-bottom) - 140px);
  height: calc(100vh - env(safe-area-inset-bottom) - 146px);
}
.flex {
@@ -39,10 +40,11 @@
}
.page-bottom {
  margin-bottom: 20rpx;
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  width: 100%;
  height: 100rpx;
  height: min-content;
  display: flex;
  justify-content: center;
}