@import 'element-plus/dist/index.css'; .container { background-color: white; /* color: black; */ width: 100%; height: calc(100vh - 65px); margin: 0; padding: 0; display: flex; flex-direction: row; /* overflow: hidden; */ } .page-container { position: fixed; bottom: 3px; /* 距离底部距离 */ left: 50%; transform: translateX(-50%); /* 居中关键 */ /* background: rgba(24, 24, 40, 0.95); */ backdrop-filter: blur(12px); /* border-radius: 10px; */ /* padding: 12px; */ display: flex; /* flex-direction: column; */ /* box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4); */ /* border: 1px solid rgba(255, 255, 255, 0.1); */ z-index: 1000; height: 25px; width: 300px; padding: 0; margin: 0; }