yiming
2024-04-01 f72f8966ba4e1715e8df82d5cf1c7e912b6da719
packageDomain/pages/sampleBookList/applicationForm/index.wxss
@@ -7,21 +7,20 @@
  height: 100vh;
}
.page-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-content {
  padding-top: 96rpx;
  margin-top: -30rpx;
}
.con-bg {
  height: 30rpx;
  background: #fff;
  width: 100%;
}
.content {
  height: calc(100vh - env(safe-area-inset-bottom) - 96rpx);
  box-sizing: border-box;
  height: calc(100vh - env(safe-area-inset-bottom) - 96rpx);
  overflow-y: auto;
}
@@ -31,8 +30,13 @@
}
.t-tabs {
  margin-top: 20rpx;
  padding-top: 20rpx;
  background: none !important;
  width: 100%;
  position: fixed;
  top: 0rpx;
  left: 0;
  z-index: 1
}
.t-tabs__wrapper {
@@ -74,7 +78,7 @@
  background: #fff;
  min-height: 200rpx;
  border-radius: 10rpx;
  margin-top: -30rpx;
  padding: 60rpx 40rpx 40rpx 40rpx;
}