index.wxss 139 B

1234567891011
  1. /* pages/prompt/index.wxss */
  2. .page,
  3. .page__bd {
  4. height: 100%;
  5. padding-bottom: 0;
  6. }
  7. .content {
  8. height: calc(100% - 88rpx);
  9. }