闫增涛
2024-03-25 810be121d0ad95211ad13ebed9fb4e834c0c2f72
packageBookService/pages/bookServices/detail/buyResource/index.wxss
@@ -1 +1,33 @@
/* packageBookService/pages/bookServices/detail/buyResource/index.wxss */
/* packageBookService/pages/bookServices/detail/buyResource/index.wxss */
.nacigationBar {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0F1214;
  font-size: 40rpx;
  font-weight: bold;
}
.flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
.noData {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  --td-loading-color: #ff6c00;
}