/**app.wxss**/ page { --main-color: #E5CBAA; width: 750rpx; height: 100vh; background-color: var(--main-color); font-size: 20px; font-weight: 500; }