123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- /* 个人简历管理*/
- .split-block-title a {
- position: relative;
- }
- .split-block-title a::after {
- content: '';
- display: inline-block;
- width: 0;
- height: 0;
- border-top: .12rem solid transparent;
- border-left: .15rem solid #FF6600;
- border-bottom: .12rem solid transparent;
- position: absolute;
- right: -.20rem;
- top: .05rem;
- }
- .resume {
- background: #ffffff;
- width: 100%;
- border-bottom: 1px solid #f0f0f0;
- border-top: 1px solid #f0f0f0;
- }
- .resume .info {
- padding: .25rem .35rem;
- }
- .resume .info .line-one {
- height: .6rem;
- line-height: .6rem;
- }
- .resume .info .line-one .resume-title {
- width: 40%;
- float: left;
- color: #333333;
- }
- .resume .info .line-one .is-default {
- width: 30%;
- float: left;
- }
- .resume .info .line-one .is-default span {
- width: 20%;
- background-color: #ff6600;
- padding: .02rem .08rem;
- border: 1px solid #ff6600;
- border-radius: .08rem;
- color: #ffffff;
- }
- .resume .info .line-one .resume-status {
- float: right;
- }
- .resume .info .line-two {
- height: .5rem;
- line-height: .5rem;
- }
- .resume .info .line-two .privacy {
- float: left;
- width: 40%;
- }
- .resume .info .line-two .complete {
- float: left;
- width: 60%;
- }
- .resume .info .line-three {
- height: .5rem;
- line-height: .5rem;
- }
- .resume .info .line-three .down-browse {
- float: left;
- width: 40%;
- }
- .resume .info .line-three .refresh-time {
- float: left;
- width: 60%;
- }
- .resume .handler {
- background: #f8f9fa;
- padding: 0 .2rem;
- border-top: 1px solid #f0f0f0;
- }
- .resume .handler .item {
- width: 20%;
- height: 1.5rem;
- padding-top: .2rem;
- float: left;
- }
- .resume .handler .item:active {
- background: #f0f0f0;
- }
- .resume .handler .item:active span {
- color: #ff6600;
- }
- .resume .handler .item .pic {
- width: .6rem;
- height: .6rem;
- background-size: .6rem;
- margin: 0 auto;
- background-repeat: no-repeat;
- }
- .resume .handler .item .pic.refresh {
- background-image: url(../images/115.png);
- }
- .resume .handler .item .pic.update {
- background-image: url(../images/116.png);
- }
- .resume .handler .item .pic.preview {
- background-image: url(../images/117.png);
- }
- .resume .handler .item .pic.generalize {
- background-image: url(../images/118.png);
- }
- .resume .handler .item .pic.more {
- background-image: url(../images/119.png);
- }
- .resume .handler .item span {
- height: .5rem;
- line-height: .5rem;
- color: #666666;
- text-align: center;
- display: block;
- margin-top: .1rem;
- }
- .resume .handler .item span.disable {
- color: #999999;
- }
- .resume .handler .item span.last {
- border: 0px;
- }
- /* 面试邀请、谁看过我、已申请的职位共用 */
- .list-item {
- background: #ffffff;
- padding-top: .2rem;
- padding-bottom: .25rem;
- border-bottom: 1px solid #f0f0f0;
- }
- .list-item .content {
- width: 90%;
- margin: 0 auto;
- }
- .list-item .content .line-one {
- height: .6rem;
- line-height: .6rem;
- position: relative;
- }
- .list-item .content .line-one .title {
- width: 70%;
- float: left;
- color: #333333;
- }
- .list-item .content .line-one .title.no-read {
- font-weight: bolder;
- }
- .list-item .content .line-one .title .red-tip {
- position: absolute;
- width: .22rem;
- height: .22rem;
- border: .04rem #FFFFFF solid;
- border-radius: .15rem;
- background-color: #FF0000;
- left: -.28rem;
- top: .16rem;
- }
- .list-item .content .line-one .right {
- float: right;
- }
- .list-item .content .line-one .delete {
- float: right;
- border: 1px solid #fd8000;
- color: #fd8000;
- width: 1rem;
- height: .52rem;
- line-height: .52rem;
- text-align: center;
- margin-top: .04rem;
- border-radius: .08rem;
- }
- .list-item .content .line-one .delete:active {
- background: #fd8000;
- color: #ffffff;
- }
- .list-item .content .line-two {
- height: .5rem;
- line-height: .5rem;
- }
- .list-item .content .line-two .left {
- width: 70%;
- float: left;
- }
- .list-item .content .line-two .right {
- float: right;
- }
- .list-item .content .line-three {
- height: .5rem;
- line-height: .5rem;
- }
- .list-item .content .line-four {
- color: #999999;
- line-height: .4rem;
- }
|