闫增涛
2024-09-18 c96612e8a63ecef9590be0f8b5199277ec94e5b9
packageBookService/pages/bookServices/detail/buyResource/index.wxss
@@ -1,6 +1,20 @@
/* packageBookService/pages/bookServices/detail/buyResource/index.wxss */
@import "./index.skeleton.wxss";
.pt-40 {
  padding-top: 140rpx;
}
.back-icon {
  width: 48rpx;
  height: 80rpx;
}
.back-icon image {
  width: 100%;
  height: 100%;
}
.nacigationBar {
  background-color: #fff;
  display: flex;
@@ -15,11 +29,12 @@
  color: #0F1214;
  font-size: 38rpx;
  font-weight: bold;
  line-height: 80rpx;
}
.buy-resource {
  overflow-y: auto;
  height: calc(100vh - env(safe-area-inset-bottom) - 146px);
  height: calc(100vh - env(safe-area-inset-bottom) - 294rpx);
}
.flex {