底部tabBar组件

This commit is contained in:
禺狨
2023-06-25 14:05:35 +08:00
parent b9009f6f9e
commit f93467db13
8 changed files with 135 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
.footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 55px;
box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.04);
background: #ffffff;
z-index: 100;
}