mui底部不动的按钮

 



/*底部按钮*/
    
 nav {
        background: #fff
    }
    
 nav {
        height: 50px;
        top: inherit;
        text-align: center
    }
    
 nav .mui-btn{

    position:fixed;

    top:0px;

left:             font-size: 20px;

    height: 36px;
    background-color:#FCB406;
    width:100%;
    color:#fff;
    height:50px;
    font-family: "微软雅黑";

    }
   


还有一种自带的底部不动菜单

    提交按钮




你可能感兴趣的:(mui)