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. padding:10px;
  43. }
  44. .horizontal_bars .sidebar{
  45. width: 311px;
  46. z-index: 1;
  47. flex-shrink: 0;
  48. position: fixed;
  49. right: 0;
  50. height: 100vh;
  51. background: #F1F1F1 0% 0% no-repeat padding-box;
  52. opacity: 1;
  53. }
  54. .playground{
  55. margin-top: 20px;
  56. height: 100vh;
  57. display: flex;
  58. justify-content:center;
  59. }
  60. .phone{
  61. margin:0 auto;
  62. }