.nine-nav-001{ display: flex; flex-direction: column; padding: 10rpx; flex: 1; height: 100%; overflow-y: auto; } .nine-nav-001-item{ background: #fff; display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-top: 5rpx; padding: 20rpx 15rpx; border-radius: 1rpx; border-style: solid; border-width: 0px; } .nine-nav-001-item-left{ display: flex; flex-direction: row; align-items: center; padding: 2rpx 10rpx; } .nine-nav-001-item-left-text{ font-size: 16px; padding-left: 20rpx; } .nine-nav-001-item-right{ display: flex; flex-direction: row; align-items: center; } .nine-nav-001-item-right-image{ width: 16rpx; height: 35rpx; }