index.css 649 B

123456789101112131415161718192021222324252627282930313233343536
  1. @charset "UTF-8";
  2. /*!
  3. * animate.css -http://daneden.me/animate
  4. * Version - 3.5.2
  5. * Licensed under the MIT license - http://opensource.org/licenses/MIT
  6. *
  7. * Copyright (c) 2017 Daniel Eden
  8. */
  9. .verline{
  10. height: 24px;
  11. overflow: hidden;
  12. width: 1px;
  13. margin-top: 14px;
  14. border-left: 1px solid #00384d;
  15. border-right: 1px solid #03589b;
  16. }
  17. .dropdown-menu{
  18. background-color: #fbf9f9;
  19. }
  20. .header{
  21. background-color: #b1bbc2;
  22. color: #fff;
  23. z-index: 3;
  24. height: 60px;
  25. padding: 7px 10px;
  26. zoom: 1;
  27. font-size: 16px;
  28. box-shadow: 0 1px 0 0 rgba(0,0,0,.06), 0 2px 0 0 rgba(0,0,0,.01);
  29. top: 0;
  30. }