test.wxss 196 B

123456789101112131415
  1. .content {
  2. width: 100%;
  3. height: 500px;
  4. background-color: red;
  5. }
  6. .firstCanvas {
  7. background-color: blue;
  8. width: 100%;
  9. height: 200px;
  10. }
  11. image {
  12. width: 100%;
  13. height: 200px;
  14. background-color: orange;
  15. }