app.wxss 165 B

123456789101112
  1. /**app.wxss**/
  2. @import '/style/template.wxss';
  3. page {
  4. background: #f5f5f5;
  5. }
  6. .container {
  7. display: flex;
  8. flex-direction: column;
  9. box-sizing: border-box;
  10. }