nav.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. .partOne {
  2. width: 100%;
  3. height: 70px;
  4. background-color: #489d97;
  5. .inner {
  6. width: 1200px;
  7. margin: 0 auto;
  8. }
  9. .navigationOne {
  10. width: 1200px;
  11. color: #333;
  12. display: flex;
  13. flex-wrap: wrap;
  14. li:first-child {
  15. color: #fff59d;
  16. padding: 0 50px;
  17. }
  18. li {
  19. font-family: PingFang SC;
  20. height: 70px;
  21. line-height: 70px;
  22. font-weight: bold;
  23. font-size: 16px;
  24. text-align: left;
  25. font-style: normal;
  26. text-transform: none;
  27. margin: 0 12px;
  28. text-align: center;
  29. width: 76px;
  30. a {
  31. color: #fff;
  32. display: block;
  33. }
  34. }
  35. >li:hover a {
  36. color: #fff59d;
  37. }
  38. // .active {
  39. // color: #ABE874;
  40. // }
  41. }
  42. }
  43. .partTwo {
  44. width: 100%;
  45. height: 50px;
  46. background-color: #fff6e2;
  47. .inner {
  48. width: 1200px;
  49. margin: 0 auto;
  50. .partTwoNav {
  51. width: 1200px;
  52. color: #333;
  53. display: flex;
  54. flex-wrap: wrap;
  55. // justify-content: space-between;
  56. .navList:first-child {
  57. padding-left: 40px;
  58. // padding-right: 20px;
  59. }
  60. .navList {
  61. font-family: PingFang SC;
  62. height: 50px;
  63. line-height: 50px;
  64. font-weight: 400;
  65. font-size: 16px;
  66. color: #333333;
  67. margin: 0 20px;
  68. a {
  69. color: #333;
  70. display: block;
  71. }
  72. }
  73. .navList:last-child {
  74. margin-right: 0;
  75. // padding-right: 20px;
  76. }
  77. .navList:hover a {
  78. color: #489d97;
  79. }
  80. }
  81. }
  82. }
  83. .partThree {
  84. margin-top: 15px;
  85. width: 100%;
  86. height: 50px;
  87. background-color: #f5f5f5;
  88. .inner {
  89. width: 1200px;
  90. margin: 0 auto;
  91. display: flex;
  92. .title {
  93. font-family: PingFang SC;
  94. font-weight: 400;
  95. font-size: 16px;
  96. color: #666666;
  97. line-height: 50px;
  98. padding-left: 35px;
  99. }
  100. .title1 {
  101. font-family: PingFang SC;
  102. font-weight: 400;
  103. font-size: 16px;
  104. color: #666666;
  105. line-height: 50px;
  106. padding-left: 35px;
  107. }
  108. .searchRole {
  109. width: 440px;
  110. height: 40px;
  111. line-height: 35px;
  112. background-color: #fff;
  113. border: 1px solid #ededed;
  114. margin-top: 5px;
  115. margin-left: 20px;
  116. border-radius: 25px;
  117. padding-left: 20px;
  118. box-sizing: border-box;
  119. i {
  120. display: inline-block;
  121. width: 1px;
  122. height: 12px;
  123. background-color: #d9d9d9;
  124. margin: 0 10px;
  125. vertical-align: middle;
  126. }
  127. em {
  128. display: inline-block;
  129. width: 29px;
  130. height: 29px;
  131. margin: 4px;
  132. margin-right: 25px;
  133. vertical-align: -13px;
  134. background: url('@/public/image/Iconly/Broken/Search.png');
  135. cursor: pointer;
  136. }
  137. .search{
  138. margin-left: 20px;
  139. }
  140. .search1{
  141. margin-left: 160px;
  142. }
  143. >.ipt {
  144. width: 245px;
  145. font-family: PingFang SC, PingFang SC;
  146. font-weight: 600;
  147. font-size: 14px;
  148. color: #666;
  149. line-height: 16px;
  150. padding-left: 22px;
  151. box-sizing: border-box;
  152. text-align: left;
  153. font-style: normal;
  154. text-transform: none;
  155. border: none;
  156. outline: none;
  157. }
  158. >.ipt::placeholder {
  159. color: #cccccc;
  160. }
  161. span {
  162. color: #999999;
  163. }
  164. .el-select--large::v-deep .el-select__wrapper {
  165. font-size: 14px;
  166. gap: 6px;
  167. line-height: 24px;
  168. min-height: 35px;
  169. padding: 0;
  170. border: none;
  171. box-shadow: none;
  172. }
  173. .el-select__placeholder::v-deep.is-transparent {
  174. color: #999999;
  175. font-weight: 600;
  176. }
  177. }
  178. }
  179. }