.main { float: right; width: 1.98rem; height: 100vh; display: flex; flex-direction: column; align-items: flex-end; background: url('@/assets/menu/right_bg.png') no-repeat center; background-size: 100% 100%; } .menu { width: 100%; height: calc(100vh - 1.6rem); display: flex; flex-direction: column; overflow-y: auto; } .menuItem { padding: 0.2rem; color: #333; font-size: 0.28rem; cursor: pointer; &.active { color: #4a90e2; font-weight: bold; } } .icon { margin: 0.44rem auto 0.1rem; width: 0.7rem; height: 0.7rem; display: block; } icon:first-child { margin-top: 0; } .arrowCon { width: 100%; height: 1.6rem; // text-align: center; display: flex; align-items: center; justify-content: center; } .arrow { width: 0.7rem; height: 0.7rem; background: url('@/assets/menu/arrow.png') no-repeat center; background-size: 100% 100%; } .text { text-align: center; font-size: 0.28rem; font-family: Source Han Sans, Source Han Sans; font-weight: 500; color: #555555; } :global { #root { min-height: auto; } }