123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633 |
- /*简历导入模态框样式*/
- .clearfix:before {
- content: "";
- display: block;
- height:0;
- clear: both;
- visibility: hidden;
- }
- /*#resumeAnalysisDiv button{
- border-color: transparent;
- cursor: pointer;
- }*/
- #resumeAnalysisDiv{
- float: left;
- }
- #resumeInput-modal {
- box-sizing:border-box;
- width: 800px;
- height: 600px;
- border-radius: 0; .no-resume
- box-shadow: 0 3px 20px 0 #9A9A9A;
- border: none;
- max-height: 90%;
- padding-right: 0!important;
- top: 15%;
- }
- #resumeInput-modal .modal-body {
- max-height: 800px;
- padding: 15px 50px;
- background: #fff;
- float: left;
- width: 100%;
- }
- #resumeInput-modal .modal-title {
- font-size: 0;
- margin: 0;
- cursor: move;
- }
- #resumeInput-modal .modal-title-main {
- display: inline-block;
- vertical-align: top;
- font-size:18px;
- color:#333;
- margin-top: 6px;
- }
- #resumeInput-modal .modal-title-tip {
- display: inline-block;
- margin-left: 20px;
- margin-bottom: 0;
- font-size:12px;
- color:#777777;
- margin-top: 3px;
- line-height: 19px;
- }
- #resumeInput-modal .modal-header .close {
- font-size: 24px;
- background: url(../images/btn_dialog_close.png) center no-repeat;
- width: 20px;
- height: 20px;
- opacity: 0.8;
- }
- #resumeInput-modal .modal-header .min {
- font-size: 17px;
- margin-top: 2px;
- background: none;
- color: #777;
- margin-right: 8px;
- display: none;
- }
- .empty-resume {
- width: 700px;
- height: 507px;
- position: relative;
- display: none;
- }
- .some-resume-hide {
- position: absolute;
- top: 0;
- left: 0;
- visibility: hidden;
- }
- .some-resume-hide .upload-resume-wrapper{
- position: absolute;
- top: 376px;
- left:329px;
- visibility: visible;
- }
- .some-resume-hide .upload-resume-wrapper button {
- width: 120px;
- height: 40px;
- font-size: 16px;
- }
- .some-resume-result {
- position: absolute;
- top: 0;
- left: 0;
- visibility: hidden;
- }
- .some-resume-result .upload-resume-wrapper{
- position: absolute;
- top: 362px;
- left: 260px;
- visibility: visible;
- }
- .some-resume-result .upload-resume-wrapper button {
- width: 100px;
- height: 30px;
- border: 1px solid #BDBDBD;
- background-color: #FFFFFF;
- font-size: 14px;
- color: #9A9A9A;
- }
- .some-resume-result.upload-resume-wrapper.upload-btn:hover {
- color: #388cff;
- border: 1px solid #388cff;
- }
- .no-resume {
- position:absolute;
- left:301px;
- top:108px;
- }
- .analysis-wrapper {
- border-bottom: 1px #e5e5e5 solid;
- }
- .analysis-tab {
- float: left;
- }
- .analysis-tab button {
- border-color: transparent;
- float: left;
- padding: 3px 15px 6px 15px;
- font-size:14px;
- color:#b9b7b7;
- cursor: pointer;
- background: #FFFFFF;
- }
- .analysis-tab .tab-current {
- font-size:14px;
- color:#666666;
- border-bottom:2px solid #388cff;
- }
- .analysis-progress {
- float: right;
- padding-top: 3px;
- display: none;
- }
- .progress-wrapper {
- width: 64px;
- height: 6px;
- display: inline-block;
- background: gray;
- position: relative;
- top: -3px;
- border-radius: 3px;
- }
- .progress-done {
- background: #388cff;
- width: 0%;
- border-radius: 3px;
- height: 6px;
- }
- .analysis-done-num {
- color:#388cff;
- }
- .analysis-item {
- overflow: auto;
- height: 390px;
- font-size: 0;
- }
- .resume-list {
- height: 30px;
- line-height: 30px;
- margin-bottom: 2px;
- border: 1px solid #E5E5E5;
- border-radius: 4px;
- padding: 0 20px;
- color: #777;
- position: relative;
- }
- /* #resume-list-success {
- padding-top: 20px;
- } */
- .tab-ct {
- display: none;
- }
- .tab-ct-current {
- display: block;
- float: left;
- width: 100%;
- }
- .resume-name {
- float: left;
- width: 80%;
- font-size: 14px;
- color: #777777;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .resume-state {
- float: right;
- width: 20%;
- text-align: right;
- font-size: 14px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .resume-state-success {
- }
- .tab1 {
- position: relative;
- }
- .upload-resume-wrapper {
- position: relative;
- min-height: 75px;
- margin-top: 3px;
- float: left;
- width: 100%;
- }
- #resume_upload {
- opacity: 0;
- z-index: 100;
- }
- #resume_upload {
- position: absolute;
- /* margin-top: 52px; */
- left: 0;
- top: 0;
- width:100px;
- height:30px;
- }
- .upload-btn{
- width:100px;
- height:30px;
- background:#388cff;
- color: #FFFFFF;
- border-color: transparent;
- }
- #inputcontainer {
- height: 304px;
- overflow-y: auto;
- /* margin-top: 60px; */
- float: left;
- width: 100%;
- }
- #inputcontainer .uploadify-queue-item {
- padding: 0;
- height: 44px;
- line-height: 44px;
- max-width: 100%;
- border-radius:4px;
- margin-top:200px;
- margin-bottom: 20px;
- border: 1px solid #E5E5E5;
- }
- .uploadify-queue-item:hover{
- border-color: #55B5EC;
- }
- .uploadify-queue-item:hover .cancel{
- display: block;
- }
- .resume-list .cancel {
- display: none;
- position: absolute;
- right: 0;
- cursor: pointer;
- }
- .resume-list .cancel a {
- background: url(../images/btn_dialog_close.png) center no-repeat;
- height: 18px;
- width:18px;
- display: inline-block;
- margin-top: 5px;
- background-size: 10px;
- }
- .analysis-failure-ct .resume-list:hover{
- border-color: #FA6B5B;
- }
- .analysis-failure-ct .resume-list:hover .cancel,
- .analysis-todo-ct .resume-list:hover .cancel
- {
- display: block;
- }
- .analysis-todo-ct .resume-list:hover{
- border-color: #388cff;
- }
- .button-wrapper {
- margin-top: 12px;
- margin-bottom: 12px;
- text-align: center;
- float: left;
- width: 100%;
- }
- .analysis-success-ct .button-wrapper,.analysis-failure-ct .button-wrapper {
- visibility: hidden;
- }
- .left-btn {
- width: 100px;
- height: 30px;
- border: 1px solid #D1DBE1;
- background-color: #FFFFFF;
- color: #9A9A9A;
- }
- .right-btn {
- width: 100px;
- height: 30px;
- color: #FFFFFF;
- background-color: #388cff;
- margin-left: 40px;
- margin-right: 40px;
- border: 1px solid#388cff;
- }
- .left-btn:hover {
- color: #388cff;
- border: 1px solid #388cff;
- }
- .left-btn.disabled:hover {
- color: #BDBDBD;
- border: 1px solid #BDBDBD;
- }
- .right-btn:hover {
- background-color: #005BAC;
- border-color:#005BAC;
- }
- .right-btn.disabled:hover {
- background-color: #F1F1F1;
- border: 1px solid #BDBDBD;
- }
- .upload-btn:hover , #resume_upload, .upload-btn:hover{
- background-color: #005BAC;
- }
- #SWFUpload_0:hover {
- background-color: #005BAC;
- }
- .upload-btn.disabled:hover {
- background-color: #F1F1F1;
- }
- .disabled {
- background: #F1F1F1;
- color: #BDBDBD;
- cursor: not-allowed;
- border: 1px solid #BDBDBD;
- }
- .uploadify-queue-item .fileName {
- font-size:14px;
- color:#777777;
- line-height:14px;
- margin-left: 20px;
- }
- .uploadify-queue-item .fileName + span {
- display: none;
- }
- .uploadify-queue-item .uploadify-progress {
- margin-top: -44px;
- height: 42px;
- border-radius: 4px;
- background: #FFFFFF;
- }
- .uploadify-queue-item .uploadify-progress-bar {
- height: 41px;
- border-radius: 50%;
- background: #FFFFFF;
- /* border: 1px solid #E5E5E5; */
- }
- #resumeInput-modal .modal-dialog{width: 798px; top:48.4%; left:50%; position: absolute; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);
- -ms-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%);}
- #resumeInput-modal .modal-header{
- width: 100%;
- box-sizing: border-box;
- height: 60px;
- background: #EAEBEF;
- padding: 9px 25px 9px 30px;
- cursor: move;
- }
- #resumeInput-modal .modal-body form>label.help-block{width: 552px; text-align: left; margin-left: 0px;}
- #resumeInput-modal .modal-footer{text-align: center; border-top: none; padding: 20px 15px 30px; width: 100%;}
- #resumeInput-modal .modal-footer button{width:120px; height:40px; border-color: #388cff;}
- #resumeInput-modal .firstprocedure>a{width:120px; height:40px; border-color: #388cff; line-height: 26px;}
- #resumeInput-modal .modal-footer button a{width: 96px; color: #fff; height: 28px; line-height: 28px; display: inline-block;}
- .minimize-analysis {
- box-sizing: border-box;
- display: none;
- position: fixed;
- width: 70px;
- height: 70px;
- border-radius: 50%;
- bottom: 120px;
- padding: 5px;
- background: #ffffff;
- box-shadow: 0px 0px 40px 5px #d8c9c9;
- right: 100px;
- }
- .progress-ball {
- width: 60px;
- height: 60px;
- line-height: 60px;
- text-align: center;
- border-radius: 50%;
- background: #388cff;
- color: #000000;
- cursor: pointer;
- }
- .mini-doneAmount {
- color: #FFFFFF;
- }
- .mini-resumeAmount {
- }
- .expansion {
- display: none;
- position: absolute;
- background: #FFFFFF;
- top: -142px;
- left: -51px;
- width:180px;
- height: 125px;
- box-shadow: 0px 0px 40px 5px #d8c9c9;
- }
- .expansion:after {
- content: "";
- position: absolute;
- top: 100%;
- left: 50%;
- margin-left: -10px;
- display: block;
- width: 0;
- height: 0;
- border: 7px solid transparent;
- border-top-color: #FFFFFF;
- }
- .maximize {
- height: 18px;
- text-align: right;
- }
- .maximize .maximize-icon {
- width: 20px;
- height: 18px;
- float: right;
- margin-right: 5px;
- cursor: pointer;
- background: #FFFFFF url(/shr/addon/recuritment/web/images/maximize-icon.png) right center no-repeat;
- }
- .min-success, .min-failure, .min-todo {
- margin: 5px 28px;
- font-size: 0;
- }
- .min-success {
- background: #FFFFFF url(/shr/addon/recuritment/web/images/analysis-success.png) left center no-repeat;
- }
- .min-failure {
- background: #FFFFFF url(/shr/addon/recuritment/web/images/analysis-failure.png) left center no-repeat;
- }
- .min-todo {
- background: #FFFFFF url(/shr/addon/recuritment/web/images/analysis-todo.png) left center no-repeat;
- }
- .min-success span, .min-failure span, .min-todo span {
- display: inline-block;
- font-size: 14px;
- }
- .m-l-22 {
- margin-left: 22px;
- }
- .failure-font {
- margin: 0 10px 0 3px;
- color: #FA6B5B;
- }
- .success-font {
- margin: 0 10px 0 3px;
- color: #388cff;
- }
- .todo-font {
- margin: 0 10px 0 3px;
- }
- .analysis-result {
- position: absolute;
- width: 100%;
- bottom: 5px;
- text-align: center;
- font-size: 10px;
- color: #BDBDBD;
- }
- .result {
- display: none;
- position: relative;
- z-index: 100;
- }
- .all-success, .some-failed {
- display: none;
- }
- .result img {
- display: block;
- width: 245px;
- height: 197px;
- margin: 60px auto 30px auto;
- }
- .result-des {
- font-size: 20px;
- color: #4F5154;
- text-align: center;
- }
- .result-btn-wrapper {
- text-align: center;
- margin: 60px 0 100px 0;
- }
- .resume-list-wrapper{
- /* padding-top: 60px; */
- }
- .resume-list-wrapper .no-resume {
- left: 326px;
- top: 170px;
- }
- .no-resume-des {
- font-size: 20px;
- color: #4F5154;
- position: absolute;
- bottom: 163px;
- width: 100%;
- text-align: center;
- left: 0;
- }
- .resume-list-wrapper .no-resume-des {
- bottom:105px;
- }
- .analysis-todo-ct .no-resume-des {
- bottom:163px;
- }
- .continueAnalyze {
- visibility: hidden;
- }
- .modal-backdrop, .modal-backdrop.fade.in {
- background: #aaa;
- opacity: 0.3;
- filter: alpha(opacity=30);
- }
- #viewLog{
- position: absolute;
- right: 0;
- /* margin-top: -34px; */
- display: none;
- cursor: pointer;
- bottom: 0;
- }
- /*显示招聘需求F7*/
- #_resumeAnalysisDiv{
- width: 220px;
- display: none;
- /* margin-left: 110px; */
- float: left;
- margin-right: 8px;
- margin-bottom: 6px;
- }
- #_resumeAnalysisDiv .ui-promptBox-frame{
- line-height: 28px;
- }
- #_resumeAnalysisDiv input[type="text"]{
- box-shadow: none;
- height: 28px!important;
- }
- #_resumeAnalysisDiv4{
- /* width: 220px; */
- float: left;
- margin-right: 15px;
- /* margin-bottom: 6px; */
- }
-
- #_resumeAnalysisDiv5,#_resumeAnalysisDiv6{
- width: 220px;
- height: 30px;
- margin-right: 8px;
- margin-top: 6px;
- margin-bottom: 6px;
- /* margin-left: 250px; */
- }
- #_resumeAnalysisDiv6 input{
- width: 100%;
- height: 100%;
- /*边框灰色*/
- border: 1px solid #D1DBE1;
-
- /* margin-top:-32px; */
- /* margin-left: 250px; */
- }
- #_resumeAnalysisDiv2,#_resumeAnalysisDiv3{
- /* width: 220px; */
- float: left;
- margin-right: 8px;
- /* margin-bottom: 6px; */
- }
- #_resumeAnalysisDiv2 .ui-promptBox-frame{
- width: 220px;
- /* margin-top:-32px; */
- /* margin-left: 250px; */
- }
- #_resumeAnalysisDiv3 .ui-promptBox-frame,#_resumeAnalysisDiv4 .ui-select-frame{
- width: 220px;
- /* margin-top:-32px; */
- /* margin-left: 480px; */
- }
- .red-font {
- color: #FF0000;
- }
- .analy-field-line{
- float: left;
- width: 100%;
- position: relative;
- margin-bottom: 6px;
- /* padding-right: 100px; */
- display: flex;
- flex-wrap: wrap;
- }
- .resume_upload_wrap{
- position: absolute;
- float: right;
- right: -30px;
- top: 0;
- }
|