CSS 添加固定底部导航栏高度
.foot.data-v-45b600e0 { position: fixed; top: auto; bottom: 0; z-index: 98; display: flex; width: 100%; height: 50px; /* 添加一个高度 */ background-color: #5D9B70; -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); justify-content: space-around }
原文地址: https://www.cveoy.top/t/topic/kNxX 著作权归作者所有。请勿转载和采集!