12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- /*收藏和关注*/
- @charset "utf-8";
- /*职位收藏夹*/
- .favorites{ margin-left:30px; border-bottom:1px #EDEDED solid; height:20px; padding-top:20px; padding-bottom:20px; font-size:14px; width:830px; font-size:13px;}
- .favorites.hover{background-color:#F6F6F6}
- .favorites .td1{ width:190px; padding:0 15px; }
- .favorites .td1.overnowrap{white-space:nowrap;_white-space:normal;_height:20px;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;_background:transparent;}
- .favorites .td2{ width:195px;padding-right: 15px;}
- .favorites .td3{ width:160px; }
- .favorites .td4{ width:130px;color:#FF6600}
- .favorites .td5{ width:80px;}
- .favorites .td5 .but1{ width:20px; height:20px; float:left; margin-right:15px;background:url(../../images/37.png) no-repeat 2px 2px;text-decoration:none; display:block; margin-top:2px; }
- .favorites .td5 .but1.hover{ background:url(../../images/37.png) no-repeat 2px -26px; }
- .favorites .td5 .but2{ width:20px; height:20px; float:left; background:url(../../images/37.png) no-repeat 2px -54px;text-decoration:none; display:block;margin-top:2px;}
- .favorites .td5 .but2.hover{ background:url(../../images/37.png) no-repeat 2px -84px;}
- .favorites_th{ margin-left:30px; margin-top:15px; font-size:14px; width:830px;background-color:#F7F7F7; height:36px ; padding-top:6px;font-size:13px; }
- .favorites_th .th1{float:left; width:182px; padding-left:38px; padding-top:5px;}
- .favorites_th .th2{float:left; width:210px;padding-top:5px;}
- .favorites_th .th3{float:left; width:160px;padding-top:5px;}
- .favorites_th .th4{float:left; width:120px;padding-top:5px;}
- .favorites_th .th5{float:left; width:80px;}
- .favorites_list_but{ margin-top:15px; padding-left:30px;}
- .favorites_list_but .td1{ width:23px; padding-left:15px; padding-top:12px;}
- .favorites_list_but .td2{ width:90px;}
- .favorites_list_but .td3{ width:90px;}
- /*关注的企业*/
- .concern{ padding-left:30px;}
- .concern .list{ margin-right:22px; border:2px #EFEFEF solid; width:400px; _width:396px;height:170px; float:left; background-color:#F8F8F8; position:relative; margin-bottom:25px;}
- .concern .list.hover{border:2px #5F8DC9 solid; }
- .concern .list .comlogo{ height:120px; width:120px; padding:1px; border: 1px #E4E4E4 solid; margin: 22px 0 22px 22px; float: left;}
- .concern .list .com{float: left; margin: 22px 0 22px 15px;width: 217px;height: 124px;}
- .concern .list .com .comname{ width: 217px; height:35px; font-size:16px;}
- .concern .list .com .jobs_count{ height:25px; font-size:12px;}
- .concern .list .com .jobs{ width:117px; font-size:13px; line-height:220%; float: left;}
- .concern .list .com .salary{ width:100px; font-size:13px; line-height:220%; float: left; text-align: right; color:#ff6600;}
- .concern .list .com .more{ height:18px; font-size:12px; margin-top:10px;}
- .concern .list .del{ background:url(../../images/39.png) no-repeat 0px 0px; width:34px; height:34px; right:0px; bottom:0px; position:absolute; display:none;}
- .concern .list.hover .del{ display:block; cursor:pointer}
- /*职位订阅器*/
- .subscribe{ padding-left:30px;}
- .subscribe .list{ margin-right:22px; border:2px #EFEFEF solid; width:400px; _width:390px; float:left; background-color:#ffffff; position:relative; margin-top:25px;}
- .subscribe .list.hover{border:2px #5F8DC9 solid; }
- .subscribe .list .thisid{ padding-left:20px;height:15px; margin-top:15px;}
- .subscribe .list .txt{ width:360px; padding-left:20px; height:60px;line-height:180%; margin-top:16px;}
- .subscribe .list .buts{ background-color:#F8F8F8; height:38px; line-height:38px;}
- .subscribe .list .buts .td1{ width:226px; padding-left:20px;}
- .subscribe .list .buts .td1 span{ color:#009900}
- .subscribe .list .buts .td2{ width:130px; text-align:right}
- .subscribe .list .buts .td2 a{ margin-right:10px;}
- .subscribe .list .del{ background:url(../../images/39.png) no-repeat 0px 0px; width:34px; height:34px; right:0px; bottom:0px; position:absolute; display:none;}
- .subscribe .list.hover .del{ display:block; cursor:pointer}
- .subscribe .list.add{height:144px; background-color:#F8F8F8; }
- .subscribe .list.add .addbut{ font-size:18px; height:40px; padding-left:30px;background-image:url(../../images/40.png); background-repeat:no-repeat; background-position:0px 5px; margin-top:50px; padding-top:3px; margin-left:110px;}
- .subscribe .list.add.hover{border:2px #5F8DC9 solid; cursor:pointer}
- /*添加职位订阅器*/
- .subscribe_add { padding-top:15px; padding-left:20px;}
- .subscribe_add .b_table{ width:700px;}
- .subscribe_add .b_table td{ height:50px; line-height:50px; padding-left:5px;}
- .subscribe_add .b_table td.w1{width:105px; text-align:right}
- .subscribe_add .butbox{ width:400px; padding-left:288px; margin-top:25px; padding-bottom:15px;}
- .subscribe_add .butbox .td1{ width:155px;}
|