app.wxss 231 B

12345678910111213
  1. /**app.wxss**/
  2. .container {
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. justify-content: space-between;
  7. padding: 50rpx 0;
  8. box-sizing: border-box;
  9. }
  10. .canvas {
  11. width: 100%;
  12. /* height: 200px; */
  13. }