canvas.wxss 342 B

123456789101112131415161718192021
  1. .canvas-element-wrapper {
  2. display: block;
  3. margin-bottom: 50px;
  4. }
  5. .canvas-element {
  6. width: 100%;
  7. height: 250px;
  8. background-color: #ffffff;
  9. }
  10. .canvas-buttons {
  11. padding: 15px 25px 5px;
  12. width: 100%;
  13. height: 330px;
  14. box-sizing: border-box;
  15. }
  16. .canvas-button {
  17. float: left;
  18. line-height: 2;
  19. width: 150px;
  20. margin: 8px 11px;
  21. }