.menu-inner .left-bar{
width: 85px;
background-color: #efefef;
overflow: auto;
height: 100%;
-webkit-overflow-scrolling: touch;
}
.menu-inner .item-text{
line-height: 1.6rem;
align-self: center;
text-align: center;
}
-webkit-overflow-scrolling: touch;(只支持IOS,但是可以通过npm里的好东西解决)
align-self: center;(只在弹性布局中有用)