123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- /*.kourtina{
- z-index: 2;
- height: 100vh;
- position: fixed;
- top: 0;
- width: 100%;
- }*/
- .mainbar{
- z-index: 1;
- display: flex;
- justify-content: space-between;
- position: fixed;
- height: 48px;
- background: #F1F1F1;
- top: 0;
- width: 100%;
- color:#707070;
- box-shadow: 1px 1px rgb(0, 0, 0,0.16);
- }
- .horizontal_bars {
-
- display: flex;
- flex-direction: row;
- justify-content:space-between;
- margin-top: 50px
- }
- .horizontal_bars .toolbox{
- width:306px;
- background: #F1F1F1;
- z-index: 1;
- flex-shrink: 0;
- position: fixed;
- height: 100vh;
- display: flex;
- flex-direction: row;
- }
- .horizontal_bars .toolbox .tool_icon_bar{
- width: 48px;
- background: #F1F1F1 0% 0% no-repeat padding-box;
- box-shadow: 1px 0px 1px rgb(0, 0, 0,0.16);
- }
- .horizontal_bars .toolbox .moduleBar{
- }
- .horizontal_bars .sidebar{
- width: 311px;
- z-index: 1;
- flex-shrink: 0;
- position: fixed;
- right: 0;
- height: 100vh;
- background: #F1F1F1 0% 0% no-repeat padding-box;
- opacity: 1;
- }
- .playground{
- margin-top: 20px;
- height: 100vh;
- display: flex;
- justify-content:center;
- }
- .phone{
- margin:0 auto;
- }
|