app.wxss 201 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 /**app.wxss**/ .container { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; box-sizing: border-box; }