<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.recruitment_list {
    width: 12rem;
    margin: 0 auto;
    font-size: 0.18rem;
    color: #202020;
    text-align: center;
}

.recruitment_title {

    background: #F3F3F3 !important;
    height: 0.6rem;
    line-height: 0.6rem;
    border-bottom: none !important;
}
.recruitment_list .list_item {
    width: 12rem;
    height: 0.6rem;
    /* line-height: 0.6rem; */
    /*border-bottom: 1px solid rgba(176, 176, 176, 0.2);*/
}
/*.recruitment_list .list_item.active {
    background: #F7F7F7;
}*/

.recruitment_list .recruitment {
    width: 3rem;
}

.recruitment_list .recruitment i {
    color: #1C1C1C;
    font-size: 0.14rem;
}

.recruitment_list .address {
    width: 5rem;
}

.recruitment_list .recruitment_type {
    width: 2rem;
}

.recruitment_list .operate {
    width: 2rem;
}

.recruitment_list .item {
    /* height: 0.6rem;
    line-height: 0.6rem; */

    width: 12rem;
    margin: 0 auto;
    -moz-user-select: none;
    /*ç«ç‹*/
    -webkit-user-select: none;
    /*webkitæµè§ˆå™¨*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*æ—©æœŸæµè§ˆå™¨*/
    user-select: none;
    background: #FDFDFD;
    border-bottom: 1px solid rgba(105, 105, 105, 0.1);
}

.recruitment_list li.item .recruitment {
    cursor: pointer;
}

.recruitment_list li.item button {
    width: 1.2rem;
    height: 0.3rem;
    line-height: 0.3rem;
    background: rgba(0, 148, 229, 1);
    border-radius: 6px;
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 0.16rem;
}

/* .recruitment_list .item {
    position: relative;
    z-index: 9;
} */

.recruitment_list .item .detail {
    font-size: 0.18rem;
    color: #202020;
    /*border-bottom: 1px solid rgba(176, 176, 176, 0.2);*/
    display: none;
    /* position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0; */
}

.recruitment_list .item .detail .left,
.recruitment_list .item .detail .right {
    width: 6rem;
    padding: 0.4rem 0.8rem;
    text-align: left;
}

.recruitment_list .item .detail .right .needs {
    font-size: 0.14rem;
    color: #747474;
}

.resume_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
}

.dialog_from {
    position: fixed;
    top: 120px;
    left: 50%;
    margin-left: -4.5rem;
    width: 9rem;
    /* margin: 0 auto; */
    background: #fff;
    font-size: 0.16rem;
    /* margin-top: 3rem; */
    display: none;

}

.from_wrap::-webkit-scrollbar {
    width: 2px;
    background: #fff;
}

.from_wrap::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.from_wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.4);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.from_wrap {
    width: 9rem;
    /*position: relative;*/
    max-height: 7rem;
    /* overflow-y: scroll; */
    overflow: auto;
    margin-top: 0.44rem;
}


.dialog_from .title {
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    background: #0094E5;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.dialog_from .title i {
    font-size: 0.2rem;
    position: absolute;
    top: 0;
    right: 0.3rem;
    cursor: pointer;
}

.dialog_from .main {
    /* max-height: 10rem;
    overflow-y: scroll;
    overflow-x: hidden; */
    padding: 0.3rem;
}

.dialog_from .main .form_label {
    width: 1.6rem;

}

.dialog_from .main .item {
    height: 0.82rem;
    width: 100%;
    position: relative;
    /*padding: 0.1rem 0;*/
}

.dialog_from .main .item .arrow {
    position: absolute;
    height: 0.62rem;
    line-height: 0.62rem;
    right: 1rem;
    top: 0;
    pointer-events: none;
}

.dialog_from .main .item .arrow i {
    font-size: 0.14rem;
}

.dialog_from .main .select_list {
    position: absolute;
    width: 6.6rem;
    top: 0.62rem;
    left: 1.6rem;
    background: #fff;
    font-size: 0.14rem;
    border-radius: 5px;
    text-align: center;
    z-index: 9;
    border: 1px solid #D2D2D2;
    box-shadow: 0 0 10px #D2D2D2;
    display: none;
}

.readonly_inp,
.readonly_inp input {
    cursor: pointer;
}

/* .second_dialog {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

.dialog_from .main .select_list div {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #333333;
    border-bottom: 1px solid #D2D2D2;
}

.dialog_from .main .inp {
    width: 6.6rem;
}

.dialog_from .main .inp input {
    width: 100%;
    font-size: 0.16rem;
    color: #333333;
    height: 0.56rem;
    line-height: 0.56rem;
    border: 1px solid rgba(210, 210, 210, 1);
    outline: none;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.dialog_from .main .readonly_inp input {
    padding-right: 1rem;

}

.dialog_from .main .sex {
    height: 0.56rem;
    line-height: 0.56rem;
    border: 1px solid rgba(210, 210, 210, 1);
    padding: 0 0.3rem;
}

.dialog_from .main .sex input {
    width: 0.2rem;
    height: 0.2rem;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    margin-right: 0.1rem;
}
.dialog_from .main .sex span {
    font-size: 0.16rem;
}

.dialog_from .main .item.textarea {
    height: 1.6rem;
}

.dialog_from .main .item.textarea textarea {
    height: 1.4rem;
    padding: 0.2rem;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    border: 1px solid rgba(210, 210, 210, 1);
    outline: none;
}

.confirm {
    margin-top: 0.3rem;
    text-align: center;
}

.confirm button {
    width: 4.6rem;
    height: 0.56rem;
    line-height: 0.56rem;
    color: #fff;
    font-size: 0.18rem;
    background: #0094E5;
    border: 0;
    outline: none;
}</pre></body></html>