<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* @file footer.less
* @brief
* @author lihao.ylh 2014-04-17 created
* @updated 
*/
/*!!cmd:lessbuild=false*/
.fui-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url("//astyle.alicdn.com/m/lofty/assets/images/v5_navbar.png?t=20140728") repeat-x 0 0;
  background-size: contain;
  text-align: center;
  z-index: 99;
}
@media screen and (device-width: 320px) and (device-aspect-ratio: 2/3), screen and (device-width: 320px) and (device-aspect-ratio: 40/71) and (-webkit-min-device-pixel-ratio: 2) {
  .fui-footer {
    height: 44px;
    line-height: 44px;
  }
}
</pre></body></html>