楼主可以根据设备的分辨率来判断: @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { .main-body { height: calc(100% + 34px); } }
楼主可以根据设备的分辨率来判断: