Newer
Older
smartKitchenMiniProgram / app.wxss
dutingting on 22 Nov 2022 148 bytes 1.0.1
/**app.wxss**/
page {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: scroll;
}