mirror of
https://github.com/PlayEdu/h5.git
synced 2025-12-30 08:19:33 +08:00
底部tabBar组件
This commit is contained in:
10
src/components/bar-footer/index.module.scss
Normal file
10
src/components/bar-footer/index.module.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user