酷炫小程序
/**app.wxss**/ page{ height: 100%; } .container { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; box-sizing: border-box; } button::after,button::before{ border: none; height: 0; }