litian
2024-03-26 10db09788d74b441a2efd85f5d4614e944b07bb3
packagePersonal/pages/feedBack/index.wxss
@@ -1,25 +1,28 @@
page {
  background-color: #f0f2f5;
}
.container {
  width: 100vw;
  height: 100vh;
  padding: 0 20rpx;
}
.content {
  height: calc(100vh - env(safe-area-inset-bottom) - 86rpx);
  box-sizing: border-box;
.container {
  width: 100%;
  height: 100vh;
}
.page-header {
  background-color: #F2F3F8;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1
  z-index: 1;
}
.pageInfo {
  padding-top: 90rpx;
}
.content {
  height: calc(100vh - env(safe-area-inset-bottom) - 96rpx);
  box-sizing: border-box;
}
.t-tabs__track {
@@ -75,14 +78,6 @@
  text-align: center;
}
.container {
  height: calc(100vh - env(safe-area-inset-bottom));
  box-sizing: border-box;
}
.pageInfo {
  margin-top: -30rpx;
}
.content-item {
  background: #fff;