You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
866 B
Plaintext
38 lines
866 B
Plaintext
3 years ago
|
.toolbarWrapper {
|
||
|
width: 68px;
|
||
|
position: fixed;
|
||
|
right: 10px;
|
||
|
z-index: 100;
|
||
|
background: #fff;
|
||
|
border-radius: 20px;
|
||
|
padding-top: 20px;
|
||
|
padding-bottom: 20px;
|
||
|
text-align: center;
|
||
|
.progressWrapper {
|
||
|
position: relative;
|
||
|
padding-top: 5px;
|
||
|
padding-bottom: 5px;
|
||
|
margin-left: 20px;
|
||
|
.progressLine {
|
||
|
height: 100px;
|
||
|
width: 0px;
|
||
|
border-left: 2px solid #C9C9C9;
|
||
|
margin-left: 12px;
|
||
|
}
|
||
|
.progressBtn {
|
||
|
width: 16px;
|
||
|
height: 9px;
|
||
|
background-color: #C9C9C9;
|
||
|
position: absolute;
|
||
|
left: 5px;
|
||
|
top: 0px;
|
||
|
}
|
||
|
}
|
||
|
.toolBarItem {
|
||
|
display: block;
|
||
|
margin-top: 20px;
|
||
|
margin-bottom: 20px;
|
||
|
margin-left: 20px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|