nav.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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. margin-left: 10px;
  17. }
  18. li:last-child {
  19. margin-right: 10px;
  20. }
  21. li {
  22. width: 80px;
  23. font-family: PingFang SC;
  24. height: 70px;
  25. line-height: 70px;
  26. font-weight: bold;
  27. font-size: 16px;
  28. text-align: left;
  29. font-style: normal;
  30. text-transform: none;
  31. margin: 0 15px;
  32. text-align: center;
  33. a {
  34. color: #fff;
  35. display: block;
  36. }
  37. }
  38. >li:hover a {
  39. color: #fff59d;
  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. .navList {
  56. width: 80px;
  57. text-align: center;
  58. font-family: PingFang SC;
  59. height: 50px;
  60. line-height: 50px;
  61. font-weight: 400;
  62. font-size: 16px;
  63. color: #333333;
  64. margin: 0 21px;
  65. a {
  66. color: #333;
  67. display: block;
  68. }
  69. }
  70. .navList:last-child {
  71. margin-right: 0;
  72. }
  73. .navList:hover a {
  74. color: #489d97;
  75. }
  76. }
  77. }
  78. }
  79. .partThree {
  80. margin-top: 15px;
  81. width: 100%;
  82. height: 50px;
  83. background-color: #f5f5f5;
  84. .inner {
  85. width: 1200px;
  86. margin: 0 auto;
  87. display: flex;
  88. .title {
  89. font-family: PingFang SC;
  90. font-weight: 400;
  91. font-size: 16px;
  92. color: #666666;
  93. line-height: 50px;
  94. padding-left: 20px;
  95. }
  96. .title1 {
  97. font-family: PingFang SC;
  98. font-weight: 400;
  99. font-size: 16px;
  100. color: #666666;
  101. line-height: 50px;
  102. padding-left: 35px;
  103. }
  104. .searchRole {
  105. width: 440px;
  106. height: 40px;
  107. line-height: 35px;
  108. background-color: #fff;
  109. border: 1px solid #ededed;
  110. margin-top: 5px;
  111. margin-left: 20px;
  112. border-radius: 25px;
  113. padding-left: 20px;
  114. box-sizing: border-box;
  115. i {
  116. display: inline-block;
  117. width: 1px;
  118. height: 12px;
  119. background-color: #d9d9d9;
  120. margin: 0 10px;
  121. vertical-align: middle;
  122. }
  123. em {
  124. display: inline-block;
  125. width: 29px;
  126. height: 29px;
  127. margin: 4px;
  128. margin-right: 25px;
  129. vertical-align: -13px;
  130. background: url('@/public/image/Iconly/Broken/Search.png');
  131. cursor: pointer;
  132. }
  133. .searchbtn {
  134. display: inline-block;
  135. margin-left: 60px;
  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. .box111 {
  179. display: inline-block;
  180. width: 95px;
  181. }
  182. }
  183. }