common.scss 353 B

12345678910111213141516171819
  1. .headerBox {
  2. height: 44px;
  3. width: 100%;
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. box-sizing: border-box;
  8. background: rgba(242, 46, 60, 1);
  9. text-align: center;
  10. line-height: 44px;
  11. color: #FFF;
  12. font-size: 18px;
  13. padding: 0 10px;
  14. z-index: 1;
  15. .van-icon {
  16. float: left;
  17. line-height: 44px;
  18. }
  19. }