litian
2024-03-25 93463d63f0dd81c436aa3335506611aab8356b88
packagePersonal/pages/myOrder/index.wxss
@@ -1,6 +1,11 @@
page {
.container {
  width: 100vw;
  height: 100%;
  height: 100vh;
}
.content {
  height: calc(100vh - env(safe-area-inset-bottom) - 200rpx);
  box-sizing: border-box;
}
.page-header {
@@ -54,7 +59,6 @@
.pageInfo {
  background: #F2F3F8;
  padding-top: 200rpx;
  height: calc(100% - 200rpx)
}
.list {