.g-components-panel-fixed { position: fixed; width: 100%; bottom: 0; left: 0; padding-top: 12px; padding-bottom: calc(constant(safe-area-inset-bottom)); /*兼容 IOS<11.2*/ padding-bottom: calc(env(safe-area-inset-bottom)); /*兼容 IOS>11.2*/ min-height: 72px; z-index: 999; box-sizing: border-box; }