page { background: #fff; } .container { display: flex; flex-direction: column; height: 100%; } .bottom { flex: 1; display: flex; overflow: hidden; } .sidebar { background-color: #F3F5F9; height: 100%; overflow: hidden; overflow-y: auto; } .sidebar::-webkit-scrollbar { display: none; width: 0; height: 0; color: transparent; } .siderbar-item { text-align: center; } .side-item { font-size: 28rpx; color: #666666; } .side-select { color: #FF4330; } .content { flex: 1; height: 100%; overflow: hidden; overflow-y: auto; }