index.scss 185 B

123456789
  1. .scroll-view {
  2. position: relative;
  3. }
  4. /* 适配苹果手机底部安全距离 */
  5. .safety {
  6. height: constant(safe-area-inset-bottom);
  7. height: env(safe-area-inset-bottom);
  8. }