nav.less 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. * {
  2. font-family: "微软雅黑", "microsoft yahei";
  3. }
  4. // 导航部分
  5. .partOne {
  6. width: 100%;
  7. height: 97px;
  8. background-color: #a91b33;
  9. font-size: 16px;
  10. font-family: PingFang SC-Semibold;
  11. .inner {
  12. width: 1200px;
  13. height: 133px;
  14. margin: 0 auto;
  15. position: relative;
  16. .navLeft {
  17. width: 135px;
  18. font-size: 16px;
  19. }
  20. .navIndex {
  21. height: 100px;
  22. line-height: 120px;
  23. a {
  24. font-size: 16px;
  25. color: #edcdba;
  26. font-weight: bold;
  27. }
  28. }
  29. .navClass {
  30. float: left;
  31. width: 64px;
  32. padding-top: 20px;
  33. margin-right: 12px;
  34. font-weight: bold;
  35. color: #fbd9c5;
  36. a {
  37. color: #fbd9c5;
  38. }
  39. div:nth-child(2) {
  40. padding-top: 15px;
  41. }
  42. }
  43. }
  44. .navigationOne {
  45. float: left;
  46. width: 1124px;
  47. color: #333;
  48. padding-top: 20px;
  49. li {
  50. float: left;
  51. width: 64px;
  52. font-family: PingFang SC;
  53. font-size: 16px;
  54. text-align: left;
  55. font-style: normal;
  56. text-transform: none;
  57. margin: 0 8px;
  58. text-align: center;
  59. margin-bottom: 15px;
  60. a {
  61. color: #fbd9c5;
  62. display: block;
  63. }
  64. }
  65. >li:hover a {
  66. color: #f3aa8e;
  67. // font-weight: bold;
  68. }
  69. .active {
  70. color: #FDFFDE;
  71. // font-weight: bold;
  72. }
  73. }
  74. }
  75. .navigationTwo {
  76. position: absolute;
  77. top: 88px;
  78. left: 73px;
  79. font-size: 16px;
  80. color: #333;
  81. padding: 5px 10px;
  82. background-color: #f8f8f8;
  83. box-sizing: border-box;
  84. border-radius: 5px;
  85. border: 1px solid #ddd;
  86. li {
  87. height: 30px;
  88. line-height: 30px;
  89. a {
  90. color: #333;
  91. }
  92. a:hover {
  93. color: #a91b33;
  94. }
  95. }
  96. }
  97. .partTwo {
  98. width: 100%;
  99. height: 60px;
  100. background-color: #a91b33;
  101. margin-top: 10px;
  102. .inner {
  103. width: 1200px;
  104. height: 60px;
  105. line-height: 60px;
  106. margin: 0 auto;
  107. .part2_left {
  108. float: left;
  109. width: 875px;
  110. height: 60px;
  111. line-height: 60px;
  112. font-size: 16px;
  113. color: #fbd9c5;
  114. li {
  115. float: left;
  116. a {
  117. color: #fbd9c5;
  118. }
  119. }
  120. li:nth-child(1) {
  121. font-weight: bold;
  122. margin-right: 20px;
  123. }
  124. .part2_navList {
  125. margin-right: 15px;
  126. }
  127. li:hover {
  128. color: #f3aa8e;
  129. a {
  130. color: #f3aa8e;
  131. }
  132. }
  133. }
  134. .part2_right {
  135. float: right;
  136. width: 325px;
  137. height: 60px;
  138. line-height: 60px;
  139. background: url('@/public/head/ulbg.png') no-repeat 0 center;
  140. box-sizing: border-box;
  141. padding-left: 10px;
  142. .part2_right_navList {
  143. float: left;
  144. height: 21px;
  145. color: #f9cf61;
  146. font-weight: bold;
  147. a {
  148. color: #f9cf61;
  149. padding: 0 15px;
  150. }
  151. em {
  152. display: inline-block;
  153. width: 1px;
  154. height: 10px;
  155. background-color: #f9cf61;
  156. }
  157. }
  158. .part2_right_navList:hover {
  159. color: #f3aa8e;
  160. a {
  161. color: #f3aa8e;
  162. }
  163. }
  164. }
  165. }
  166. }
  167. // 深度服务
  168. .deepServer {
  169. height: 60px;
  170. background: #fafafa;
  171. display: flex;
  172. margin: 0 auto;
  173. .inner {
  174. width: 1200px;
  175. height: 60px;
  176. line-height: 60px;
  177. margin: 0 auto;
  178. .deepServer_left {
  179. float: left;
  180. width: 700px;
  181. height: 60px;
  182. line-height: 60px;
  183. display: flex;
  184. justify-content: space-between;
  185. .serverTitle {
  186. font-size: 16px;
  187. color: #333;
  188. font-weight: bold;
  189. margin-right: 50px;
  190. a {
  191. color: #333;
  192. }
  193. }
  194. .serverTitle1 {
  195. font-size: 16px;
  196. color: #333;
  197. font-weight: bold;
  198. margin-right: 15px;
  199. margin-left: 20px;
  200. a {
  201. color: #333;
  202. }
  203. }
  204. :deep(.el-checkbox-group) {
  205. padding-top: 14px;
  206. }
  207. :deep(.el-checkbox) {
  208. font-size: 16px;
  209. color: #333;
  210. margin-right: 30px;
  211. --el-checkbox-checked-text-color: #333;
  212. --el-checkbox-checked-input-border-color: #a91b33;
  213. --el-checkbox-checked-bg-color: #a91b33;
  214. --el-checkbox-checked-icon-color: var(--el-color-white);
  215. --el-checkbox-input-border-color-hover: #a91b33;
  216. }
  217. :deep(.el-checkbox__label) {
  218. font-size: 16px;
  219. }
  220. :deep(.el-checkbox__inner) {
  221. margin-right: 10px;
  222. }
  223. // 单选框
  224. :deep(.el-radio__input.is-checked .el-radio__inner) {
  225. background: #a91b33;
  226. border-color: #a91b33;
  227. }
  228. :deep(.el-radio__input.is-checked+.el-radio__label) {
  229. color: #333333;
  230. }
  231. :deep(.el-radio__label) {
  232. font-size: 16px;
  233. font-weight: 400px;
  234. }
  235. .el-radio {
  236. --el-radio-input-border-color-hover: #a91b33;
  237. }
  238. }
  239. .deepServer_right {
  240. float: right;
  241. width: 487px;
  242. height: 60px;
  243. line-height: 60px;
  244. .serverTitle_right {
  245. float: left;
  246. font-weight: bold;
  247. font-size: 16px;
  248. color: #333333;
  249. }
  250. .searchRole {
  251. float: left;
  252. width: 440px;
  253. height: 40px;
  254. line-height: 35px;
  255. background-color: #fff;
  256. border: 1px solid #ededed;
  257. margin: 10px 15px 12px 20px;
  258. border-radius: 25px;
  259. // padding-left: 10px;
  260. box-sizing: border-box;
  261. em {
  262. display: inline-block;
  263. width: 29px;
  264. height: 29px;
  265. margin: 4px;
  266. margin-right: 25px;
  267. vertical-align: -13px;
  268. background: url('@/public/image/Iconly/Broken/Search.png');
  269. cursor: pointer;
  270. }
  271. >.ipt {
  272. width: 379px;
  273. font-family: PingFang SC, PingFang SC;
  274. font-weight: 400;
  275. font-size: 14px;
  276. color: #666;
  277. line-height: 16px;
  278. padding-left: 22px;
  279. box-sizing: border-box;
  280. text-align: left;
  281. font-style: normal;
  282. text-transform: none;
  283. border: none;
  284. outline: none;
  285. }
  286. >.ipt::placeholder {
  287. color: #cccccc;
  288. }
  289. span {
  290. color: #999999;
  291. }
  292. }
  293. .el-select--large::v-deep .el-select__wrapper {
  294. font-size: 14px;
  295. gap: 6px;
  296. line-height: 24px;
  297. min-height: 35px;
  298. padding: 0;
  299. border: none;
  300. box-shadow: none;
  301. margin-left: 10px;
  302. }
  303. .el-select__placeholder::v-deep.is-transparent {
  304. color: #999999;
  305. font-weight: 600;
  306. }
  307. >.title {
  308. float: left;
  309. width: 120px;
  310. font-family: PingFang SC, PingFang SC;
  311. font-weight: 600;
  312. font-size: 20px;
  313. color: #666666;
  314. text-align: left;
  315. font-style: normal;
  316. text-transform: none;
  317. }
  318. }
  319. }
  320. }