riku
2024-11-13 48145f787eda81815f653ad21161a60e89b6a303
pages/mLedger/ledgerupload/ledgerupload.wxss
@@ -12,7 +12,12 @@
  padding-bottom: 100px;
}
.page__ft {
.fix-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-bottom: calc(10px + constant(safe-area-inset-bottom));
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  text-align: center;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.06);
  position: fixed;
  bottom: 0;
@@ -21,13 +26,14 @@
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background-color: white;
}
.page__ft .left {
.fix-bottom .left {
  flex: 1;
}
.page__ft .right {
.fix-bottom .right {
  flex: 2; 
}