/* 页脚样式 - 默认 (电脑设备) */ footer { background-color: rgba(51, 51, 51, 0.5); /* 半透明背景 */ color: white; display: flex; /* 使用 flex 布局 */ justify-content: center; /* 水平居中 */ align-items: center; /* 垂直居中 */ padding: 0px; position: fixed; left: 0; right: 0; bottom: 0; font-size: 14px; max-height: 30px; z-index: 2000; /* 提升侧边栏的层级 */ }