zgzplist.less 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002
  1. @charset "utf-8";
  2. * {
  3. font-family: "微软雅黑", "microsoft yahei";
  4. }
  5. //二级栏目
  6. .sannongzhichuang {
  7. margin: 30px 0 40px;
  8. .inner {
  9. width: 1200px;
  10. height: 67px;
  11. position: relative;
  12. }
  13. h2 {
  14. display: inline-block;
  15. //background-image: url("@/@/public/image/bg1.png");
  16. background: #139602;
  17. width: 156px;
  18. height: 43px;
  19. padding: 14px 31px 10px 25px;
  20. font-family: STXingkai, STXingkai;
  21. font-weight: 400;
  22. font-size: 39px;
  23. color: #FFFFFF;
  24. line-height: 46px;
  25. text-align: center;
  26. font-style: normal;
  27. text-transform: none;
  28. -webkit-text-stroke: 0.3px #3C6C47;
  29. position: absolute;
  30. top: 0;
  31. left: 0;
  32. z-index: 99;
  33. em {
  34. position: absolute;
  35. top: -16px;
  36. right: -12px;
  37. color: #185410;
  38. display: inline-block;
  39. width: 13px;
  40. height: 13px;
  41. }
  42. a {
  43. font-family: STXingkai, STXingkai;
  44. font-weight: 400;
  45. font-size: 39px;
  46. color: #FFFFFF;
  47. line-height: 46px;
  48. text-align: center;
  49. -webkit-text-stroke: 0.3px #3C6C47;
  50. }
  51. }
  52. p.introduction {
  53. display: inline-block;
  54. width: 1003px;
  55. height: 56px;
  56. line-height: 56px;
  57. background-color: #fafafa;
  58. position: absolute;
  59. bottom: 0;
  60. right: 0;
  61. display: flex;
  62. >strong:first-child {
  63. margin-left: 40px;
  64. display: inline-block;
  65. vertical-align: middle;
  66. width: 32px;
  67. height: 36px;
  68. padding: 3px 7px;
  69. border: 0.5px solid #129502;
  70. font-family: Microsoft YaHei, Microsoft YaHei;
  71. font-weight: bold;
  72. font-size: 14px;
  73. color: #139602;
  74. line-height: 18px;
  75. text-align: center;
  76. font-style: normal;
  77. text-transform: none;
  78. }
  79. div {
  80. overflow: hidden;
  81. text-overflow: ellipsis;
  82. white-space: nowrap;
  83. >span {
  84. width: 64px;
  85. height: 21px;
  86. font-family: Microsoft YaHei, Microsoft YaHei;
  87. font-weight: 400;
  88. font-size: 16px;
  89. color: #000000;
  90. line-height: 21px;
  91. text-align: left;
  92. font-style: normal;
  93. text-transform: none;
  94. margin-top: 17px;
  95. padding: 0 24px;
  96. border-right: 1px solid #ccc;
  97. a {
  98. color: #000;
  99. }
  100. }
  101. >span:hover a {
  102. color: #139602;
  103. }
  104. >span:last-child {
  105. border: none;
  106. }
  107. }
  108. }
  109. }
  110. .pagination {
  111. display: flex;
  112. justify-content: center;
  113. width: 1200px;
  114. height: 34px;
  115. margin: 0;
  116. margin-bottom: 50px;
  117. margin-top: 10px;
  118. // 鼠标移入后字体颜色
  119. .el-pagination::v-deep :hover {
  120. color: #139609;
  121. }
  122. .el-pagination.is-background::v-deep .btn-next,
  123. .el-pagination.is-background::v-deep .btn-prev {
  124. width: 70px;
  125. height: 34px;
  126. margin: 0px 10px;
  127. border-radius: 4px;
  128. }
  129. .el-pagination.is-background::v-deep .el-pager li {
  130. margin: 0px 10px;
  131. width: 38px;
  132. height: 34px;
  133. border-radius: 4px;
  134. }
  135. .el-pagination.is-background::v-deep .btn-next.is-active,
  136. .el-pagination.is-background::v-deep .btn-prev.is-active,
  137. .el-pagination.is-background::v-deep .el-pager li.is-active {
  138. background-color: #028e21;
  139. color: #fff;
  140. }
  141. }
  142. ul,
  143. ol {
  144. list-style: none;
  145. }
  146. a:active {
  147. text-decoration: none;
  148. }
  149. a:hover {
  150. text-decoration: none;
  151. }
  152. a:visited {
  153. text-decoration: none;
  154. }
  155. a:link {
  156. text-decoration: none;
  157. }
  158. a:focus {
  159. text-decoration: none;
  160. }
  161. body {
  162. position: relative;
  163. }
  164. .clearfix {
  165. overflow: hidden;
  166. }
  167. .clearfix_2::after {
  168. content: '';
  169. display: block;
  170. height: 0;
  171. visibility: hidden;
  172. clear: both;
  173. }
  174. .hiddenColor {
  175. visibility: hidden;
  176. }
  177. .hand {
  178. cursor: pointer;
  179. }
  180. .aTag_parent {
  181. position: relative;
  182. }
  183. .aTag_parent>a,
  184. .aTag {
  185. display: block;
  186. width: 100%;
  187. height: 100%;
  188. position: absolute;
  189. z-index: 99;
  190. border: 0px;
  191. top: 0px;
  192. left: 0px;
  193. background: rgba(0, 0, 0, 0);
  194. }
  195. .dot1 {
  196. display: block;
  197. word-break: keep-all;
  198. white-space: nowrap;
  199. overflow: hidden;
  200. text-overflow: ellipsis;
  201. }
  202. .dot2 {
  203. overflow: hidden;
  204. display: -webkit-box;
  205. -webkit-box-orient: vertical;
  206. -webkit-line-clamp: 2;
  207. }
  208. input,
  209. img {
  210. border: none;
  211. }
  212. .cover100 img {
  213. display: block;
  214. width: 100%;
  215. height: 100%;
  216. object-fit: cover;
  217. }
  218. .back100 {
  219. background-size: 100% 100%;
  220. background-repeat: no-repeat;
  221. }
  222. article,
  223. aside,
  224. footer,
  225. header,
  226. time,
  227. video,
  228. main,
  229. nav,
  230. h4,
  231. h3,
  232. section {
  233. display: block;
  234. }
  235. .index_main {
  236. margin: 0 auto;
  237. margin-top: 20px;
  238. }
  239. .slow_6 {
  240. -webkit-transition: all .6s;
  241. -moz-transition: all .6s;
  242. -ms-transition: all .6s;
  243. -o-transition: all .6s;
  244. transition: all .6s;
  245. }
  246. .index_main {
  247. width: 1200px;
  248. }
  249. .recruit_head_box {
  250. border-bottom: solid 1px #D9D9D9;
  251. }
  252. .cruit_head_left {
  253. float: left;
  254. }
  255. .cruit_head_a {
  256. float: left;
  257. height: 55px;
  258. line-height: 55px;
  259. color: #333;
  260. font-weight: bold;
  261. font-size: 22px;
  262. border-bottom: solid 3px rgba(0, 0, 0, 0);
  263. margin-right: 40px;
  264. }
  265. .cruit_head_only {
  266. float: left;
  267. height: 55px;
  268. line-height: 55px;
  269. color: #49A769;
  270. font-weight: bold;
  271. font-size: 22px;
  272. border-bottom: solid 3px #49A769;
  273. }
  274. .cruit_head_a_more {
  275. float: right;
  276. height: 19px;
  277. line-height: 19px;
  278. margin-top: 18px;
  279. color: #333;
  280. font-size: 16px;
  281. }
  282. .cruit_head_right {
  283. float: right;
  284. margin-top: 11px;
  285. }
  286. .cruit_head_right_a {
  287. float: left;
  288. height: 31px;
  289. line-height: 31px;
  290. color: #fff;
  291. font-size: 16px;
  292. border-radius: 4px;
  293. overflow: hidden;
  294. padding: 0px 10px 0px 33px;
  295. }
  296. .cruit_head_right_a:nth-of-type(1) {
  297. background: url(@/public/image/1.png) no-repeat 10px 7px #49A769;
  298. background-size: 18px 18px;
  299. }
  300. .cruit_head_right_a:nth-of-type(2) {
  301. background: url(@/public/image/2.png) no-repeat 10px 7px #9CD26B;
  302. background-size: 18px 18px;
  303. margin-left: 17px;
  304. }
  305. .cruit_ul_1 {
  306. border-bottom: solid 1px #D9D9D9;
  307. padding: 30px 0px 16px;
  308. }
  309. .cruit_ul_1_a {
  310. float: left;
  311. height: 24px;
  312. line-height: 24px;
  313. color: #333;
  314. font-size: 18px;
  315. margin: 0px 25px 14px 5px;
  316. }
  317. .cruit_ul_1_a:hover {
  318. color: #49A769;
  319. }
  320. .cruit_ul_1_a_only {
  321. color: #49A769;
  322. }
  323. .cruit_form {
  324. display: block;
  325. margin-top: 28px;
  326. }
  327. .cruit_form_tip {
  328. line-height: 30px;
  329. margin-bottom: 24px;
  330. }
  331. .cruit_form_per {
  332. height: 30px;
  333. line-height: 30px;
  334. float: left;
  335. margin-right: 150px;
  336. }
  337. .cruit_form_label_radio_box {
  338. height: 30px;
  339. line-height: 30px;
  340. float: left;
  341. color: #999;
  342. font-size: 18px;
  343. margin-right: 50px;
  344. padding-left: 22px;
  345. position: relative;
  346. }
  347. .cruit_form_radio {
  348. float: left;
  349. width: 0px;
  350. height: 0px;
  351. }
  352. .cruit_form_radio::after {
  353. content: '';
  354. display: block;
  355. position: absolute;
  356. border: solid 1px #C8CFD2;
  357. border-radius: 2px;
  358. width: 12px;
  359. height: 12px;
  360. left: 0px;
  361. top: 8px;
  362. z-index: 11;
  363. }
  364. input[type="radio"]:checked.cruit_form_radio::after {
  365. border: 0px;
  366. }
  367. input[type="radio"]:checked.cruit_form_radio::before {
  368. content: '';
  369. display: block;
  370. position: absolute;
  371. background: url(@/public/image/4.png) no-repeat 1px 1px #49A769;
  372. background-size: 10px 10px;
  373. border-radius: 2px;
  374. width: 12px;
  375. height: 12px;
  376. left: 0px;
  377. top: 8px;
  378. z-index: 11;
  379. }
  380. .cruit_form_label_radio_box:has(input[type="radio"]:checked.cruit_form_radio) {
  381. color: #333333FF
  382. }
  383. .cruit_form_label {
  384. height: 30px;
  385. line-height: 30px;
  386. float: left;
  387. color: #333;
  388. font-size: 18px;
  389. margin-right: 15px;
  390. }
  391. .cruit_form_label_right {
  392. float: left;
  393. height: 30px;
  394. }
  395. .cruit_form_select {
  396. height: 30px;
  397. line-height: 30px;
  398. float: left;
  399. margin-right: 20px;
  400. width: 140px;
  401. border: solid 1px #C8CFD2;
  402. border-radius: 4px;
  403. overflow: hidden;
  404. color: #999;
  405. font-size: 14px;
  406. }
  407. .cruit_form_select {
  408. text-indent: 5px;
  409. }
  410. .cruit_form_inp_search {
  411. float: left;
  412. height: 30px;
  413. line-height: 30px;
  414. color: #999;
  415. font-size: 14px;
  416. text-indent: 10px;
  417. border: solid 1px #C8CFD2;
  418. border-radius: 4px;
  419. overflow: hidden;
  420. width: 300px;
  421. margin: 0px 20px 0px 17px;
  422. }
  423. .cruit_form_btn_sub {
  424. height: 30px;
  425. line-height: 30px;
  426. color: #fff;
  427. font-size: 14px;
  428. background: #49A769;
  429. border-radius: 4px;
  430. padding: 0px 20px;
  431. }
  432. .cruit_form_per:nth-last-of-type(1) {
  433. margin-right: 0px;
  434. }
  435. .color_main {
  436. // margin-bottom: 333px;
  437. box-sizing: border-box;
  438. background: #fbfbfb;
  439. border: solid 1px #fbfbfb;
  440. // background: pink;
  441. }
  442. .index_3 {
  443. margin-top: 11px;
  444. }
  445. .cruit_ul_2 {
  446. margin-top: 30px;
  447. }
  448. .cruit_li_2 {
  449. width: 590px;
  450. border-radius: 4px;
  451. background: #fff;
  452. position: relative;
  453. padding: 0px 20px;
  454. box-sizing: border-box;
  455. margin-bottom: 20px;
  456. }
  457. .cruit_li_2:nth-of-type(odd) {
  458. border-top: solid 5px #49A769;
  459. float: left;
  460. }
  461. .cruit_li_2:nth-of-type(even) {
  462. border-top: solid 5px #DF9A2B;
  463. float: right;
  464. }
  465. .cruit_li_2_a {
  466. display: block;
  467. width: 100%;
  468. padding-bottom: 20px;
  469. position: relative;
  470. z-index: 2;
  471. }
  472. .cruit_li_2_head_box {
  473. margin-top: 26px;
  474. }
  475. .cruit_li_2_head {
  476. float: left;
  477. max-width: 44%;
  478. margin-left: 27px;
  479. height: 23px;
  480. line-height: 23px;
  481. color: #333;
  482. font-size: 20px;
  483. font-weight: bold;
  484. }
  485. .cruit_li_2_head_name {
  486. max-width: 49%;
  487. height: 23px;
  488. line-height: 23px;
  489. color: #333;
  490. font-size: 16px;
  491. text-align: right;
  492. float: right;
  493. margin-right: 20px;
  494. }
  495. .cruit_li_2_foot_title_box {}
  496. .cruit_li_2_foot_title {
  497. float: left;
  498. height: 25px;
  499. line-height: 25px;
  500. color: #999;
  501. font-size: 14px;
  502. background: #F8F8F8;
  503. padding: 0px 10px;
  504. margin: 17px 0px 0px 26px;
  505. }
  506. .cruit_li_2_foot {
  507. margin-top: 20px;
  508. margin-left: 20px;
  509. }
  510. .cruit_li_2_foot_tag {
  511. float: left;
  512. margin-right: 30px;
  513. height: 24px;
  514. line-height: 24px;
  515. color: #999;
  516. font-size: 16px;
  517. padding-left: 34px;
  518. background: no-repeat left center;
  519. background-size: 24px 100%;
  520. }
  521. .cruit_li_2_foot_addres {
  522. background-image: url(@/public/image/01.png);
  523. }
  524. .cruit_li_2_foot_exper {
  525. background-image: url(@/public/image/02.png)
  526. }
  527. .cruit_li_2_foot_educat {}
  528. .cruit_li_2_foot_time {
  529. background-image: url(@/public/image/03.png);
  530. }
  531. .cruit_li_2_foot_tag_in {
  532. height: 24px;
  533. line-height: 24px;
  534. color: #999;
  535. font-size: 16px;
  536. float: left;
  537. }
  538. .cruit_li_2_foot_tag_in:nth-of-type(2) {
  539. padding-left: 24px;
  540. position: relative;
  541. }
  542. .cruit_li_2_foot_tag_in:nth-of-type(2)::after {
  543. content: '';
  544. display: block;
  545. position: absolute;
  546. width: 2px;
  547. height: 2px;
  548. background: #999;
  549. left: 11px;
  550. top: 11px;
  551. }
  552. /* 三农资讯网-招工招聘-社会招聘 */
  553. .society_form_tip {
  554. line-height: 30px;
  555. display: flex;
  556. margin-bottom: 4px;
  557. }
  558. .society_form_label {
  559. height: 30px;
  560. line-height: 30px;
  561. color: #333;
  562. font-size: 18px;
  563. margin-right: 15px;
  564. word-break: keep-all;
  565. white-space: nowrap;
  566. }
  567. .society_form_right_a_box {}
  568. .society_form_right_a {
  569. float: left;
  570. height: 30px;
  571. line-height: 30px;
  572. color: #333;
  573. font-size: 18px;
  574. margin: 0px 30px 14px 0px;
  575. }
  576. .society_form_right_a_only {
  577. color: #49A769;
  578. }
  579. .society_form_right_a:hover {
  580. color: #49A769;
  581. }
  582. .society_form_right_btn {
  583. float: left;
  584. height: 30px;
  585. line-height: 30px;
  586. color: #333;
  587. font-size: 18px;
  588. margin: 0px 30px 20px 0px;
  589. padding-right: 24px;
  590. background: url(@/public/image/4.png) no-repeat right center;
  591. background-size: 20px 18px;
  592. }
  593. // .society_form_right_btn_up {
  594. // background-image: url(@/public/img/9.png);
  595. // }
  596. .society_head_right {
  597. float: right;
  598. height: 31px;
  599. line-height: 31px;
  600. margin-top: 13px;
  601. }
  602. .society_head_checkbox_box {
  603. width: 18px;
  604. height: 18px;
  605. float: left;
  606. margin: 6px 10px 0px 0px;
  607. position: relative;
  608. }
  609. .society_head_checkbox_box_gray {
  610. border: solid 1px #C8CFD2;
  611. }
  612. .society_head_checkbox {
  613. width: 0px;
  614. height: 0px;
  615. }
  616. .society_head_checkbox::after {
  617. content: '';
  618. display: block;
  619. position: absolute;
  620. border: solid 1px #C8CFD2;
  621. border-radius: 2px;
  622. width: 100%;
  623. height: 100%;
  624. left: 0px;
  625. top: 0px;
  626. z-index: 11;
  627. }
  628. input[type="checkbox"]:checked.society_head_checkbox::after {
  629. content: '';
  630. display: block;
  631. position: absolute;
  632. border: 0px;
  633. background: url(@/public/image/4.png) no-repeat center center #49A769;
  634. background-size: 12px 12px;
  635. border-radius: 2px;
  636. width: 100%;
  637. height: 100%;
  638. left: 0px;
  639. top: 0px;
  640. z-index: 11;
  641. }
  642. .society_head_checkbox_box_gray input[type="checkbox"]:checked.society_head_checkbox::after {
  643. content: '';
  644. display: block;
  645. position: absolute;
  646. border: 0px;
  647. background: url(@/public/image/4.png) no-repeat center center;
  648. background-size: 12px 12px;
  649. border-radius: 2px;
  650. width: 100%;
  651. height: 100%;
  652. left: 0px;
  653. top: 0px;
  654. z-index: 11;
  655. }
  656. .society_head_right_all_box {
  657. float: left;
  658. color: #333;
  659. font-size: 14px;
  660. height: 100%;
  661. line-height: 31px;
  662. }
  663. .society_head_right_a {
  664. float: left;
  665. height: 31px;
  666. line-height: 31px;
  667. color: #fff;
  668. font-size: 16px;
  669. border-radius: 4px;
  670. overflow: hidden;
  671. padding: 0px 10px;
  672. background: #49A769;
  673. margin-left: 20px;
  674. }
  675. .society_head_right_a_gray {
  676. background: #ccc;
  677. }
  678. .society_inp_checkbox_box_li_1 {
  679. width: 18px;
  680. height: 18px;
  681. z-index: 11;
  682. position: absolute;
  683. left: 15px;
  684. top: 28px;
  685. }
  686. .society_inp_checkbox_box_li_1_btn {
  687. width: 0px;
  688. height: 0px;
  689. }
  690. .society_inp_checkbox_box_li_1_btn::after {
  691. content: '';
  692. display: block;
  693. position: absolute;
  694. border: solid 1px #C8CFD2;
  695. border-radius: 2px;
  696. width: 100%;
  697. height: 100%;
  698. left: 0px;
  699. top: 0px;
  700. z-index: 11;
  701. }
  702. input[type="checkbox"]:checked.society_inp_checkbox_box_li_1_btn::after {
  703. content: '';
  704. display: block;
  705. position: absolute;
  706. border: 0px;
  707. background: url(@/public/image/4.png) no-repeat center center #49A769;
  708. background-size: 12px 12px;
  709. border-radius: 2px;
  710. width: 100%;
  711. height: 100%;
  712. left: 0px;
  713. top: 0px;
  714. z-index: 11;
  715. }
  716. .society_ul_3 {
  717. margin-top: 30px;
  718. }
  719. .society_li_3 {
  720. float: left;
  721. width: 285px;
  722. background: #fff;
  723. border-radius: 6px;
  724. position: relative;
  725. margin: 0px 20px 20px 0px;
  726. padding: 0px 15px;
  727. box-sizing: border-box;
  728. }
  729. .society_li_3:nth-of-type(4n) {
  730. margin-right: 0px;
  731. }
  732. .society_li_3_a {
  733. display: block;
  734. width: 100%;
  735. position: relative;
  736. z-index: 2;
  737. }
  738. .society_li_3_head_box {
  739. margin-top: 11px;
  740. }
  741. .society_li_3_head {
  742. float: left;
  743. height: 26px;
  744. line-height: 26px;
  745. color: #333;
  746. font-size: 20px;
  747. max-width: 45%;
  748. font-weight: bold;
  749. // margin-left: 34px;
  750. }
  751. .society_li_3_head_name {
  752. float: right;
  753. height: 26px;
  754. line-height: 26px;
  755. font-size: 16px;
  756. max-width: 44%;
  757. color: #49A769;
  758. }
  759. .society_li_3_text_box {
  760. margin-top: 20px;
  761. }
  762. .society_li_3_text {
  763. max-width: 100px;
  764. white-space: nowrap;
  765. overflow: hidden;
  766. text-overflow: ellipsis;
  767. float: left;
  768. height: 21px;
  769. line-height: 21px;
  770. color: #333;
  771. font-size: 16px;
  772. // padding-right: 20px;
  773. position: relative;
  774. }
  775. .point {
  776. display: inline-block;
  777. width: 8px;
  778. height: 20px;
  779. line-height: 20px;
  780. color: #999;
  781. vertical-align: middle;
  782. text-align: center;
  783. margin-right: 6px;
  784. font-weight: 500;
  785. }
  786. .society_li_3_text:nth-last-of-type(1) {
  787. padding-right: 0px;
  788. }
  789. .society_li_3_tag_box {
  790. margin: 20px 0 20px;
  791. }
  792. .society_li_3_tag {
  793. float: left;
  794. height: 25px;
  795. line-height: 25px;
  796. color: #999;
  797. font-size: 14px;
  798. background: #F8F8F8;
  799. padding: 0px 10px;
  800. margin-right: 15px;
  801. }
  802. .society_inp_checkbox_box_li_3 {
  803. width: 18px;
  804. height: 18px;
  805. z-index: 11;
  806. position: absolute;
  807. left: 15px;
  808. top: 16px;
  809. }
  810. .society_inp_checkbox_box_li_3_btn {
  811. width: 0px;
  812. height: 0px;
  813. }
  814. .society_inp_checkbox_box_li_3_btn::after {
  815. content: '';
  816. display: block;
  817. position: absolute;
  818. border: solid 1px #C8CFD2;
  819. border-radius: 2px;
  820. width: 100%;
  821. height: 100%;
  822. left: 0px;
  823. top: 0px;
  824. z-index: 11;
  825. }
  826. input[type="checkbox"]:checked.society_inp_checkbox_box_li_3_btn::after {
  827. content: '';
  828. display: block;
  829. position: absolute;
  830. border: 0px;
  831. background: url(@/public/image/4.png) no-repeat center center #49A769;
  832. background-size: 12px 12px;
  833. border-radius: 2px;
  834. width: 100%;
  835. height: 100%;
  836. left: 0px;
  837. top: 0px;
  838. z-index: 11;
  839. }
  840. .cruit_alert_box {
  841. position: fixed;
  842. height: 30px;
  843. line-height: 30px;
  844. color: #fff;
  845. font-size: 14px;
  846. text-align: center;
  847. background: #666666FF;
  848. border-radius: 4px;
  849. left: 50%;
  850. top: 33%;
  851. z-index: 111;
  852. width: auto;
  853. padding: 0px 15px;
  854. margin-left: -44px;
  855. }
  856. @media screen and (min-width:1200px) {
  857. /*pc_1440*/
  858. @media screen and (max-width:1440px) {
  859. /*1200*/
  860. }
  861. .pc_none {
  862. display: none;
  863. }
  864. }
  865. @media screen and (max-width:599px) {}
  866. @media screen and (max-width:320px) {}