zgzpClass.less 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642
  1. @charset "utf-8";
  2. * {
  3. font-family: "微软雅黑", "microsoft yahei";
  4. }
  5. ul,
  6. ol {
  7. list-style: none;
  8. }
  9. a:active {
  10. text-decoration: none;
  11. }
  12. a:hover {
  13. text-decoration: none;
  14. }
  15. a:visited {
  16. text-decoration: none;
  17. }
  18. a:link {
  19. text-decoration: none;
  20. }
  21. a:focus {
  22. text-decoration: none;
  23. }
  24. body {
  25. position: relative;
  26. }
  27. .clearfix {
  28. overflow: hidden;
  29. }
  30. .clearfix_2::after {
  31. content: '';
  32. display: block;
  33. height: 0;
  34. visibility: hidden;
  35. clear: both;
  36. }
  37. .hiddenColor {
  38. visibility: hidden;
  39. }
  40. .hand {
  41. cursor: pointer;
  42. }
  43. .aTag_parent {
  44. position: relative;
  45. }
  46. .aTag_parent>a,
  47. .aTag {
  48. display: block;
  49. width: 100%;
  50. height: 100%;
  51. position: absolute;
  52. z-index: 99;
  53. border: 0px;
  54. top: 0px;
  55. left: 0px;
  56. background: rgba(0, 0, 0, 0);
  57. }
  58. .dot1 {
  59. display: block;
  60. word-break: keep-all;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. }
  65. .dot2 {
  66. overflow: hidden;
  67. display: -webkit-box;
  68. -webkit-box-orient: vertical;
  69. -webkit-line-clamp: 2;
  70. }
  71. input,
  72. img {
  73. border: none;
  74. }
  75. .cover100 img {
  76. display: block;
  77. width: 100%;
  78. height: 100%;
  79. object-fit: cover;
  80. }
  81. .back100 {
  82. background-size: 100% 100%;
  83. background-repeat: no-repeat;
  84. }
  85. article,
  86. aside,
  87. footer,
  88. header,
  89. time,
  90. video,
  91. main,
  92. nav,
  93. h4,
  94. h3,
  95. section {
  96. display: block;
  97. }
  98. .index_main {
  99. margin: 0 auto;
  100. }
  101. .slow_6 {
  102. -webkit-transition: all .6s;
  103. -moz-transition: all .6s;
  104. -ms-transition: all .6s;
  105. -o-transition: all .6s;
  106. transition: all .6s;
  107. }
  108. .index_main {
  109. width: 1200px;
  110. }
  111. .recruit_head_box {
  112. border-bottom: solid 1px #D9D9D9;
  113. }
  114. .cruit_head_left {
  115. float: left;
  116. }
  117. .cruit_head_a {
  118. float: left;
  119. height: 55px;
  120. line-height: 55px;
  121. color: #333;
  122. font-weight: bold;
  123. font-size: 22px;
  124. border-bottom: solid 3px rgba(0, 0, 0, 0);
  125. margin-right: 40px;
  126. }
  127. .cruit_head_only {
  128. float: left;
  129. height: 55px;
  130. line-height: 55px;
  131. color: #49A769;
  132. font-weight: bold;
  133. font-size: 22px;
  134. border-bottom: solid 3px #49A769;
  135. }
  136. .cruit_head_a_more {
  137. float: right;
  138. height: 19px;
  139. line-height: 19px;
  140. margin-top: 18px;
  141. color: #333;
  142. font-size: 16px;
  143. }
  144. .cruit_head_right {
  145. float: right;
  146. margin-top: 11px;
  147. }
  148. .cruit_head_right_a {
  149. float: left;
  150. height: 31px;
  151. line-height: 31px;
  152. color: #fff;
  153. font-size: 16px;
  154. border-radius: 4px;
  155. overflow: hidden;
  156. padding: 0px 10px 0px 33px;
  157. }
  158. .cruit_head_right_a:nth-of-type(1) {
  159. background: url(@/public/image/1.png) no-repeat 10px 7px #49A769;
  160. background-size: 18px 18px;
  161. }
  162. .cruit_head_right_a:nth-of-type(2) {
  163. background: url(@/public/image/2.png) no-repeat 10px 7px #9CD26B;
  164. background-size: 18px 18px;
  165. margin-left: 17px;
  166. }
  167. .cruit_ul_1 {
  168. border-bottom: solid 1px #D9D9D9;
  169. padding: 30px 0px 16px;
  170. }
  171. .cruit_ul_1_a {
  172. float: left;
  173. height: 24px;
  174. line-height: 24px;
  175. color: #333;
  176. font-size: 18px;
  177. margin: 0px 25px 14px 5px;
  178. }
  179. .cruit_ul_1_a:hover {
  180. color: #49A769;
  181. }
  182. .cruit_ul_1_a_only {
  183. color: #49A769;
  184. }
  185. .cruit_form {
  186. display: block;
  187. margin-top: 30px;
  188. }
  189. .cruit_form_tip {
  190. line-height: 30px;
  191. margin-bottom: 30px;
  192. }
  193. .cruit_form_per {
  194. // height: 30px;
  195. // line-height: 30px;
  196. float: left;
  197. margin-right: 150px;
  198. }
  199. .cruit_form_label_radio_box {
  200. height: 30px;
  201. line-height: 30px;
  202. float: left;
  203. color: #999;
  204. font-size: 18px;
  205. margin-right: 50px;
  206. padding-left: 22px;
  207. position: relative;
  208. }
  209. .cruit_form_radio {
  210. float: left;
  211. width: 0px;
  212. height: 0px;
  213. }
  214. .cruit_form_radio::after {
  215. content: '';
  216. display: block;
  217. position: absolute;
  218. border: solid 1px #C8CFD2;
  219. border-radius: 2px;
  220. width: 12px;
  221. height: 12px;
  222. left: 0px;
  223. top: 8px;
  224. z-index: 11;
  225. }
  226. input[type="radio"]:checked.cruit_form_radio::after {
  227. border: 0px;
  228. }
  229. input[type="radio"]:checked.cruit_form_radio::before {
  230. content: '';
  231. display: block;
  232. position: absolute;
  233. background: url(@/public/image/4.png) no-repeat 1px 1px #49A769;
  234. background-size: 10px 10px;
  235. border-radius: 2px;
  236. width: 12px;
  237. height: 12px;
  238. left: 0px;
  239. top: 8px;
  240. z-index: 11;
  241. }
  242. .cruit_form_label {
  243. width: 90px;
  244. height: 30px;
  245. line-height: 30px;
  246. float: left;
  247. color: #333;
  248. font-size: 18px;
  249. margin-right: 15px;
  250. }
  251. .cruit_form_label_right {
  252. float: left;
  253. // height: 30px;
  254. }
  255. .cruit_form_select {
  256. height: 30px;
  257. line-height: 30px;
  258. float: left;
  259. margin-right: 20px;
  260. width: 140px;
  261. border: solid 1px #C8CFD2;
  262. border-radius: 4px;
  263. overflow: hidden;
  264. color: #999;
  265. font-size: 14px;
  266. }
  267. .cruit_form_select {
  268. text-indent: 5px;
  269. }
  270. .cruit_form_inp_search {
  271. float: left;
  272. height: 30px;
  273. line-height: 30px;
  274. color: #999;
  275. font-size: 14px;
  276. text-indent: 10px;
  277. border: solid 1px #C8CFD2;
  278. border-radius: 4px;
  279. overflow: hidden;
  280. width: 300px;
  281. margin: 0px 20px 0px 17px;
  282. }
  283. .cruit_form_btn_sub {
  284. height: 30px;
  285. line-height: 30px;
  286. color: #fff;
  287. font-size: 14px;
  288. background: #49A769;
  289. border-radius: 4px;
  290. padding: 0px 20px;
  291. }
  292. .cruit_form_per:nth-last-of-type(1) {
  293. margin-right: 0px;
  294. }
  295. .color_main {
  296. margin-bottom: 30px;
  297. box-sizing: border-box;
  298. background: #fbfbfb;
  299. border: solid 1px #fbfbfb;
  300. /* background:pink; */
  301. }
  302. .index_3 {
  303. margin-top: 11px;
  304. }
  305. .cruit_ul_2 {
  306. margin-top: 30px;
  307. }
  308. .cruit_li_2 {
  309. width: 590px;
  310. border-radius: 4px;
  311. background: #fff;
  312. padding: 0px 20px;
  313. box-sizing: border-box;
  314. margin-bottom: 20px;
  315. }
  316. .cruit_li_2:nth-of-type(odd) {
  317. border-top: solid 5px #49A769;
  318. float: left;
  319. }
  320. .cruit_li_2:nth-of-type(even) {
  321. border-top: solid 5px #DF9A2B;
  322. float: right;
  323. }
  324. .cruit_li_2_a {
  325. display: block;
  326. width: 100%;
  327. padding-bottom: 20px;
  328. }
  329. .cruit_li_2_head_box {
  330. margin-top: 26px;
  331. }
  332. .cruit_li_2_head {
  333. float: left;
  334. max-width: 49%;
  335. height: 23px;
  336. line-height: 23px;
  337. color: #333;
  338. font-size: 20px;
  339. font-weight: bold;
  340. }
  341. .cruit_li_2_head_name {
  342. max-width: 49%;
  343. height: 23px;
  344. line-height: 23px;
  345. color: #333;
  346. font-size: 16px;
  347. text-align: right;
  348. float: right;
  349. }
  350. .cruit_li_2_foot_title_box {}
  351. .cruit_li_2_foot_title {
  352. float: left;
  353. height: 25px;
  354. line-height: 25px;
  355. color: #999;
  356. font-size: 14px;
  357. background: #F8F8F8;
  358. padding: 0px 10px;
  359. margin-top: 17px;
  360. }
  361. .cruit_li_2_foot {
  362. margin-top: 20px;
  363. }
  364. .cruit_li_2_foot_tag {
  365. float: left;
  366. margin-right: 30px;
  367. height: 24px;
  368. line-height: 24px;
  369. color: #999;
  370. font-size: 16px;
  371. padding-left: 34px;
  372. background: no-repeat left center;
  373. background-size: 24px 100%;
  374. }
  375. .cruit_li_2_foot_addres {
  376. background-image: url(@/public/image/01.png);
  377. }
  378. .cruit_li_2_foot_exper {
  379. background-image: url(@/public/image/02.png);
  380. }
  381. .cruit_li_2_foot_educat {}
  382. .cruit_li_2_foot_time {
  383. background-image: url(@/public/image/03.png);
  384. }
  385. .cruit_li_2_foot_tag_in {
  386. height: 24px;
  387. line-height: 24px;
  388. color: #999;
  389. font-size: 16px;
  390. float: left;
  391. }
  392. .cruit_li_2_foot_tag_in:nth-of-type(2) {
  393. padding-left: 24px;
  394. position: relative;
  395. }
  396. .cruit_li_2_foot_tag_in:nth-of-type(2)::after {
  397. content: '';
  398. display: block;
  399. position: absolute;
  400. width: 2px;
  401. height: 2px;
  402. background: #999;
  403. left: 11px;
  404. top: 11px;
  405. }
  406. .cruit_ul_3 {
  407. margin-top: 30px;
  408. }
  409. .cruit_li_3 {
  410. float: left;
  411. width: 285px;
  412. background: #fff;
  413. border-radius: 6px;
  414. margin: 0px 20px 20px 0px;
  415. padding: 0px 15px;
  416. box-sizing: border-box;
  417. }
  418. .cruit_li_3:nth-of-type(4n) {
  419. margin-right: 0px;
  420. }
  421. .cruit_li_3_a {
  422. display: block;
  423. width: 100%;
  424. }
  425. .cruit_li_3_head_box {
  426. margin-top: 11px;
  427. }
  428. .cruit_li_3_head {
  429. float: left;
  430. height: 26px;
  431. line-height: 26px;
  432. color: #333;
  433. font-size: 20px;
  434. max-width: 35%;
  435. font-weight: bold;
  436. }
  437. .cruit_li_3_head_name {
  438. float: right;
  439. height: 26px;
  440. line-height: 26px;
  441. font-size: 16px;
  442. max-width: 60%;
  443. color: #49A769;
  444. }
  445. .cruit_li_3_text_box {
  446. margin-top: 20px;
  447. // height: 30px;
  448. // overflow: hidden;
  449. }
  450. .cruit_li_3_text {
  451. float: left;
  452. height: 21px;
  453. line-height: 21px;
  454. color: #333;
  455. font-size: 16px;
  456. // padding-right: 20px;
  457. position: relative;
  458. max-width: 99px;
  459. white-space: nowrap;
  460. overflow: hidden;
  461. text-overflow: ellipsis;
  462. }
  463. .point {
  464. display: inline-block;
  465. width: 8px;
  466. height: 20px;
  467. line-height: 20px;
  468. color: #999;
  469. vertical-align: middle;
  470. text-align: center;
  471. margin-right: 6px;
  472. font-weight: 500;
  473. }
  474. .cruit_li_3_text:nth-last-of-type(1) {
  475. padding-right: 0px;
  476. }
  477. .cruit_li_3_tag_box {
  478. margin: 20px 0 20px;
  479. }
  480. .cruit_li_3_tag {
  481. float: left;
  482. height: 25px;
  483. line-height: 25px;
  484. color: #999;
  485. font-size: 14px;
  486. background: #F8F8F8;
  487. padding: 0px 10px;
  488. margin-right: 15px;
  489. }
  490. @media screen and (min-width:1200px) {
  491. /*pc_1440*/
  492. @media screen and (max-width:1440px) {
  493. /*1200*/
  494. }
  495. .pc_none {
  496. display: none;
  497. }
  498. }
  499. @media screen and (max-width:599px) {}
  500. @media screen and (max-width:320px) {}
  501. //布局复制
  502. .layoutCopy {
  503. display: flex;
  504. justify-content: space-between;
  505. position: relative;
  506. width: 1200px;
  507. margin: 0 auto;
  508. margin-bottom: 15px;
  509. .layoutCopyLeft {
  510. width: 720px;
  511. .layoutCopyLeftTop {
  512. width: 720px;
  513. display: flex;
  514. justify-content: space-between;
  515. .layoutCopyLeft1 {
  516. width: 350px;
  517. }
  518. .layoutCopyLeft2 {
  519. width: 350px;
  520. }
  521. .layoutCopyAll {
  522. width: 720px;
  523. }
  524. }
  525. .layoutCopyLeftBottom {
  526. height: 338px;
  527. }
  528. .layoutCopyAll {
  529. width: 720px;
  530. }
  531. }
  532. .layoutCopyRight {
  533. width: 450px;
  534. }
  535. .layoutTitleBox {
  536. border-bottom: 1px solid #D9D9D9;
  537. margin-bottom: 40px;
  538. display: flex;
  539. justify-content: space-between;
  540. .layoutTitleBoxTabs {
  541. display: flex;
  542. justify-content: space-between;
  543. div.layoutTitle {
  544. margin-right: 40px;
  545. border-bottom: 0;
  546. color: #333;
  547. cursor: pointer;
  548. font-weight: bold;
  549. }
  550. div.active {
  551. border-bottom: 3px solid #49A769;
  552. color: #49A769;
  553. cursor: pointer;
  554. }
  555. }
  556. .layoutTitle {
  557. font-size: 22px;
  558. color: #49A769;
  559. border-bottom: 3px solid #49A769;
  560. height: 50px;
  561. line-height: 50px;
  562. font-weight: bold;
  563. a {
  564. font-size: 22px;
  565. color: #49A769;
  566. }
  567. }
  568. .layoutMore {
  569. color: #333333;
  570. font-size: 16px;
  571. height: 50px;
  572. line-height: 50px;
  573. a {
  574. color: #333333;
  575. font-size: 16px;
  576. }
  577. }
  578. }
  579. }
  580. //布局内容样式
  581. .layoutCopyData_style1 {
  582. margin-bottom: 30px;
  583. a:nth-child(1) {
  584. color: #333333;
  585. font-size: 16px;
  586. display: flex;
  587. justify-content: space-between;
  588. align-items: center;
  589. img {
  590. width: 152px;
  591. height: 103px;
  592. margin-right: 10px;
  593. border-radius: 8px;
  594. }
  595. div {
  596. width: 181px;
  597. height: 103px;
  598. box-sizing: border-box;
  599. border-bottom: 1px solid #D9D9D9;
  600. span {
  601. display: -webkit-box;
  602. -webkit-box-orient: vertical;
  603. -webkit-line-clamp: 3;
  604. font-weight: bold;
  605. overflow: hidden;
  606. text-overflow: ellipsis;
  607. word-break: break-all;
  608. }
  609. }
  610. }
  611. a:nth-child(1):hover {
  612. color: #49A769
  613. }
  614. a:nth-child(2) {
  615. margin-top: 30px;
  616. display: -webkit-box;
  617. -webkit-box-orient: vertical;
  618. -webkit-line-clamp: 2;
  619. overflow: hidden;
  620. text-overflow: ellipsis;
  621. word-break: break-all;
  622. font-size: 16px;
  623. color: #333333;
  624. border-bottom: 1px solid #E6E6E6;
  625. .title {
  626. display: -webkit-box;
  627. -webkit-box-orient: vertical;
  628. -webkit-line-clamp: 2;
  629. overflow: hidden;
  630. text-overflow: ellipsis;
  631. word-break: break-all;
  632. height: 45px;
  633. }
  634. p {
  635. margin-top: 10px;
  636. margin-bottom: 15px;
  637. }
  638. }
  639. a:hover .title {
  640. color: #49A769
  641. }
  642. }
  643. .layoutCopyData_style2 {
  644. a {
  645. margin-top: 32px;
  646. font-size: 16px;
  647. color: #333333;
  648. display: block;
  649. border-bottom: 1px solid #E6E6E6;
  650. .title {
  651. display: -webkit-box;
  652. -webkit-box-orient: vertical;
  653. -webkit-line-clamp: 2;
  654. overflow: hidden;
  655. text-overflow: ellipsis;
  656. word-break: break-all;
  657. height: 45px;
  658. }
  659. p {
  660. margin-top: 10px;
  661. margin-bottom: 13px;
  662. }
  663. }
  664. a:nth-child(1) .title {
  665. font-weight: bold;
  666. }
  667. a:hover .title {
  668. color: #49A769
  669. }
  670. }
  671. .layoutCopyData_style3 {
  672. .style3link1 {
  673. display: flex;
  674. align-items: center;
  675. justify-content: space-between;
  676. .time {
  677. width: 100px;
  678. height: 100px;
  679. background: #F4FFF7;
  680. p:nth-child(1) {
  681. font-size: 38px;
  682. color: #49A769;
  683. text-align: center;
  684. border-bottom: 1px solid #49A769;
  685. width: 75px;
  686. margin: 0 auto;
  687. margin-bottom: 5px;
  688. padding-bottom: 5px;
  689. padding-top: 10px;
  690. }
  691. p:nth-child(2) {
  692. font-size: 15px;
  693. color: #49A769;
  694. text-align: center;
  695. }
  696. }
  697. .title {
  698. width: 590px;
  699. font-size: 22px;
  700. color: #333333;
  701. display: -webkit-box;
  702. -webkit-box-orient: vertical;
  703. -webkit-line-clamp: 2;
  704. overflow: hidden;
  705. text-overflow: ellipsis;
  706. word-break: break-all;
  707. &:hover {
  708. color: #49A769;
  709. }
  710. }
  711. .introduce {
  712. width: 590px;
  713. font-size: 16px;
  714. color: #999999;
  715. margin-top: 10px;
  716. display: -webkit-box;
  717. -webkit-box-orient: vertical;
  718. -webkit-line-clamp: 2;
  719. height: 40px;
  720. overflow: hidden;
  721. text-overflow: ellipsis;
  722. word-break: break-all;
  723. }
  724. margin-bottom: 20px;
  725. }
  726. .style3link2 {
  727. display: flex;
  728. justify-content: space-between;
  729. height: 30px;
  730. line-height: 30px;
  731. color: #333333;
  732. div {
  733. display: flex;
  734. justify-content: space-between;
  735. align-items: center;
  736. .title {
  737. width: 600px;
  738. // 修改这里,添加单行文本溢出省略样式
  739. white-space: nowrap;
  740. overflow: hidden;
  741. text-overflow: ellipsis;
  742. color: #333333;
  743. font-size: 16px;
  744. &:hover {
  745. color: #49A769;
  746. }
  747. }
  748. }
  749. b {
  750. width: 6px;
  751. height: 6px;
  752. background: #49A769;
  753. margin-right: 8px;
  754. }
  755. margin-bottom: 10px;
  756. }
  757. }
  758. .layoutCopyData_style4 {
  759. .layoutCopyData_pic {
  760. display: flex;
  761. flex-wrap: wrap;
  762. justify-content: space-between;
  763. position: relative;
  764. a {
  765. width: 220px;
  766. height: 140px;
  767. display: block;
  768. position: relative;
  769. z-index: 99;
  770. img {
  771. width: 220px;
  772. height: 140px;
  773. border-radius: 8px;
  774. }
  775. p {
  776. position: absolute;
  777. bottom: 10px;
  778. width: 200px;
  779. height: 18px;
  780. font-size: 14px;
  781. white-space: nowrap;
  782. overflow: hidden;
  783. text-overflow: ellipsis;
  784. color: #fff;
  785. left: 10px;
  786. }
  787. }
  788. }
  789. .layoutCopyData_text {
  790. a {
  791. border-bottom: 1px soild #E6E6E6;
  792. color: #333333;
  793. font-size: 16px;
  794. display: flex;
  795. height: 41px;
  796. display: flex;
  797. align-items: center;
  798. justify-content: space-between;
  799. border-bottom: 1px solid #E6E6E6;
  800. padding-bottom: 12px;
  801. margin-top: 10px;
  802. .title {
  803. white-space: nowrap;
  804. overflow: hidden;
  805. text-overflow: ellipsis;
  806. width: 431px;
  807. &:hover {
  808. color: #49A769;
  809. }
  810. }
  811. .more {
  812. width: 16px;
  813. height: 16px;
  814. background: #EDF7F0;
  815. color: #49A769;
  816. font-size: 12px;
  817. text-align: center;
  818. line-height: 15px;
  819. border-radius: 3px;
  820. }
  821. }
  822. }
  823. }
  824. .farming {
  825. width: 100%;
  826. height: 664px;
  827. .inner {
  828. width: 1200px;
  829. margin: 0 auto;
  830. }
  831. .farmerLeft,
  832. .farmerRight {
  833. float: left;
  834. }
  835. .farmerLeft {
  836. width: 720px;
  837. height: 616px;
  838. margin-right: 21px;
  839. .farmer {
  840. width: 720px;
  841. height: 330px;
  842. >h3 {
  843. font-family: Source Han Sans, Source Han Sans;
  844. font-weight: bold;
  845. font-size: 24px;
  846. color: #000000;
  847. text-align: left;
  848. font-style: normal;
  849. text-transform: none;
  850. border-bottom: 1px solid #D9D9D9;
  851. height: 50px;
  852. line-height: 50px;
  853. display: flex;
  854. justify-content: space-between;
  855. a.active {
  856. font-size: 22px;
  857. height: 50px;
  858. line-height: 50px;
  859. display: inline-block;
  860. color: #139602;
  861. font-weight: bold;
  862. box-sizing: border-box;
  863. width: auto;
  864. font-weight: bold;
  865. border-bottom: 3px solid #49A769;
  866. }
  867. .titleBoxTabs {
  868. a {
  869. color: #333;
  870. }
  871. span {
  872. a {
  873. font-size: 22px;
  874. height: 50px;
  875. line-height: 50px;
  876. display: inline-block;
  877. box-sizing: border-box;
  878. }
  879. margin-right: 20px;
  880. }
  881. .active {
  882. a {
  883. height: 50px;
  884. line-height: 50px;
  885. display: inline-block;
  886. box-sizing: border-box;
  887. margin-right: 40px;
  888. font-weight: bold;
  889. }
  890. a.active {
  891. color: #139602;
  892. border-bottom: 3px solid #49A769;
  893. }
  894. }
  895. a.active {
  896. color: #139602;
  897. border-bottom: 3px solid #49A769;
  898. }
  899. }
  900. span {
  901. height: 50px;
  902. line-height: 50px;
  903. display: inline-block;
  904. box-sizing: border-box;
  905. }
  906. >a {
  907. width: 65px;
  908. height: 50px;
  909. line-height: 50px;
  910. font-weight: 400;
  911. font-size: 16px;
  912. color: #333333;
  913. font-style: normal;
  914. text-transform: none;
  915. display: inline-block;
  916. }
  917. }
  918. ul.mode1ul_style1 {
  919. display: flex;
  920. align-items: center;
  921. justify-content: space-between;
  922. padding-top: 30px;
  923. li {
  924. position: relative;
  925. width: 349px;
  926. height: 236px;
  927. border-radius: 10px;
  928. box-sizing: border-box;
  929. overflow: hidden;
  930. img {
  931. width: 349px;
  932. height: 236px;
  933. }
  934. a {
  935. div {
  936. position: absolute;
  937. width: 320px;
  938. height: 48px;
  939. bottom: 10px;
  940. z-index: 10;
  941. left: 15px;
  942. color: #fff;
  943. font-size: 16px;
  944. z-index: 99;
  945. span {
  946. display: inline-block;
  947. background: #9CD26B;
  948. font-size: 14px;
  949. color: #fff;
  950. padding: 2px 6px;
  951. border-radius: 4px;
  952. margin-right: 5px;
  953. }
  954. p {
  955. font-size: 16px;
  956. margin-top: 5px;
  957. height: 46px;
  958. }
  959. p:nth-child(1) {
  960. display: -webkit-box;
  961. -webkit-box-orient: vertical;
  962. -webkit-line-clamp: 2;
  963. overflow: hidden;
  964. text-overflow: ellipsis;
  965. word-break: break-all;
  966. }
  967. }
  968. }
  969. }
  970. }
  971. ul.mode1ul_style2 {
  972. display: flex;
  973. align-items: center;
  974. justify-content: space-between;
  975. flex-wrap: wrap;
  976. padding-top: 20px;
  977. li {
  978. width: 349px;
  979. height: 58px;
  980. border-radius: 10px;
  981. border-bottom: 1px solid #E6E6E6;
  982. box-sizing: border-box;
  983. margin-bottom: 22px;
  984. }
  985. p {
  986. font-size: 16px;
  987. color: #333333;
  988. margin-bottom: 4px;
  989. }
  990. p.title {
  991. width: 349px;
  992. height: 46px;
  993. display: -webkit-box;
  994. -webkit-box-orient: vertical;
  995. -webkit-line-clamp: 2;
  996. overflow: hidden;
  997. text-overflow: ellipsis;
  998. word-break: break-all;
  999. }
  1000. p.title:hover {
  1001. color: #49A769;
  1002. }
  1003. }
  1004. }
  1005. .farmerbottom {
  1006. width: 720px;
  1007. height: 280px;
  1008. img {
  1009. width: 498px;
  1010. height: 280px;
  1011. }
  1012. >.leftList {
  1013. width: 290px;
  1014. height: 280px;
  1015. background-color: #f6f6f6;
  1016. padding: 11px 26px 6px 20px;
  1017. box-sizing: border-box;
  1018. >li {
  1019. width: 296px;
  1020. height: 32px;
  1021. color: #666666;
  1022. font-size: 14px;
  1023. margin-bottom: 14px;
  1024. h4 {
  1025. width: 249px;
  1026. white-space: nowrap;
  1027. overflow: hidden;
  1028. text-overflow: ellipsis;
  1029. font-family: Source Han Sans, Source Han Sans;
  1030. height: 27px;
  1031. line-height: 21px;
  1032. font-size: 18px;
  1033. color: #333333;
  1034. font-weight: 400;
  1035. em {
  1036. display: inline-block;
  1037. width: 8px;
  1038. height: 8px;
  1039. background-color: #333333;
  1040. border-radius: 8px;
  1041. }
  1042. }
  1043. p {
  1044. width: 249px;
  1045. height: 48px;
  1046. // line-height: 24px;
  1047. padding-left: 14px;
  1048. // color: #333333;
  1049. }
  1050. a {
  1051. color: #333333;
  1052. }
  1053. a:hover {
  1054. color: #139602;
  1055. }
  1056. }
  1057. >li:hover,
  1058. >li:hover>a>h4 {
  1059. color: #088f04;
  1060. }
  1061. >li:hover>a>h4>em {
  1062. background-color: #088f04;
  1063. }
  1064. }
  1065. }
  1066. }
  1067. .farmerRight {
  1068. width: 450px;
  1069. height: 600px;
  1070. .rich,
  1071. .inquire {
  1072. width: 100%;
  1073. height: 309px;
  1074. >h3 {
  1075. height: 36px;
  1076. font-family: Source Han Sans, Source Han Sans;
  1077. font-weight: bold;
  1078. font-size: 24px;
  1079. color: #000000;
  1080. line-height: 28px;
  1081. text-align: left;
  1082. font-style: normal;
  1083. text-transform: none;
  1084. border-bottom: 1px solid #D9D9D9;
  1085. height: 50px;
  1086. line-height: 50px;
  1087. display: flex;
  1088. justify-content: space-between;
  1089. .active {
  1090. font-size: 22px;
  1091. height: 50px;
  1092. line-height: 50px;
  1093. display: inline-block;
  1094. color: #49A769;
  1095. border-bottom: 3px solid #49A769;
  1096. box-sizing: border-box;
  1097. width: auto;
  1098. font-weight: bold;
  1099. }
  1100. span {
  1101. font-size: 22px;
  1102. height: 50px;
  1103. line-height: 50px;
  1104. display: inline-block;
  1105. color: #49A769;
  1106. border-bottom: 3px solid #49A769;
  1107. box-sizing: border-box;
  1108. }
  1109. a {
  1110. width: 65px;
  1111. height: 50px;
  1112. line-height: 50px;
  1113. font-size: 16px;
  1114. color: #333333;
  1115. font-weight: normal;
  1116. }
  1117. }
  1118. .photo {
  1119. height: 104px;
  1120. margin-top: 23px;
  1121. >.photoL:first-child {
  1122. margin-right: 10px;
  1123. }
  1124. }
  1125. .photoL {
  1126. display: inline-block;
  1127. width: 185px;
  1128. height: 104px;
  1129. border-radius: 6px;
  1130. position: relative;
  1131. a {
  1132. width: 185px;
  1133. height: 104px;
  1134. }
  1135. img {
  1136. width: 185px;
  1137. height: 104px;
  1138. border-radius: 6px;
  1139. }
  1140. span {
  1141. position: absolute;
  1142. bottom: 0;
  1143. left: 0;
  1144. display: inline-block;
  1145. padding-left: 7px;
  1146. box-sizing: border-box;
  1147. width: 185px;
  1148. height: 22px;
  1149. white-space: nowrap;
  1150. overflow: hidden;
  1151. text-overflow: ellipsis;
  1152. background-color: rgba(0, 0, 0, 0.5);
  1153. font-weight: 500px;
  1154. font-size: 14px;
  1155. color: #FFFFFF;
  1156. line-height: 22px;
  1157. }
  1158. }
  1159. .photoList {
  1160. display: inline-block;
  1161. width: 185px;
  1162. height: 104px;
  1163. position: relative;
  1164. img {
  1165. width: 185px;
  1166. height: 104px;
  1167. }
  1168. span {
  1169. position: absolute;
  1170. bottom: 0;
  1171. left: 0;
  1172. display: inline-block;
  1173. width: 185px;
  1174. height: 30px;
  1175. font-weight: 500;
  1176. color: #FFFFFF;
  1177. padding-top: 7px;
  1178. padding-left: 6px;
  1179. box-sizing: border-box;
  1180. }
  1181. }
  1182. // 文字部分
  1183. ul {
  1184. height: 220px;
  1185. margin-bottom: 10px;
  1186. padding-top: 10px;
  1187. li {
  1188. height: 55px;
  1189. padding: 10px 0 6px 0;
  1190. border-bottom: 1px solid #E6E6E6;
  1191. a {
  1192. display: flex;
  1193. color: #333333;
  1194. font-size: 16px;
  1195. .index {
  1196. height: 48px;
  1197. margin-right: 20px;
  1198. }
  1199. .title {
  1200. height: 48px;
  1201. display: -webkit-box;
  1202. -webkit-box-orient: vertical;
  1203. -webkit-line-clamp: 2;
  1204. overflow: hidden;
  1205. text-overflow: ellipsis;
  1206. word-break: break-all;
  1207. }
  1208. }
  1209. a:hover {
  1210. color: #139609;
  1211. }
  1212. }
  1213. li:nth-child(1) .index,
  1214. li:nth-child(2) .index,
  1215. li:nth-child(3) .index {
  1216. color: #49A769;
  1217. font-weight: bold;
  1218. }
  1219. }
  1220. }
  1221. .richList {
  1222. margin-top: 30px;
  1223. .richListPic,
  1224. .richListPictow {
  1225. a {
  1226. color: #333333;
  1227. font-size: 16px;
  1228. display: flex;
  1229. justify-content: space-between;
  1230. align-items: center;
  1231. img {
  1232. width: 152px;
  1233. height: 103px;
  1234. margin-right: 10px;
  1235. border-radius: 8px;
  1236. }
  1237. div {
  1238. width: 285px;
  1239. height: 103px;
  1240. padding-top: 10px;
  1241. box-sizing: border-box;
  1242. border-bottom: 1px solid #D9D9D9;
  1243. span {
  1244. display: -webkit-box;
  1245. -webkit-box-orient: vertical;
  1246. -webkit-line-clamp: 3;
  1247. font-weight: bold;
  1248. overflow: hidden;
  1249. text-overflow: ellipsis;
  1250. word-break: break-all;
  1251. &:hover {
  1252. color: #49A769;
  1253. }
  1254. }
  1255. }
  1256. }
  1257. }
  1258. .richListPic {
  1259. margin-bottom: 20px;
  1260. }
  1261. .richListPictow {
  1262. margin-top: 30px;
  1263. margin-bottom: 20px;
  1264. }
  1265. .richListText {
  1266. margin-bottom: 17px;
  1267. a {
  1268. font-size: 16px;
  1269. color: #333333;
  1270. border-bottom: 1px solid #E6E6E6;
  1271. display: block;
  1272. height: 60px;
  1273. line-height: 60px;
  1274. &:hover {
  1275. color: #49A769;
  1276. }
  1277. span {
  1278. white-space: nowrap;
  1279. overflow: hidden;
  1280. text-overflow: ellipsis;
  1281. display: block;
  1282. }
  1283. }
  1284. }
  1285. }
  1286. .rich {
  1287. .photoL {
  1288. display: inline-block;
  1289. width: 185px;
  1290. height: 104px;
  1291. position: relative;
  1292. border-radius: 6px;
  1293. img {
  1294. width: 185px;
  1295. height: 104px;
  1296. border-radius: 6px;
  1297. }
  1298. span {
  1299. position: absolute;
  1300. bottom: 0;
  1301. left: 0;
  1302. display: inline-block;
  1303. padding-left: 7px;
  1304. box-sizing: border-box;
  1305. width: 185px;
  1306. height: 22px;
  1307. white-space: nowrap;
  1308. overflow: hidden;
  1309. text-overflow: ellipsis;
  1310. background-color: rgba(0, 0, 0, 0.5);
  1311. font-weight: 500px;
  1312. font-size: 14px;
  1313. color: #FFFFFF;
  1314. line-height: 22px;
  1315. border-radius: 0px 0px 6px 6px;
  1316. }
  1317. }
  1318. }
  1319. .inquire {
  1320. width: 380px;
  1321. height: 280px;
  1322. margin-top: 20px;
  1323. background: #FFFFFF;
  1324. box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  1325. border-radius: 6px 6px 6px 6px;
  1326. padding: 4px 6px;
  1327. box-sizing: border-box;
  1328. p {
  1329. width: 328px;
  1330. height: 69px;
  1331. font-family: PingFang SC, PingFang SC;
  1332. font-weight: 500;
  1333. font-size: 18px;
  1334. color: #333333;
  1335. line-height: 21px;
  1336. text-align: left;
  1337. font-style: normal;
  1338. text-transform: none;
  1339. padding: 12px 20px 0 32px;
  1340. }
  1341. .radio {
  1342. /deep/.el-radio {
  1343. --el-radio-input-border-color-hover: #27881a;
  1344. }
  1345. /deep/.el-radio-group {
  1346. align-items: center;
  1347. display: inline-flex;
  1348. flex-wrap: wrap;
  1349. font-size: 0;
  1350. padding-left: 35px;
  1351. }
  1352. /deep/.el-radio.el-radio--large {
  1353. height: 29px;
  1354. }
  1355. /deep/.el-radio.el-radio--large .el-radio__label {
  1356. font-family: PingFang SC, PingFang SC;
  1357. font-weight: 400;
  1358. font-size: 16px;
  1359. color: #333333;
  1360. }
  1361. /deep/.el-radio.el-radio--large .el-radio__inner {
  1362. height: 16px;
  1363. width: 16px;
  1364. }
  1365. /deep/.el-radio__input.is-checked+.el-radio__label {
  1366. color: #27881a;
  1367. }
  1368. /deep/.el-radio__input.is-checked .el-radio__inner {
  1369. background: #33b023;
  1370. border-color: #27881a;
  1371. }
  1372. }
  1373. .btn {
  1374. width: 188px;
  1375. height: 32px;
  1376. margin: 20px auto;
  1377. button {
  1378. width: 70px;
  1379. height: 32px;
  1380. line-height: 32px;
  1381. border-radius: 6px;
  1382. border: none;
  1383. font-family: PingFang SC, PingFang SC;
  1384. font-weight: 400;
  1385. font-size: 16px;
  1386. color: #999999;
  1387. cursor: pointer;
  1388. }
  1389. .voting {
  1390. background-color: #33b023;
  1391. color: #fff;
  1392. margin-right: 44px;
  1393. }
  1394. }
  1395. }
  1396. }
  1397. }
  1398. .el-select {
  1399. margin-right: 20px;
  1400. }
  1401. .el-button {
  1402. margin-left: 20px;
  1403. background-color: #49a769;
  1404. }