footer.scss 477 B

1234567891011121314151617181920212223
  1. .footer{
  2. bottom: 0px;
  3. z-index: 99;
  4. .btm{
  5. // height:123px;
  6. height:60px;
  7. // position: fixed;
  8. width: 100%;
  9. .f-about{
  10. text-align: center;
  11. color:#fff;
  12. line-height:60px;
  13. p:first-child{
  14. // margin-top:30px;
  15. img{
  16. display: inline-block;
  17. margin-left:10px;
  18. }
  19. }
  20. }
  21. }
  22. }