.mobile-view {
|
background: #000;
|
.mob-body {
|
width: 100vw;
|
height: calc(100vh - 50px);
|
overflow: hidden;
|
position: relative;
|
background: #262626;
|
padding: 0px 300px 0px 40px;
|
|
.mob-tool {
|
position: absolute;
|
left: 0;
|
top: 0;
|
height: 100%;
|
width: 40px;
|
background: #262626;
|
box-shadow: 2px 0px 2px #000;
|
.mob-tool-content {
|
width: 100%;
|
.plus-content {
|
position: relative;
|
color: #ffffff;
|
width: 100%;
|
display: flex;
|
align-items: center;
|
writing-mode: tb-rl;
|
padding: 16px 0;
|
border-bottom: 1px solid #000;
|
cursor: pointer;
|
z-index: 10;
|
background: #262626;
|
i {
|
margin-bottom: 5px;
|
margin-left: 2px;
|
}
|
}
|
|
.useable-component {
|
position: absolute;
|
width: 300px;
|
top: 0;
|
bottom: 0;
|
left: -340px;
|
background: #fff;
|
opacity: 0;
|
transition: left 0.3s, opacity 0.3s;
|
}
|
}
|
.mob-tool-content:hover {
|
.useable-component {
|
opacity: 1;
|
left: 40px;
|
}
|
}
|
.mob-tool-other {
|
position: relative;
|
z-index: 10;
|
height: 1000px;
|
background: #262626;
|
}
|
}
|
|
.mob-setting {
|
position: absolute;
|
right: 0;
|
top: 0;
|
height: 100%;
|
width: 300px;
|
background: #262626;
|
box-shadow: 0px 2px 2px #000;
|
}
|
|
.mob-shell {
|
width: 375px;
|
height: calc(100vh - 70px);
|
margin: 0 auto;
|
background: #ffffff;
|
background-size: 100% 100%;
|
padding: 5vh 13px 6vh;
|
border-radius: 30px;
|
|
.mob-shell-inner {
|
width: 100%;
|
height: 100%;
|
overflow-y: auto;
|
overflow-x: hidden;
|
background-color: #f5f5f9;
|
}
|
.mob-shell-inner::-webkit-scrollbar {
|
width: 4px;
|
}
|
.mob-shell-inner::-webkit-scrollbar-thumb {
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
|
background: rgba(0, 0, 0, 0.23);
|
border-radius: 5px;
|
}
|
.mob-shell-inner::-webkit-scrollbar-track {
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
background: rgba(0, 0, 0, 0);
|
border-radius: 3px;
|
}
|
}
|
}
|
|
.flex-container {
|
margin: 0 15px;
|
}
|
.flex-container .inline {
|
width: 80px!important;
|
margin: 9px 9px 9px 0;
|
}
|
.flex-container .small {
|
height: 20px!important;
|
line-height: 20px!important;
|
}
|
.sub-title {
|
color: #888;
|
font-size: 14px;
|
padding: 30px 0 18px 0;
|
}
|
.placeholder {
|
background-color: #ebebef;
|
color: #bbb;
|
text-align: center;
|
height: 30px;
|
line-height: 30px;
|
width: 100%;
|
}
|
}
|