透明的底部导航栏应该如何去实现

请问一下这种透明的底部导航栏应该如何去实现,找了好多资料都没找到

img

小程序,自定义tabBar

                position: fixed;
                width: 100%;
                height: 100px;
                left: 0;
                bottom: 0;
                background:rgba(255,255,255,0.1);