/**app.wxss**/ @import "./libs/style/button.wxss"; @import "./libs/style/list.wxss"; @import "./libs/style/common.wxss"; @import "./libs/style/redpack.wxss"; @import "./libs/style/tab.wxss"; @import "./libs/style/gamelist.wxss"; page { box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10) inset; } text, view, input, textarea { box-sizing: border-box; } .container { background-color: #fafafa; box-sizing: border-box; min-height: 100vh; } .auth_enter { height: 100%; opacity: 0; position: absolute; width: 100%; z-index: 1; }