App.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*.kourtina{
  2. z-index: 2;
  3. height: 100vh;
  4. position: fixed;
  5. top: 0;
  6. width: 100%;
  7. }*/
  8. .mainbar{
  9. z-index: 1;
  10. display: flex;
  11. justify-content: space-between;
  12. position: fixed;
  13. height: 48px;
  14. background: #F1F1F1;
  15. top: 0;
  16. width: 100%;
  17. color:#707070;
  18. box-shadow: 1px 1px rgb(0, 0, 0,0.16);
  19. }
  20. .horizontal_bars {
  21. display: flex;
  22. flex-direction: row;
  23. justify-content:space-between;
  24. margin-top: 50px
  25. }
  26. .horizontal_bars .toolbox{
  27. width:306px;
  28. background: #F1F1F1;
  29. z-index: 1;
  30. flex-shrink: 0;
  31. position: fixed;
  32. height: 100vh;
  33. display: flex;
  34. flex-direction: row;
  35. }
  36. .horizontal_bars .toolbox .tool_icon_bar{
  37. width: 48px;
  38. background: #F1F1F1 0% 0% no-repeat padding-box;
  39. box-shadow: 1px 0px 1px rgb(0, 0, 0,0.16);
  40. }
  41. .horizontal_bars .toolbox .moduleBar{
  42. }
  43. .horizontal_bars .sidebar{
  44. width: 311px;
  45. z-index: 1;
  46. flex-shrink: 0;
  47. position: fixed;
  48. right: 0;
  49. height: 100vh;
  50. background: #F1F1F1 0% 0% no-repeat padding-box;
  51. opacity: 1;
  52. }
  53. .playground{
  54. margin-top: 20px;
  55. height: 100vh;
  56. display: flex;
  57. justify-content:center;
  58. }
  59. .phone{
  60. margin:0 auto;
  61. }