index.wxss 473 B

123456789101112131415161718192021222324252627282930313233343536
  1. page{
  2. height:100%;
  3. }
  4. .main_container {
  5. height: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: flex-start;
  9. background-color: #e5e5e5;
  10. }
  11. .menu {
  12. width: 100%;
  13. display: flex;
  14. flex-direction: column;
  15. align-items: flex-start;
  16. background-color: white;
  17. }
  18. .my-uploader{
  19. font-size: 10pt;
  20. }
  21. .page__bd {
  22. width: 100%;
  23. }
  24. .v-commit{
  25. width: 100%;
  26. height: 100px;
  27. }
  28. .commit-btn {
  29. margin-top: 40pt;
  30. background-color: #2A82E4;
  31. color: white;
  32. }