/**app.wxss**/ page{ min-height: 100%; height: 100%; background: #ffffff; -webkit-overflow-scrolling : touch; } .container { padding: 0; width: 100%; height: 100%; } .hidden{ pointer-events: none; opacity: 0; }