navBar.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. @media (max-width: 1425px) {
  2. .menuList {
  3. font-size: 13px;
  4. }
  5. .user-nav {
  6. font-size: 13px;
  7. }
  8. }
  9. .user-nav .nav-resume-tools {
  10. display: inline-block;
  11. vertical-align: middle;
  12. }
  13. .user-nav .nav-resume-tools > a {
  14. display: inline-block;
  15. font-weight: 500;
  16. color: var(--v-primary-base);
  17. line-height: 20px;
  18. height: auto;
  19. padding: 3px 7px;
  20. vertical-align: middle;
  21. border-radius: 4px;
  22. margin-right: 8px;
  23. border: 1px solid transparent;
  24. }
  25. .banner {
  26. width: 100%;
  27. height: 50px;
  28. z-index: var(--zIndex-nav) !important;
  29. color: #333;
  30. background-color: #d6e5e8;
  31. padding-left: 0px;
  32. height: 50px;
  33. }
  34. .banner .left {
  35. height: 100%;
  36. display: flex;
  37. align-items: center;
  38. cursor: pointer;
  39. }
  40. .hover:hover {
  41. cursor: pointer;
  42. background: rgba(0, 0, 0, 0.03);
  43. }
  44. .innerBox {
  45. position: relative;
  46. width: 100vw;
  47. margin: 0 auto;
  48. align-items: center;
  49. padding: 30px;
  50. }
  51. .nav-logo {
  52. float: left;
  53. }
  54. .nav-city {
  55. float: left;
  56. position: relative;
  57. cursor: pointer;
  58. height: 49px;
  59. line-height: 49px;
  60. color: var(--v-primary-base);
  61. margin-left: 50px;
  62. }
  63. .nav-city-selected {
  64. display: inline-block;
  65. white-space: nowrap;
  66. overflow: hidden;
  67. text-overflow: ellipsis;
  68. max-width: 95px;
  69. vertical-align: middle;
  70. }
  71. .switchover-city {
  72. color: var(--v-primary-base);
  73. margin-left: 10px;
  74. }
  75. .nav {
  76. float: left;
  77. margin-left: 50px;
  78. height: 49px;
  79. line-height: 49px;
  80. }
  81. .nav ul {
  82. display: flex;
  83. white-space: nowrap;
  84. vertical-align: top;
  85. }
  86. .nav ul li {
  87. text-align: center;
  88. margin: 0 5px;
  89. list-style: none;
  90. }
  91. .nav li a {
  92. display: block;
  93. padding: 0 5px;
  94. position: relative;
  95. text-decoration: none;
  96. color: #333;
  97. }
  98. .routeActive {
  99. color: var(--color-333) !important;
  100. }
  101. .routeActive .aLink {
  102. color: #008979 !important;
  103. font-weight: 700;
  104. text-decoration: underline !important;
  105. }
  106. .active-route {
  107. color: #008979;
  108. text-decoration: underline !important;
  109. font-weight: 700;
  110. }
  111. .user-nav .btns .btn-outline {
  112. border-radius: 8px;
  113. text-align: center;
  114. font-size: 14px;
  115. height: 26px;
  116. line-height: 26px;
  117. min-width: 0;
  118. padding: 0 11px;
  119. margin-left: 14px;
  120. background-color: transparent;
  121. }
  122. .user-nav .btn {
  123. display: inline-block;
  124. box-sizing: content-box;
  125. border: 1px solid var(--v-primary-base);
  126. letter-spacing: 1px;
  127. cursor: pointer;
  128. }
  129. .user-nav a {
  130. text-decoration: none;
  131. }
  132. .menuList {
  133. display: flex;
  134. height: 50px;
  135. align-items: center;
  136. }
  137. .menuList div {
  138. margin-left: 10px;
  139. }
  140. .menuList-first-title:hover {
  141. color: #008979;
  142. font-weight: 700;
  143. text-decoration: underline;
  144. }