Newer
Older
smartKitchenMiniProgram / app.wxss
dutingting on 28 Nov 2022 146 bytes 增加户号管理和燃气缴费页面
/**app.wxss**/
page {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: scroll;
}