nav.less 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. // 导航部分
  2. .partOne .navigationOne,
  3. .partOne .navigationOne>li {
  4. float: left;
  5. }
  6. .partOne {
  7. width: 100%;
  8. height: 133px;
  9. background-color: #004564;
  10. font-size: 20px;
  11. font-family: PingFang SC-Semibold;
  12. .inner {
  13. width: 1200px;
  14. height: 133px;
  15. margin: 0 auto;
  16. }
  17. .line {
  18. float: left;
  19. width: 1px;
  20. height: 85px;
  21. background-color: #002d41;
  22. margin-top: 25px;
  23. margin-left: 20px;
  24. }
  25. .line1{
  26. float: left;
  27. width: 1px;
  28. height: 85px;
  29. background-color: #29799d;
  30. margin-top: 25px;
  31. margin-right: 29px;
  32. }
  33. .navigationOneTitle {
  34. float: left;
  35. width: 15px;
  36. height: 85px;
  37. color: #fff;
  38. font-size: 16px;
  39. font-weight: bold;
  40. margin-top: 25px;
  41. margin-bottom: 0;
  42. margin-right: 15px;
  43. box-sizing: border-box;
  44. }
  45. .navigationOneTitle:first-child {
  46. border-left: none;
  47. }
  48. .navigationOne {
  49. float: left;
  50. width: 336px;
  51. color: #fff;
  52. padding-top: 13px;
  53. // margin-left: 20px;
  54. li {
  55. width: 64px;
  56. font-family: PingFang SC;
  57. font-size: 16px;
  58. text-align: left;
  59. font-style: normal;
  60. text-transform: none;
  61. margin: 7px 10px 8px;
  62. text-align: center;
  63. a {
  64. color: #fff;
  65. display: block;
  66. }
  67. }
  68. >li:hover a {
  69. color: #FDFFDE;
  70. }
  71. .active {
  72. color: #FDFFDE;
  73. }
  74. }
  75. }
  76. .partTwo {
  77. width: 100%;
  78. height: 50px;
  79. background-color: #004564;
  80. margin-top: 10px;
  81. .inner {
  82. width: 1200px;
  83. height: 50px;
  84. margin: 0 auto;
  85. .nav2 {
  86. float: left;
  87. width: 1200px;
  88. height: 50px;
  89. line-height: 50px;
  90. margin: 0 auto;
  91. color: #fff;
  92. font-size: 16px;
  93. li {
  94. float: left;
  95. padding: 0 15px;
  96. a {
  97. color: #fff;
  98. }
  99. }
  100. li:hover a {
  101. color: #FDFFDE;
  102. }
  103. .navList {
  104. padding: 0 25px;
  105. }
  106. li:first-child {
  107. font-weight: bold;
  108. padding: 0 15px 0 0;
  109. }
  110. li:nth-child(2) {
  111. font-weight: bold;
  112. }
  113. li:nth-child(3) {
  114. padding: 0 25px 0 15px;
  115. }
  116. li:last-child {
  117. padding: 0 0 0 15px;
  118. }
  119. }
  120. }
  121. }
  122. // 深度服务
  123. .deepServer {
  124. height: 60px;
  125. background: #fafafa;
  126. display: flex;
  127. margin: 10px auto 0;
  128. .inner {
  129. width: 1200px;
  130. height: 60px;
  131. line-height: 60px;
  132. margin: 0 auto;
  133. .deepServer_left {
  134. width: 850px;
  135. float: right;
  136. height: 60px;
  137. line-height: 60px;
  138. .serverTitle {
  139. float: left;
  140. width: 64px;
  141. font-size: 16px;
  142. color: #333;
  143. font-weight: bold;
  144. padding-left: 0px;
  145. margin-right: 55px;
  146. }
  147. .contentList {
  148. width: 850px;
  149. height: 60px;
  150. overflow: hidden;
  151. li {
  152. float: left;
  153. font-size: 16px;
  154. float: left;
  155. color: #333;
  156. margin-right: 8px;
  157. cursor: pointer;
  158. a {
  159. color: #333;
  160. &:hover {
  161. color: #255590;
  162. }
  163. }
  164. &:hover {
  165. color: #255590;
  166. }
  167. }
  168. li:last-child {
  169. margin-right: 0;
  170. }
  171. }
  172. }
  173. .deepServer_right {
  174. float: left;
  175. width: 340px;
  176. height: 60px;
  177. line-height: 60px;
  178. margin-right: 10px;
  179. .serverTitle_right {
  180. float: left;
  181. font-weight: 400;
  182. font-size: 16px;
  183. color: #333333;
  184. }
  185. .searchRole {
  186. float: left;
  187. height: 40px;
  188. line-height: 35px;
  189. background-color: #fff;
  190. border: 1px solid #ededed;
  191. margin: 10px 0px 12px 20px;
  192. border-radius: 25px;
  193. // padding-left: 10px;
  194. box-sizing: border-box;
  195. em {
  196. display: inline-block;
  197. width: 29px;
  198. height: 29px;
  199. margin: 4px;
  200. margin-right: 25px;
  201. vertical-align: -13px;
  202. background: url('@/public/image/Iconly/Broken/Search.png');
  203. cursor: pointer;
  204. }
  205. >.ipt {
  206. width: 180px;
  207. font-family: PingFang SC, PingFang SC;
  208. font-weight: 400;
  209. font-size: 14px;
  210. color: #666;
  211. line-height: 16px;
  212. padding-left: 22px;
  213. box-sizing: border-box;
  214. text-align: left;
  215. font-style: normal;
  216. text-transform: none;
  217. border: none;
  218. outline: none;
  219. }
  220. >.ipt::placeholder {
  221. color: #cccccc;
  222. }
  223. span {
  224. color: #999999;
  225. }
  226. }
  227. .el-select--large::v-deep .el-select__wrapper {
  228. font-size: 14px;
  229. gap: 6px;
  230. line-height: 24px;
  231. min-height: 35px;
  232. padding: 0;
  233. border: none;
  234. box-shadow: none;
  235. margin-left: 10px;
  236. }
  237. .el-select__placeholder::v-deep.is-transparent {
  238. color: #999999;
  239. font-weight: 600;
  240. }
  241. >.title {
  242. float: left;
  243. width: 120px;
  244. font-family: PingFang SC, PingFang SC;
  245. font-weight: 600;
  246. font-size: 20px;
  247. color: #666666;
  248. text-align: left;
  249. font-style: normal;
  250. text-transform: none;
  251. }
  252. }
  253. }
  254. }