detail_jianli.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657
  1. * {
  2. font-family: "微软雅黑", "microsoft yahei";
  3. }
  4. //导航条
  5. .breadcrumb {
  6. width: 100%;
  7. height: 22px;
  8. margin-top: 30px;
  9. margin-bottom: 20px;
  10. font-family: Microsoft YaHei, Microsoft YaHei;
  11. font-weight: 400;
  12. font-size: 20px;
  13. color: #666666;
  14. line-height: 23px;
  15. text-align: left;
  16. font-style: normal;
  17. text-transform: none;
  18. .el-breadcrumb::v-deep {
  19. display: inline-block;
  20. vertical-align: -4px;
  21. }
  22. /deep/.el-breadcrumb__inner a,
  23. /deep/.el-breadcrumb__inner.is-link {
  24. color: #666666;
  25. font-weight: 400;
  26. text-decoration: none;
  27. transition: var(--el-transition-color);
  28. }
  29. span {
  30. font-family: Microsoft YaHei, Microsoft YaHei;
  31. font-weight: 400;
  32. font-size: 20px;
  33. color: #666666;
  34. line-height: 23px;
  35. text-align: left;
  36. font-style: normal;
  37. text-transform: none;
  38. }
  39. span:hover {
  40. color: #666666;
  41. }
  42. .location {
  43. margin-right:5px;
  44. width: 100px;
  45. height: 22px;
  46. font-family: Microsoft YaHei, Microsoft YaHei;
  47. font-weight: 400;
  48. font-size: 20px;
  49. color: #666666;
  50. line-height: 23px;
  51. text-align: left;
  52. font-style: normal;
  53. text-transform: none;
  54. }
  55. }
  56. .contact_me {
  57. width: 1200px;
  58. margin: 30px auto;
  59. height: 70px;
  60. .contact_me_btn {
  61. width: 127px;
  62. height: 45px;
  63. line-height: 45px;
  64. background-color: #255590;
  65. color: #fff;
  66. border-radius: 4px;
  67. font-size: 16px;
  68. border: none;
  69. cursor: pointer;
  70. .contact_me_btn_img {
  71. display: inline-block;
  72. width: 18px;
  73. height: 18px;
  74. background-image: url('@/public/images/comments.png');
  75. vertical-align: -4px;
  76. margin-left: 20px;
  77. }
  78. }
  79. .contact_me_btn_2 {
  80. background-color: #ccc;
  81. cursor: default;
  82. }
  83. }
  84. .cruit_alert_rgb {
  85. position: fixed;
  86. width: 100%;
  87. height: 100%;
  88. left: 0px;
  89. top: 0px;
  90. z-index: 1111;
  91. background: rgba(0, 0, 0, 0.2);
  92. .cruit_alert_rgb_box {
  93. width: 836px;
  94. background: #fff;
  95. border-radius: 20px;
  96. position: absolute;
  97. left: 50%;
  98. top: 20%;
  99. z-index: 1112;
  100. margin-left: -418px;
  101. }
  102. .cruit_alert_rgb_head_box {
  103. height: 29px;
  104. margin-top: 24px;
  105. position: relative;
  106. }
  107. .cruit_alert_rgb_head {
  108. height: 29px;
  109. line-height: 29px;
  110. color: #333;
  111. font-size: 20px;
  112. text-align: center;
  113. font-weight: bold;
  114. position: relative;
  115. .close {
  116. position: absolute;
  117. font-weight: 400;
  118. right: 45px;
  119. top: -5px;
  120. font-size: 25px;
  121. width: 20px;
  122. height: 20px;
  123. cursor: pointer;
  124. }
  125. }
  126. .cruit_alert_rgb_close {
  127. width: 26px;
  128. height: 26px;
  129. position: absolute;
  130. top: 0px;
  131. right: 24px;
  132. }
  133. .cruit_alert_rgb_form {
  134. display: block;
  135. width: 760px;
  136. margin: 30px auto 0;
  137. }
  138. .cruit_alert_rgb_form_in {
  139. width: 100%;
  140. height: 243px;
  141. overflow: auto;
  142. }
  143. .cruit_alert_rgb_li {
  144. float: left;
  145. background: #FBFBFB;
  146. border-top: solid 5px #255590;
  147. border-radius: 4px;
  148. width: 230px;
  149. margin-bottom: 20px;
  150. padding: 15px 0px 20px 10px;
  151. box-sizing: border-box;
  152. }
  153. .cruit_alert_rgb_li:nth-of-type(3n-1) {
  154. margin-left: 33px;
  155. }
  156. .cruit_alert_rgb_li:nth-of-type(3n) {
  157. float: right;
  158. }
  159. .cruit_alert_rgb_li:nth-of-type(6n-0) {
  160. border-top: solid 5px #DF9A2B;
  161. }
  162. .cruit_alert_rgb_li:nth-of-type(6n-1) {
  163. border-top: solid 5px #DF9A2B;
  164. }
  165. .cruit_alert_rgb_li:nth-of-type(6n-2) {
  166. border-top: solid 5px #DF9A2B;
  167. }
  168. .cruit_alert_rgb_label {
  169. float: right;
  170. height: 21px;
  171. line-height: 21px;
  172. color: #333;
  173. font-size: 16px;
  174. margin-left: 0px;
  175. font-weight: bold;
  176. width: 180px;
  177. padding-right: 15px;
  178. margin-top: 5px;
  179. }
  180. .cruit_alert_rgb_checkbox {
  181. float: left;
  182. border: 0px;
  183. display: block;
  184. width: 0px;
  185. height: 0px;
  186. position: relative;
  187. margin: 4px 0px 0px 20px;
  188. background: rgba(0, 0, 0, 0);
  189. border: none;
  190. }
  191. .cruit_alert_rgb_checkbox::after {
  192. content: '';
  193. display: block;
  194. position: absolute;
  195. border: solid 1px #C8CFD2;
  196. border-radius: 2px;
  197. width: 15px;
  198. height: 15px;
  199. left: 0px;
  200. top: 0px;
  201. z-index: 11;
  202. }
  203. input[type="checkbox"]:checked.cruit_alert_rgb_checkbox::after {
  204. border: 0px;
  205. }
  206. input[type="checkbox"]:checked.cruit_alert_rgb_checkbox::before {
  207. content: '';
  208. display: block;
  209. position: absolute;
  210. background: url(../public/img/4.png) no-repeat 1px 1px #255590;
  211. background-size: 13px 13px;
  212. border-radius: 2px;
  213. width: 15px;
  214. height: 15px;
  215. left: 0px;
  216. top: 0px;
  217. z-index: 11;
  218. }
  219. .cruit_alert_rgb_foot {
  220. text-align: center;
  221. }
  222. .cruit_alert_rgb_foot_sub {
  223. display: inline-block;
  224. text-align: right;
  225. color: #fff;
  226. font-size: 14px;
  227. margin: 20px auto 40px;
  228. border-radius: 4px;
  229. height: 30px;
  230. line-height: 30px;
  231. background: #255590;
  232. padding: 0px 15px;
  233. }
  234. }
  235. a {
  236. color: #666666;
  237. }
  238. .jianli {
  239. margin: auto;
  240. }
  241. .gerenjianli {
  242. width: 100%;
  243. min-height: 250px;
  244. background-color: #fbfbfb;
  245. }
  246. .index_1 {
  247. width: 1200px;
  248. margin: 0 auto;
  249. }
  250. ul,
  251. ol {
  252. list-style: none;
  253. }
  254. a:active {
  255. text-decoration: none;
  256. }
  257. a:hover {
  258. text-decoration: none;
  259. }
  260. a:visited {
  261. text-decoration: none;
  262. }
  263. a:link {
  264. text-decoration: none;
  265. }
  266. a:focus {
  267. text-decoration: none;
  268. }
  269. body {
  270. position: relative;
  271. }
  272. .clearfix {
  273. overflow: hidden;
  274. }
  275. .clearfix_2::after {
  276. content: '';
  277. display: block;
  278. height: 0;
  279. visibility: hidden;
  280. clear: both;
  281. }
  282. .hiddenColor {
  283. visibility: hidden;
  284. }
  285. .hand {
  286. cursor: pointer;
  287. }
  288. .aTag_parent {
  289. position: relative;
  290. }
  291. .aTag_parent>a,
  292. .aTag {
  293. display: block;
  294. width: 100%;
  295. height: 100%;
  296. position: absolute;
  297. z-index: 99;
  298. border: 0px;
  299. top: 0px;
  300. left: 0px;
  301. background: rgba(0, 0, 0, 0);
  302. }
  303. .dot1 {
  304. display: block;
  305. word-break: keep-all;
  306. white-space: nowrap;
  307. overflow: hidden;
  308. text-overflow: ellipsis;
  309. }
  310. .dot2 {
  311. overflow: hidden;
  312. display: -webkit-box;
  313. -webkit-box-orient: vertical;
  314. -webkit-line-clamp: 2;
  315. }
  316. input,
  317. img {
  318. border: none;
  319. }
  320. .cover100 img {
  321. display: block;
  322. width: 100%;
  323. height: 100%;
  324. object-fit: cover;
  325. }
  326. .back100 {
  327. background-size: 100% 100%;
  328. background-repeat: no-repeat;
  329. }
  330. article,
  331. aside,
  332. footer,
  333. header,
  334. time,
  335. video,
  336. main,
  337. nav,
  338. h4,
  339. h3,
  340. section {
  341. display: block;
  342. }
  343. .jianli {
  344. margin: 0 auto;
  345. }
  346. .slow_6 {
  347. -webkit-transition: all .6s;
  348. -moz-transition: all .6s;
  349. -ms-transition: all .6s;
  350. -o-transition: all .6s;
  351. transition: all .6s;
  352. }
  353. .jianli {
  354. width: 1200px;
  355. }
  356. .seek_head_box {
  357. border-bottom: solid 1px #D9D9D9;
  358. }
  359. .seek_head_left {
  360. float: left;
  361. }
  362. .seek_head_a {
  363. float: left;
  364. height: 55px;
  365. line-height: 55px;
  366. color: #333;
  367. font-weight: bold;
  368. font-size: 22px;
  369. border-bottom: solid 3px rgba(0, 0, 0, 0);
  370. margin-right: 40px;
  371. }
  372. .seek_head_only {
  373. float: left;
  374. height: 55px;
  375. line-height: 55px;
  376. color: #255590;
  377. font-weight: bold;
  378. font-size: 22px;
  379. border-bottom: solid 3px #255590;
  380. }
  381. .seek_head_right_box {
  382. float: right;
  383. margin-top: 19px;
  384. }
  385. .seek_head_right_text {
  386. float: left;
  387. height: 21px;
  388. line-height: 21px;
  389. color: #999;
  390. font-size: 16px;
  391. margin-left: 22px;
  392. }
  393. .seek_introduce_box {
  394. margin-top: 29px;
  395. }
  396. .seek_introduce_left {
  397. float: left;
  398. width: 77%;
  399. }
  400. .seek_introduce_h4 {
  401. height: 37px;
  402. line-height: 37px;
  403. color: #333;
  404. font-size: 28px;
  405. margin-right: 15px;
  406. float: left;
  407. }
  408. .seek_introduce_tag {
  409. float: left;
  410. height: 25px;
  411. line-height: 25px;
  412. padding: 0px 8px 0px 36px;
  413. background: url(@/public/image/06.png) no-repeat 10px center #f2f7ed;
  414. background-size: 16px 16px;
  415. border: solid 1px #9CD26B;
  416. color: #ADCF8B;
  417. font-size: 16px;
  418. border-radius: 3px;
  419. margin: 10px 5px 0px 0px;
  420. }
  421. .seek_introduce_text {
  422. height: 25px;
  423. line-height: 25px;
  424. color: #999;
  425. font-size: 16px;
  426. margin-top: 10px;
  427. float: left;
  428. }
  429. .seek_introduce_num {
  430. color: #9CD26B;
  431. }
  432. .seek_introduce_title_box {
  433. margin-top: 29px;
  434. }
  435. .seek_introduce_label {
  436. margin-right: 11px;
  437. line-height: 21px;
  438. color: #333;
  439. font-size: 16px;
  440. font-weight: bold;
  441. }
  442. .seek_introduce_title {
  443. margin-right: 40px;
  444. line-height: 21px;
  445. color: #333;
  446. font-size: 16px;
  447. font-weight: bold;
  448. }
  449. .seek_introduce_foot {
  450. margin-top: 32px;
  451. }
  452. .seek_introduce_foot_text {
  453. height: 16px;
  454. line-height: 16px;
  455. float: left;
  456. color: #999;
  457. font-size: 16px;
  458. padding-right: 10px;
  459. margin-right: 10px;
  460. border-right: solid 1px #999;
  461. }
  462. .seek_introduce_foot_text:nth-last-of-type(1) {
  463. border: 0px;
  464. }
  465. .index_1_left {
  466. float: left;
  467. width: 70%;
  468. }
  469. .index_1_right {
  470. float: right;
  471. width: 28%;
  472. }
  473. .index_1_right_img {
  474. float: right;
  475. width: 130px;
  476. height: 130px;
  477. margin-top: 28px;
  478. // opacity: .6;
  479. }
  480. .index_2 {
  481. margin-top: 56px;
  482. }
  483. .index_3 {
  484. margin-top: 16px;
  485. }
  486. .index_4 {
  487. margin-top: 10px;
  488. }
  489. .index_5 {
  490. margin-top: 10px;
  491. }
  492. .index_5 .seek_in {
  493. margin-top: 33px;
  494. }
  495. .index_6 {
  496. margin-top: 10px;
  497. margin-bottom: 40px;
  498. }
  499. .index_6 .seek_in {
  500. margin-top: 33px;
  501. }
  502. .seek_article {
  503. margin-top: 33px;
  504. }
  505. .seek_in_head {
  506. margin: 31px 0px 10px;
  507. }
  508. .seek_in_head_text {
  509. float: left;
  510. height: 35px;
  511. line-height: 35px;
  512. color: #333;
  513. font-size: 18px;
  514. margin-right: 40px;
  515. }
  516. .seek_in_li {
  517. display: flex;
  518. margin-bottom: 10px;
  519. }
  520. .seek_in_label {
  521. height: 35px;
  522. line-height: 35px;
  523. color: #333;
  524. font-size: 18px;
  525. word-break: keep-all;
  526. white-space: nowrap;
  527. }
  528. .seek_in_li_text {
  529. height: 35px;
  530. line-height: 35px;
  531. color: #333;
  532. font-size: 18px;
  533. }
  534. .seek_in_li:nth-last-of-type(1) {
  535. margin-bottom: 0px;
  536. }
  537. .seek_article_2 {
  538. color: #333;
  539. font-size: 18px;
  540. }
  541. .seek_article {
  542. color: #333;
  543. font-size: 18px;
  544. }
  545. @media screen and (min-width:1200px) {
  546. /*pc_1440*/
  547. @media screen and (max-width:1440px) {
  548. /*1200*/
  549. }
  550. .pc_none {
  551. display: none;
  552. }
  553. }
  554. @media screen and (max-width:599px) {}
  555. @media screen and (max-width:320px) {}