/**app.wxss**/ page { background-color: #f3f3f3; --td-brand-color: #0091cc; // 任何你想要的主题色 } .page { height: 100vh; background-color: #fff; }