<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.footer{ */
/*     z-index:5555; */
/*     background:url(/Public/xin_mobile/static/images/tab_iimg.png) center bottom;*/
/*     background-size:auto 100%;*/
/*     height: 1.3rem;*/
/*     position:fixed; */
/*     bottom:0; */
/*     width:100%;*/
/*     background-color: red;*/
/*     }*/
   
.footer{ 
    z-index:5555;
    background:url(../images/tab_iimg.png) center bottom;
    background-size:100% 200%;
    overflow: hidden;
    height: 1.1rem;
    position:fixed; 
    bottom:0;
    width:100%;
    display:flex;
    
  }
   .footerBox{
        width:100%;
        height:1.3rem;
        justify-content: center;
    
    }
     
.foothome{ position:relative; left:50%; top:0; width:1rem;}
.footer&gt;a{  width:25%; height:1rem; text-align:center}.foothome img{ width:1rem;}
.footer&gt;a img{ max-width:100%; width:0.5rem;height: 0.53rem;}
body{ margin:0}
.footer&gt;a:nth-child(1){ float:left; margin-top:0.1rem}
.footer&gt;a:nth-child(2){ float:left; margin-top:0.1rem}
.footer&gt;a:nth-child(3){ float:left; display: none;}
.footer&gt;a:nth-child(3) img{width: 90%;position:relative;top: 0.0rem;left:0px;display: none;}
.footer&gt;a:nth-child(4){ float:left; margin-top:0.1rem}
.footer&gt;a:nth-child(5){ float:left; margin-top:0.1rem}

.hh{ height:1rem}
</pre></body></html>