/*解决在mobile上可以滚动，在pc上不能滚动的问题*/
html {
    overflow: auto;
}

body, .ionic-body {
    overflow: hidden;
}