<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.job-box {
    width: 100%;
    height: 28px;
}
.job {
    display: inline-block;
    width: 60%;
    height: 100%;
    line-height: 28px;
    font-size: 15px;
    color: #050505;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.salary {
    width: 40%;
    height: 100%;
    color: #ffb432;
    font-size: 15px;
    float: right;
    text-align: right;
}
.address-div {
    width: 100%;
    height: 32px;
}
.icon-address {
    display: inline-block;
    width: 6%;
    float: left;
}
.address-name {
    font-size: 12px;
    color: #676767;
    display: inline-block;
    width: 20%;
    float: left;
}
.exp {
    width: 100%;
    height: 28px;
}
.exp p {
    width: 49%;
    height: 100%;
    font-size: 12px;
    color: #676767;
    float: left;
}
.innerDiv .exp .education {
    float: right;
    text-align: right;
}
.company-box {
    width: 100%;
    height: 34px;
    font-size: 12px;
    color: #676767;
}
.compLogo {
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.compName {
    width: 56%;
    height: 100%;
    float: left;
    line-height: 32px;
    padding-left: 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.update-time {
    width: 25%;
    float: left;
    text-align: left;
    line-height: 32px;
    padding-left: 2%;
}
.innerDiv{
    border-radius: 0;
    width: 100%;
    height: 124px;
    overflow: hidden;
    float: left;
    position: relative;
    border-bottom: 1px solid #f3f3f4;
}
.jd_category_right_con .product_box {
    padding: 0;
    margin-top: 2%;
}
.product_box .innerDiv-classify {
    padding: 1% 6%;
}
.company-box {
    width: 100%;
    height: 34px;
    font-size: 12px;
    color: #676767;
    position: absolute;
    bottom: 4%;
}
.heartWarp {
    width: 14%;
    height: 35px;
    position: absolute;
    right: 2%;
    top: 66%;
    z-index: 30;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
</pre></body></html>