header1.less 439 B

123456789101112131415161718192021
  1. @import 'basic.less';
  2. @import 'reset.less';
  3. header {
  4. height: 40px;
  5. line-height: 40px;
  6. text-align: center;
  7. font-size: 16px;
  8. .bgcl();
  9. .back {
  10. float: left;
  11. position: absolute;
  12. width: 80px;
  13. text-indent: 10px;
  14. font-size: 14px;
  15. display: -webkit-flex;
  16. display: flex;
  17. flex-wrap: nowrap;
  18. align-items: center;
  19. justify-content: center;
  20. }
  21. }