.sidebar { position: fixed; right: 0; top: 0; height: 100vh; /* 侧边栏高度与视口等高 */ width: 250px; background-color: #333; color: white; padding: 20px; box-sizing: border-box; /* 包括内边距和边框在内的总宽度不超过250px */ }