.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; } }