nav.less 5.6 KB

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