| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019 |
- @charset "utf-8";
- * {
- font-family: "微软雅黑", "microsoft yahei";
- }
- //二级栏目
- .sannongzhichuang {
- margin: 30px 0 40px;
- .inner {
- width: 1200px;
- height: 67px;
- position: relative;
- }
- h2 {
- display: inline-block;
- //background-image: url("@/@/public/image/bg1.png");
- background: #489d97;
- width: 156px;
- height: 43px;
- padding: 14px 31px 10px 25px;
- font-family: STXingkai, STXingkai;
- font-weight: 400;
- font-size: 39px;
- color: #FFFFFF;
- line-height: 46px;
- text-align: center;
- font-style: normal;
- text-transform: none;
- -webkit-text-stroke: 0.3px #3C6C47;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 99;
- em {
- position: absolute;
- top: -16px;
- right: -12px;
- color: #489d97;
- display: inline-block;
- width: 13px;
- height: 13px;
- }
- a {
- font-family: STXingkai, STXingkai;
- font-weight: 400;
- font-size: 39px;
- color: #FFFFFF;
- line-height: 46px;
- text-align: center;
- -webkit-text-stroke: 0.3px #3C6C47;
- }
- }
- p.introduction {
- display: inline-block;
- width: 1003px;
- height: 56px;
- line-height: 56px;
- background-color: #fafafa;
- position: absolute;
- bottom: 0;
- right: 0;
- display: flex;
- >strong:first-child {
- margin-left: 40px;
- display: inline-block;
- vertical-align: middle;
- width: 32px;
- height: 36px;
- padding: 3px 7px;
- border: 0.5px solid #489d97;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 14px;
- color: #489d97;
- line-height: 18px;
- text-align: center;
- font-style: normal;
- text-transform: none;
- }
- div {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- >span {
- width: 64px;
- height: 21px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16px;
- color: #000000;
- line-height: 21px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- margin-top: 17px;
- padding: 0 24px;
- border-right: 1px solid #ccc;
- a {
- color: #000;
- }
- }
- >span:hover a {
- color: #489d97;
- }
- >span:last-child {
- border: none;
- }
- }
- }
- }
- .pagination {
- display: flex;
- justify-content: center;
- width: 1200px;
- height: 34px;
- margin: 0;
- margin-bottom: 50px;
- margin-top: 10px;
- // 鼠标移入后字体颜色
- .el-pagination::v-deep :hover {
- color: #489d97;
- }
- .el-pagination.is-background::v-deep .btn-next,
- .el-pagination.is-background::v-deep .btn-prev {
- width: 70px;
- height: 34px;
- margin: 0px 10px;
- border-radius: 4px;
- }
- .el-pagination.is-background::v-deep .el-pager li {
- margin: 0px 10px;
- width: 38px;
- height: 34px;
- border-radius: 4px;
- }
- .el-pagination.is-background::v-deep .btn-next.is-active,
- .el-pagination.is-background::v-deep .btn-prev.is-active,
- .el-pagination.is-background::v-deep .el-pager li.is-active {
- background-color: #489d97;
- color: #fff;
- }
- }
- ul,
- ol {
- list-style: none;
- }
- a:active {
- text-decoration: none;
- }
- a:hover {
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- }
- a:link {
- text-decoration: none;
- }
- a:focus {
- text-decoration: none;
- }
- body {
- position: relative;
- }
- .clearfix {
- overflow: hidden;
- }
- .clearfix_2::after {
- content: '';
- display: block;
- height: 0;
- visibility: hidden;
- clear: both;
- }
- .hiddenColor {
- visibility: hidden;
- }
- .hand {
- cursor: pointer;
- }
- .aTag_parent {
- position: relative;
- }
- .aTag_parent>a,
- .aTag {
- display: block;
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: 99;
- border: 0px;
- top: 0px;
- left: 0px;
- background: rgba(0, 0, 0, 0);
- }
- .dot1 {
- display: block;
- word-break: keep-all;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .dot2 {
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- input,
- img {
- border: none;
- }
- .cover100 img {
- display: block;
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- .back100 {
- background-size: 100% 100%;
- background-repeat: no-repeat;
- }
- article,
- aside,
- footer,
- header,
- time,
- video,
- main,
- nav,
- h4,
- h3,
- section {
- display: block;
- }
- .index_main {
- margin: 0 auto;
- margin-top: 20px;
- }
- .slow_6 {
- -webkit-transition: all .6s;
- -moz-transition: all .6s;
- -ms-transition: all .6s;
- -o-transition: all .6s;
- transition: all .6s;
- }
- .index_main {
- width: 1200px;
- }
- .recruit_head_box {
- border-bottom: solid 1px #D9D9D9;
- }
- .cruit_head_left {
- float: left;
- }
- .cruit_head_a {
- float: left;
- height: 55px;
- line-height: 55px;
- color: #333;
- font-weight: bold;
- font-size: 22px;
- border-bottom: solid 3px rgba(0, 0, 0, 0);
- margin-right: 40px;
- }
- .cruit_head_only {
- float: left;
- height: 55px;
- line-height: 55px;
- color: #489d97;
- font-weight: bold;
- font-size: 22px;
- border-bottom: solid 3px #489d97;
- }
- .cruit_head_a_more {
- float: right;
- height: 19px;
- line-height: 19px;
- margin-top: 18px;
- color: #333;
- font-size: 16px;
- }
- .cruit_head_right {
- float: right;
- margin-top: 11px;
- }
- .cruit_head_right_a {
- float: left;
- height: 31px;
- line-height: 31px;
- color: #fff;
- font-size: 16px;
- border-radius: 4px;
- overflow: hidden;
- padding: 0px 10px 0px 33px;
- }
- .cruit_head_right_a:nth-of-type(1) {
- background: url(@/public/image/1.png) no-repeat 10px 7px #489d97;
- background-size: 18px 18px;
- }
- .cruit_head_right_a:nth-of-type(2) {
- background: url(@/public/image/2.png) no-repeat 10px 7px #49d8e2;
- background-size: 18px 18px;
- margin-left: 17px;
- }
- .cruit_ul_1 {
- border-bottom: solid 1px #D9D9D9;
- padding: 30px 0px 16px;
- }
- .cruit_ul_1_a {
- float: left;
- height: 24px;
- line-height: 24px;
- color: #333;
- font-size: 18px;
- margin: 0px 25px 14px 5px;
- }
- .cruit_ul_1_a:hover {
- color: #489d97;
- }
- .cruit_ul_1_a_only {
- color: #489d97;
- }
- .cruit_form {
- display: block;
- margin-top: 28px;
- }
- .cruit_form_tip {
- line-height: 30px;
- margin-bottom: 24px;
- }
- .cruit_form_per {
- height: 30px;
- line-height: 30px;
- float: left;
- margin-right: 150px;
- }
- .cruit_form_label_radio_box {
- height: 30px;
- line-height: 30px;
- float: left;
- color: #999;
- font-size: 18px;
- margin-right: 50px;
- padding-left: 22px;
- position: relative;
- }
- .cruit_form_radio {
- float: left;
- width: 0px;
- height: 0px;
- }
- .cruit_form_radio::after {
- content: '';
- display: block;
- position: absolute;
- border: solid 1px #C8CFD2;
- border-radius: 2px;
- width: 12px;
- height: 12px;
- left: 0px;
- top: 8px;
- z-index: 11;
- }
- input[type="radio"]:checked.cruit_form_radio::after {
- border: 0px;
- }
- input[type="radio"]:checked.cruit_form_radio::before {
- content: '';
- display: block;
- position: absolute;
- background: url(@/public/img/4.png) no-repeat 1px 1px #489d97;
- background-size: 10px 10px;
- border-radius: 2px;
- width: 12px;
- height: 12px;
- left: 0px;
- top: 8px;
- z-index: 11;
- }
- .cruit_form_label_radio_box:has(input[type="radio"]:checked.cruit_form_radio) {
- color: #333333FF
- }
- .cruit_form_label {
- height: 30px;
- line-height: 30px;
- float: left;
- color: #333;
- font-size: 18px;
- margin-right: 15px;
- }
- .cruit_form_label_right {
- float: left;
- height: 30px;
- }
- .cruit_form_select {
- height: 30px;
- line-height: 30px;
- float: left;
- margin-right: 20px;
- width: 140px;
- border: solid 1px #C8CFD2;
- border-radius: 4px;
- overflow: hidden;
- color: #999;
- font-size: 14px;
- }
- .cruit_form_select {
- text-indent: 5px;
- }
- .cruit_form_inp_search {
- float: left;
- height: 30px;
- line-height: 30px;
- color: #999;
- font-size: 14px;
- text-indent: 10px;
- border: solid 1px #C8CFD2;
- border-radius: 4px;
- overflow: hidden;
- width: 300px;
- margin: 0px 20px 0px 17px;
- }
- .cruit_form_btn_sub {
- height: 30px;
- line-height: 30px;
- color: #fff;
- font-size: 14px;
- background: #489d97;
- border-radius: 4px;
- padding: 0px 20px;
- }
- .cruit_form_per:nth-last-of-type(1) {
- margin-right: 0px;
- }
- .color_main {
- // margin-bottom: 333px;
- box-sizing: border-box;
- background: #fbfbfb;
- border: solid 1px #fbfbfb;
- // background: pink;
- }
- .index_3 {
- margin-top: 11px;
- }
- .cruit_ul_2 {
- margin-top: 30px;
- }
- .cruit_li_2 {
- width: 590px;
- border-radius: 4px;
- background: #fff;
- position: relative;
- padding: 0px 20px;
- box-sizing: border-box;
- margin-bottom: 20px;
- }
- .cruit_li_2:nth-of-type(odd) {
- border-top: solid 5px #489d97;
- float: left;
- }
- .cruit_li_2:nth-of-type(even) {
- border-top: solid 5px #DF9A2B;
- float: right;
- }
- .cruit_li_2_a {
- display: block;
- width: 100%;
- padding-bottom: 20px;
- position: relative;
- z-index: 2;
- }
- .cruit_li_2_head_box {
- margin-top: 26px;
- }
- .cruit_li_2_head {
- float: left;
- max-width: 44%;
- margin-left: 27px;
- height: 23px;
- line-height: 23px;
- color: #333;
- font-size: 20px;
- font-weight: bold;
- }
- .cruit_li_2_head_name {
- max-width: 49%;
- height: 23px;
- line-height: 23px;
- color: #333;
- font-size: 16px;
- text-align: right;
- float: right;
- margin-right: 20px;
- }
- .cruit_li_2_foot_title_box {}
- .cruit_li_2_foot_title {
- float: left;
- height: 25px;
- line-height: 25px;
- color: #999;
- font-size: 14px;
- background: #F8F8F8;
- padding: 0px 10px;
- margin: 17px 0px 0px 26px;
- }
- .cruit_li_2_foot {
- margin-top: 20px;
- margin-left: 20px;
- }
- .cruit_li_2_foot_tag {
- float: left;
- margin-right: 30px;
- height: 24px;
- line-height: 24px;
- color: #999;
- font-size: 16px;
- padding-left: 34px;
- background: no-repeat left center;
- background-size: 24px 100%;
- }
- .cruit_li_2_foot_addres {
- background-image: url(@/public/image/01.png);
- }
- .cruit_li_2_foot_exper {
- background-image: url(@/public/image/02.png)
- }
- .cruit_li_2_foot_educat {}
- .cruit_li_2_foot_time {
- background-image: url(@/public/image/03.png);
- }
- .cruit_li_2_foot_tag_in {
- height: 24px;
- line-height: 24px;
- color: #999;
- font-size: 16px;
- float: left;
- }
- .cruit_li_2_foot_tag_in:nth-of-type(2) {
- padding-left: 24px;
- position: relative;
- }
- .cruit_li_2_foot_tag_in:nth-of-type(2)::after {
- content: '';
- display: block;
- position: absolute;
- width: 2px;
- height: 2px;
- background: #999;
- left: 11px;
- top: 11px;
- }
- /* 三农资讯网-招工招聘-社会招聘 */
- .society_form_tip {
- line-height: 30px;
- display: flex;
- margin-bottom: 4px;
- }
- .society_form_label {
- height: 30px;
- line-height: 30px;
- color: #333;
- font-size: 18px;
- margin-right: 15px;
- word-break: keep-all;
- white-space: nowrap;
- }
- .society_form_right_a_box {}
- .society_form_right_a {
- float: left;
- height: 30px;
- line-height: 30px;
- color: #333;
- font-size: 18px;
- margin: 0px 30px 14px 0px;
- }
- .society_form_right_a_only {
- color: #489d97;
- }
- .society_form_right_a:hover {
- color: #489d97;
- }
- .society_form_right_btn {
- float: left;
- height: 30px;
- line-height: 30px;
- color: #333;
- font-size: 18px;
- margin: 0px 30px 20px 0px;
- padding-right: 24px;
- background: url(@/public/img/8.png) no-repeat right center;
- background-size: 20px 18px;
- }
- .society_form_right_btn_up {
- background-image: url(@/public/img/9.png);
- }
- .society_head_right {
- float: right;
- height: 31px;
- line-height: 31px;
- margin-top: 13px;
- }
- .society_head_checkbox_box {
- width: 18px;
- height: 18px;
- float: left;
- margin: 6px 10px 0px 0px;
- position: relative;
- }
- .society_head_checkbox_box_gray {
- border: solid 1px #C8CFD2;
- }
- .society_head_checkbox {
- width: 0px;
- height: 0px;
- }
- .society_head_checkbox::after {
- content: '';
- display: block;
- position: absolute;
- border: solid 1px #C8CFD2;
- border-radius: 2px;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- z-index: 11;
- }
- input[type="checkbox"]:checked.society_head_checkbox::after {
- content: '';
- display: block;
- position: absolute;
- border: 0px;
- background: url(@/public/img/4.png) no-repeat center center #489d97;
- background-size: 12px 12px;
- border-radius: 2px;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- z-index: 11;
- }
- .society_head_checkbox_box_gray input[type="checkbox"]:checked.society_head_checkbox::after {
- content: '';
- display: block;
- position: absolute;
- border: 0px;
- background: url(@/public/img/14.png) no-repeat center center;
- background-size: 12px 12px;
- border-radius: 2px;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- z-index: 11;
- }
- .society_head_right_all_box {
- float: left;
- color: #333;
- font-size: 14px;
- height: 100%;
- line-height: 31px;
- }
- .society_head_right_a {
- float: left;
- height: 31px;
- line-height: 31px;
- color: #fff;
- font-size: 16px;
- border-radius: 4px;
- overflow: hidden;
- padding: 0px 10px;
- background: #489d97;
- margin-left: 20px;
- }
- .society_head_right_a_gray {
- background: #ccc;
- }
- .society_inp_checkbox_box_li_1 {
- width: 18px;
- height: 18px;
- z-index: 11;
- position: absolute;
- left: 15px;
- top: 28px;
- }
- .society_inp_checkbox_box_li_1_btn {
- width: 0px;
- height: 0px;
- }
- .society_inp_checkbox_box_li_1_btn::after {
- content: '';
- display: block;
- position: absolute;
- border: solid 1px #C8CFD2;
- border-radius: 2px;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- z-index: 11;
- }
- input[type="checkbox"]:checked.society_inp_checkbox_box_li_1_btn::after {
- content: '';
- display: block;
- position: absolute;
- border: 0px;
- background: url(@/public/img/4.png) no-repeat center center #489d97;
- background-size: 12px 12px;
- border-radius: 2px;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- z-index: 11;
- }
- .society_ul_3 {
- margin-top: 30px;
- }
- .society_li_3 {
- float: left;
- width: 385px;
- background: #fff;
- border-radius: 6px;
- position: relative;
- margin: 0px 20px 20px 0px;
- padding: 0px 15px;
- box-sizing: border-box;
- }
- .society_li_3:nth-of-type(3n) {
- margin-right: 0px;
- }
- .society_li_3_a {
- display: block;
- width: 100%;
- position: relative;
- z-index: 2;
- }
- .society_li_3_head_box {
- margin-top: 11px;
- }
- .society_li_3_head {
- float: left;
- height: 26px;
- line-height: 26px;
- color: #333;
- font-size: 20px;
- max-width: 30%;
- font-weight: bold;
- // margin-left: 34px;
- }
- .society_li_3_head_name {
- float: right;
- height: 26px;
- line-height: 26px;
- font-size: 16px;
- max-width: 70%;
- color: #489d97;
- }
- .society_li_3_text_box {
- margin-top: 20px;
- }
- .society_li_3_text {
- max-width: 100px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- float: left;
- height: 21px;
- line-height: 21px;
- color: #333;
- font-size: 16px;
- // padding-right: 20px;
- position: relative;
- }
- .point {
- display: inline-block;
- width: 8px;
- height: 20px;
- line-height: 20px;
- color: #999;
- vertical-align: middle;
- text-align: center;
- margin-right: 6px;
- font-weight: 500;
- }
- .society_li_3_text:nth-last-of-type(1) {
- padding-right: 0px;
- }
- .society_li_3_tag_box {
- margin: 20px 0 20px;
- }
- .society_li_3_tag {
- float: left;
- height: 25px;
- line-height: 25px;
- color: #999;
- font-size: 14px;
- background: #F8F8F8;
- padding: 0px 10px;
- margin-right: 15px;
- }
- .society_inp_checkbox_box_li_3 {
- width: 18px;
- height: 18px;
- z-index: 11;
- position: absolute;
- left: 15px;
- top: 16px;
- }
- .society_inp_checkbox_box_li_3_btn {
- width: 0px;
- height: 0px;
- }
- .society_inp_checkbox_box_li_3_btn::after {
- content: '';
- display: block;
- position: absolute;
- border: solid 1px #C8CFD2;
- border-radius: 2px;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- z-index: 11;
- }
- input[type="checkbox"]:checked.society_inp_checkbox_box_li_3_btn::after {
- content: '';
- display: block;
- position: absolute;
- border: 0px;
- background: url(@/public/img/4.png) no-repeat center center #489d97;
- background-size: 12px 12px;
- border-radius: 2px;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- z-index: 11;
- }
- .cruit_alert_box {
- position: fixed;
- height: 30px;
- line-height: 30px;
- color: #fff;
- font-size: 14px;
- text-align: center;
- background: #666666FF;
- border-radius: 4px;
- left: 50%;
- top: 33%;
- z-index: 111;
- width: auto;
- padding: 0px 15px;
- margin-left: -44px;
- }
- @media screen and (min-width:1200px) {
- /*pc_1440*/
- @media screen and (max-width:1440px) {
- /*1200*/
- }
- .pc_none {
- display: none;
- }
- }
- @media screen and (max-width:599px) {}
- @media screen and (max-width:320px) {}
- .empty {
- width: 100%;
- height: 150px;
- line-height: 150px;
- text-align: center;
- }
- .empty_img {
- vertical-align: -30px;
- margin-right: 20px;
- }
- .empty_text {
- font-size: 26px;
- color: #999;
- }
|