caiqing.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. html {-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;height: 100%;min-height: 100%;}
  2. *{ margin:0; padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
  3. a{ color:#fff; text-decoration:none;}
  4. .wide{ width:1200px; margin:0 auto;}
  5. .cq_lf{ float:left;}
  6. .cq_rt{ float:right;}
  7. .clear{ clear:both;}
  8. .font-blue{color: #2da1f9;}
  9. body{ min-height: 100%;height: 100%;font-size:16px; color:#fff; font-family:"Microsoft YaHei"; background-color:#fff; background:url('../images/inner_bg_new.jpg') no-repeat fixed center center; background-size:cover;}
  10. ul,ol,li{ list-style-type:none;}
  11. h1,h2,h3,h4,h5{ font-weight:400; font-size:100%;}
  12. input,textarea{ border:none; font-size:16px; color:#666666; font-family:"Microsoft YaHei";}
  13. :focus{ outline:0}
  14. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ color: #fff;}
  15. input:-moz-placeholder, textarea:-moz-placeholder{ color:#fff;}
  16. input::-moz-placeholder, textarea::-moz-placeholder{ color:#fff;}
  17. input:-ms-input-placeholder, textarea:-ms-input-placeholder{ color:#fff;}
  18. .container{background-color: #f3f3f4;min-height: 755px;}
  19. /*登录页面*/
  20. .login_memory{display:none;}
  21. .login_footer{ margin-top:135px; margin-bottom:20px; text-align:center; color:#fff;}
  22. .login_footer p{ line-height:30px;}
  23. .login_footer a:hover{ text-decoration:underline;}
  24. .index_main{ width:100%; height:590px; position:relative; margin-top:5%;}
  25. .login_back,.login_item{ width:100%; height:590px; position:absolute; top:0px; left:0px;}
  26. .login_back{ background-color:#000; opacity:0.4; filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity: 0.4; z-index:10;}
  27. .login_item{ z-index:500;}
  28. .index_logo{ margin:0 auto; width:390px; height:70px; background:url('../images/caiqing_logo.png') no-repeat top center; margin-top:80px; margin-bottom:60px;}
  29. .login_form{ margin:0 auto; width:355px; height:265px;}
  30. .login_user,.login_password{ margin-top:25px; width:355px; height:58px; position:relative;}
  31. .login_user_back,.login_password_back{ border-radius:6px; position:absolute; top:0px; left:0px; background-color:#fff; width:355px; height:58px; opacity: 0.4; filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity: 0.4; z-index:10;}
  32. .login_password{ margin-top:25px; margin-bottom:18px;}
  33. .login_user input,.login_password input{ color: #ffffff;width:300px; height:58px; font-size:20px; padding-left:55px; position:absolute; top:0px; left:0px; z-index:100; background:url('../images/login_user.png') no-repeat 10px 10px;}
  34. .login_password input{ background-image:url('../images/login_word.png');}
  35. .login_auto{ cursor:pointer; display:inline-block; width:18px; height:18px; background-color:#fff;}
  36. .login_auto.Yes{ background:url('../images/login_auto.png') no-repeat top center;}
  37. .login_auto_input{ visibility:hidden;}
  38. .login_auto_txt{ cursor:pointer; position:relative; bottom:3px; left:-5px; font-size:18px;}
  39. .login_forget{ font-size:18px; position:relative; bottom:3px;}
  40. .login_forget:hover{ text-decoration:underline;}
  41. .login_btn{ width:355px; height:48px; margin-top:35px; background:url('../images/login_btn.png') no-repeat top center;}
  42. .index_login_btn{ cursor:pointer; width:355px; height:48px; text-align:center; font-size:22px; background:none;color: #ffffff;}
  43. /*内页页头、页尾、左侧菜单*/
  44. .main_top{ width:100%; height:120px; /*position:fixed; top:0px; left:0px;*/ z-index:1500;}
  45. .main_top_back,.main_top_logo{ width:100%; height:120px; position:absolute; top:0px; left:0px;}
  46. .main_top_back{ z-index:10; background-color:#00334b; /*opacity:0.6; filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;*/}
  47. .main_top_logo{ z-index:500;}
  48. .inner_logo{ width:345px; height:120px; background:url('../images/cq_login_in.png') no-repeat center;}
  49. .main_top_logo .subsite{margin-top:40px; width: 350px; font-size: 18px;margin-left: 50px;}
  50. .main_top_logo .subsite select{appearance: none;-webkit-appearance: none;-moz-appearance: none;background: #00334b url(../images/inside_nav.png)no-repeat center right;color: #fff;border: none;font-size: 18px;padding: 0px 20px 0 5px;}
  51. .inside_left{ position:fixed; top:120px; left:50%; margin-left:-600px; z-index:1500;}
  52. .inside_right_top{ position:fixed; top:115px; right:50%; margin-right:-600px; z-index:1500;}
  53. .inside_right_main{scrollbar-arrow-color:#00d8ff;scrollbar-face-color:#00d8ff;scrollbar-track-color: rgba(255,255,255,0.5); overflow-y:auto;overflow-x:hidden;}
  54. .inside_right_main::-webkit-scrollbar{width:0px}
  55. .content_lf{background-color:#21212c;}
  56. .left_com_info{ width:270px; height:280px; position:relative;}
  57. .left_com_info_back,.left_com_info_detail{ width:270px; height:280px; position:absolute; top:0px; left:0px;}
  58. .left_com_info_back{ z-index:10; background-color:#47485f; /*opacity:0.3; filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3;*/}
  59. .left_com_info_detail{ color:#fff; font-size:22px; z-index:500;}
  60. .left_com_info_logo{ margin:0 auto; width:100px; height:100px; margin-top:20px; margin-bottom:10px;}
  61. .left_com_info_logo img{ border:none; border-radius:50%;}
  62. .left_com_info_detail p{ text-align:center; margin-bottom:5px; line-height:30px;}
  63. .left_com_info_btn{ margin:0 auto; margin-top:15px; width:120px; height:45px; position:relative;}
  64. .left_com_info_btn_back,.left_com_info_btn a{ width:120px; height:45px; position:absolute; top:0px; left:0px;}
  65. .left_com_info_btn_back{ z-index:600; background-color:#000; opacity:0.3; filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3; border-radius:20px;}
  66. .left_com_info_btn a{ color:#fff; text-align:center; font-size:16px; line-height:45px; display:block; z-index:700;}
  67. .left_com_info_btn:hover a{ color:#00d8ff;}
  68. .index_footer{width:1200px;height:60px;line-height: 60px;margin:0 auto;text-align:center;color: #999999;background-color: #f3f3f4;font-size: 14px;}
  69. .index_footer a{color: #999999;}
  70. .fixed-bottom{position: fixed;bottom:15px;width:1200px;}
  71. /*菜单栏*/
  72. .left_menu{ width:270px; height:auto;overflow: hidden;}
  73. .left_menu li{ width:270px;position:relative;background-color: #21212c;}
  74. .left_menu li.select{background-color: #16161e;}
  75. .left_menu .select .menu_list li{background-color: #16161e;}
  76. .left_menu .select .menu_list li.select a{color:#00d8ff;}
  77. .left_menu li.select .treeview{background-image: url('../images/nav_select_bg.png');}
  78. .left_menu li .menu_li {display:block; line-height:53px; z-index:500; color:#fff; text-align:center;background: url('../images/nav_bg.png') no-repeat 220px center;}
  79. .left_menu li.select .menu_li {color:#00d8ff;}
  80. .left_menu li.select .menu_li.treeview {color: #ffffff;}
  81. .left_menu li b{ position:relative; top:6px; margin-right:15px; display:inline-block; width:25px; height:25px; background-repeat:no-repeat; background-position:top center;}
  82. .left_menu li .menu_li.sy b{ background-image:url('../images/1.png');}
  83. .left_menu li .menu_li.grhy b{ background-image:url('../images/2.png');}
  84. .left_menu li .menu_li.qyhy b{ background-image:url('../images/3.png');}
  85. .left_menu li .menu_li.gqdb b{ background-image:url('../images/4.png');}
  86. .left_menu li .menu_li.zph b{ background-image:url('../images/5.png');}
  87. .left_menu li .menu_li.pxjh b{ background-image:url('../images/6.png');}
  88. .left_menu li .menu_li.xqhz b{ background-image:url('../images/7.png');}
  89. .left_menu li .menu_li.bbgl b{ background-image:url('../images/8.png');}
  90. .left_menu li .menu_li.yhgl b{ background-image:url('../images/9.png');}
  91. .left_menu .menu_li:hover{ color:#00d8ff;}
  92. .left_menu li .menu_list{display: none;background-color: #16161e;}
  93. .left_menu li .menu_list a:hover{color:#00d8ff;}
  94. .left_menu li .menu_list li{padding-bottom: 5px;background-color: #16161e;font-size: 14px;padding-left: 135px;line-height: 22px;}
  95. .left_menu li .menu_list li.select a{color:#00d8ff;}
  96. .left_menu li.select .menu_list{display: block;}
  97. /*系统首页*/
  98. .index_right{ width:930px; height:auto;color: #666666;background-color: #f3f3f4;}
  99. .define_module{ width:100%; height:43px;}
  100. .index_summary{ margin-left:15px; margin-bottom:20px; width:916px; height:180px; position:relative;}
  101. .index_summary_back,.index_summary_list{ position:absolute; top:0px; left:0px;}
  102. .index_summary_back{ width:916px; height:196px; z-index:10; }
  103. .index_summary_list{ width:900px; height:195px; z-index:500;}
  104. .personal_member_num,.company_member_num,.jobs_num{height:180px;background-color: #ffffff;border-radius: 5px;padding: 15px;}
  105. .visited_num{ width:223px; height:180px;}
  106. .summary_title{font-size: 25px;color: #333333;padding-left: 55px;background-size: 40px;background-repeat:no-repeat;padding-top: 8px;}
  107. .company_member_num .summary_title{background-image: url('../images/index-com-icon.png');}
  108. .personal_member_num .summary_title{background-image: url('../images/index-per-icon.png');}
  109. .summary_num{text-align: center;font-size: 54px;margin: 5px 0px;}
  110. .company_member_num .summary_num{color: #ed6407;}
  111. .personal_member_num .summary_num{color: #fd4d51;}
  112. .summary_yesterday_num,.summary_lastweek_num{ line-height:22px;float: left;width: 50%;font-size: 16px;position: relative;padding-left: 15px;}
  113. .summary_yesterday_num:before,.summary_lastweek_num:before{position: absolute;left:2px;top:9px;content: "";width: 6px;height: 6px;background-color:#ed6407 ;border-radius: 5px;}
  114. .personal_member_num .summary_yesterday_num:before{background-color: #fd4d51;}
  115. .personal_member_num .summary_lastweek_num:before{background-color: #fd4d51;}
  116. .summary_icon{ display:inline-block; width:10px; height:12px; margin-right:5px; position:relative; top:2px; margin-left:2px;}
  117. .summary_icon.up{ background:url('../images/summary_up.png') no-repeat top center;}
  118. .summary_icon.down{ background:url('../images/summary_down.png') no-repeat top center;}
  119. .summary_icon.balance{ background:url('../images/summary_balance.png') no-repeat top center;}
  120. .index_summary_two{width: 900px;height: 110px;background-color: #ffffff;margin-left: 15px;margin-bottom: 20px;border-radius: 5px;}
  121. .index_summary_two .box-cell{width: 33.3%;float: left;text-align: center;padding: 15px 0px;}
  122. .index_summary_two .box-cell.line{background: url('../images/line.png')no-repeat center right;}
  123. .index_summary_two .box-cell .line-one{font-size: 16px; color: #333333;margin-bottom: 10px;}
  124. .index_summary_two .box-cell .line-one span{font-size: 30px; color: #2da1f9;margin-left: 5px ;}
  125. .index_summary_two .box-cell .line-one span.font-red{color: #ff6992;}
  126. .index_summary_two .box-cell .line-two{font-size: 14px;}
  127. .index_summary_two .box-cell .line-two span{color: #444444;padding: 0px 2px;}
  128. .index_summary_two .box-cell .line-two span.font-blue{color: #2da1f9;font-size: 20px;}
  129. .index-char{background-color: #ffffff;border-radius: 5px;width: 900px;height: 365px;margin-left: 15px;}
  130. /*图表通用*/
  131. .char-box{background-color: #ffffff;border-radius: 5px;}
  132. .char-title{border-bottom: 1px solid #d4d4d4;color: #3c8dbc;height: 46px;line-height: 46px;font-size: 16px;padding-left: 50px;background: url("../images/index_char_icon.png") no-repeat 20px center;background-size: 22px;}
  133. .char-title.no-icon{padding-left: 15px;background: none !important;}
  134. /*内页*/
  135. .inside_right{ width:910px; height:auto; padding-top:15px;}
  136. .inside_nav{ overflow:hidden; width:910px; height:45px; position:relative; margin-bottom:15px;}
  137. .inside_nav_back,.inside_nav_list{ position:absolute; top:0px; left:0px;}
  138. .inside_nav_back{ width:100%; height:45px; z-index:10; background-color:#000; opacity:0.6; filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
  139. .inside_nav_list{ padding-left:5px; width:auto; height:auto; z-index:500; line-height:45px;}
  140. .inside_nav_list a{ font-size:17px; margin-left:15px; border-right:1px solid #cdcdcd; height:20px; line-height:20px;}
  141. .inside_nav_list a b{ margin:0 5px; display:inline-block; visibility:hidden; width:15px; height:10px; background:url('../images/inside_nav.png') no-repeat top center;}
  142. .inside_nav_list a:hover,.inside_nav_list a.act{ color:#00d8ff;}
  143. .inside_nav_list a.act b{ visibility:visible;}
  144. .nav_left,.nav_right{ cursor:pointer; background-color:rgba(0,216,255,0.5); position:absolute; top:0px;z-index:600; display:none; width:20px; height:45px; line-height:45px; text-align:center;}
  145. .nav_left{ left:0px;}
  146. .nav_right{ right:0px;}
  147. .inside_nav:hover .nav_left,.inside_nav:hover .nav_right{ display:block;}
  148. /*类型*/
  149. .seltpye_x{ font-size:18px; margin-bottom:15px; width:910px; height:35px; line-height:35px;}
  150. .seltpye_x_title{ padding-right:20px; font-size:20px;}
  151. .seltpye_x a{ margin-left:20px;}
  152. .seltpye_x a.seltpye_act{ color:#00d8ff;}
  153. /*行业*/
  154. .chose_trade{ width:910px; height:100px; background-color:rgba(0,0,0,0.3); margin-bottom:15px;}
  155. .chose_trade_title{ font-size:17px; font-weight:bold; padding-top:8px; margin-bottom:5px; height:30px; line-height:30px; padding-left:15px;}
  156. .chose_trade_list{ font-size:15px; line-height:25px; margin-left:15px;}
  157. .chose_trade_list a{ margin-right:15px;}
  158. .chose_trade_list a:hover,.chose_trade_list a.select{ color:#00d8ff;}
  159. /*日期*/
  160. .inside_timer{ width:520px; margin-top: 20px; position:relative;margin-left: 390px;margin-bottom:20px;}
  161. .inside_timer_box{width: 515px;float: right;color: #262626;}
  162. .laydate_body *{box-sizing: content-box;}
  163. .inside_timer_box .txt{float: left;position:relative;top:5px;}
  164. .inside_timer_box .select_input_date{float: left}
  165. .inside_timer_box .select_input_date .input_for_date{width: 150px;height: 32px;line-height: 32px;font-size: 14px;padding-left: 10px; border: 1px #DDDDDD solid;}
  166. .inside_timer_box .line{float: left;margin: 0 5px;}
  167. .inside_timer_box .search_btn{float: left;width: 55px;height: 30px;margin-left: 20px;line-height: 30px;text-align: center;color: #ffffff;background-color: #262626;cursor: pointer;border-radius: 3px;}
  168. .inside_timer_box .search_btn:hover{background-color: #16161e;}
  169. /*内页表格*/
  170. /*.inside_table{ width:893px; height:auto;}*/
  171. .inside_table{ width:910px; height:auto;}
  172. .inside_table_detail{ width:100%;}
  173. .inside_table_double .inside_table_detail{ width:445px;}
  174. .inside_table table tr{ height:50px; line-height:50px;}
  175. .inside_table table td{ text-align:center;}
  176. .inside_table_head{ margin-left:10px; margin-bottom:15px;}
  177. .inside_table_title{ background-color:rgba(0,0,0,0.6);}
  178. .inside_table_list,.inside_table_total{ background-color:rgba(0,0,0,0.4);}
  179. /*管理员管理*/
  180. .admin_right{ width:930px; height:auto; color: #666666;background-color: #f3f3f4;min-height: 598px;}
  181. .admin_right td .opera span{margin: 0px 8px;cursor: pointer;}
  182. .admin_right td .opera span:hover{color: #00d8ff;}
  183. .admin_change{ color:#000; background-color:rgba(255,255,255,0.3); width:360px; height:227px;}
  184. .admin_right tr,.admin_change tr{ height:45px;}
  185. .admin_right tr td,.admin_change tr td{ height:40px; line-height:40px;}
  186. .admin_right input,.admin_change input{ padding-left:10px; background-color:rgba(0,0,0,0.2); width:190px; height:30px;}
  187. .admin_change input{ color:#666;background-color:rgba(0,0,0,0.2);}
  188. .layui-layer-title{ background-color:rgba(0,152,158,0.5) !important; color:#fff !important; font-size:16px !important;}
  189. .admin-detail-info{background-color: #ffffff;width: 900px;margin-left: 15px;margin-bottom: 20px;}
  190. .admin-detail-info .admin_right_table{padding-top: 25px;height: 285px;}
  191. .admin-detail-info .table_title_new{color: #3c8dbc;font-size: 16px;padding: 10px 15px;border-bottom: 1px solid #d4d4d4;margin-bottom: 15px;}
  192. .admin-detail-info table{margin: 0 auto;}
  193. .admin-detail-info table .xiugai_submit{cursor: pointer;width: 80px;height: 40px;margin-top: 15px;border: none;font-size: 16px;border-radius: 5px;background-color: #3c8dbc;color: #ffffff;}
  194. .admin-detail-info table .xiugai_submit:hover{background-color: #4cabe2;}
  195. body{scrollbar-arrow-color:rgba(0,152,158,0); /*三角箭头的颜色*/scrollbar-face-color: rgba(255,255,255,0); /*立体滚动条的颜色*/scrollbar-3dlight-color:rgba(255,255,255,0); /*立体滚动条亮边的颜色*/scrollbar-highlight-color: rgba(255,255,255,0); /*滚动条空白部分的颜色*/scrollbar-shadow-color: rgba(255,255,255,0); /*立体滚动条阴影的颜色*/scrollbar-darkshadow-color: rgba(255,255,255,0); /*立体滚动条强阴影的颜色*/scrollbar-track-color: rgba(255,255,255,0); /*立体滚动条背景颜色*/scrollbar-base-color:rgba(255,255,255,0); /*滚动条的基本颜色*/Cursor:url(mouse.cur); /*自定义个性鼠标*/}
  196. /*个人会员*/
  197. .person_basic_warp .char-box{margin-left: 15px;width: 443px;height: 325px;float: left;margin-top: 15px;}
  198. .person_basic_warp .char-box.c1 .char-title{background-image: url("../images/10.png");background-size: 24px;}
  199. .person_basic_warp .char-box.c2 .char-title{background-image: url("../images/11.png")}
  200. .person_basic_warp .char-box.c3 .char-title{background-image: url("../images/12.png")}
  201. .person_basic_warp .char-box.c4 .char-title{background-image: url("../images/13.png");background-size: 26px;}
  202. .person_basic_warp{}
  203. .person_basic_total{width: 900px;background-color: #ffffff;margin-left: 15px;margin-top: 20px;border-radius: 5px;}
  204. .person_basic_total *{box-sizing: border-box;}
  205. .person_basic_total .box-cell{width: 450px;float: left;;padding: 10px 0px 10px 120px;}
  206. .person_basic_total .box-cell.line{background: url('../images/line.png')no-repeat center right;}
  207. .person_basic_total .box-cell .line-one{font-size: 16px; color: #333333;margin-bottom: 10px;}
  208. .person_basic_total .box-cell .line-one span{font-size: 30px; color: #2da1f9;margin-left: 5px ;}
  209. .person_basic_total .box-cell .line-one span.font-red{color: #ff6992;}
  210. .person_job_warp .char-box{margin-left: 15px;width: 443px;height: 315px;float: left;margin-top: 15px;}
  211. .person_job_warp .char-box.c3{width: 900px;height: auto;}
  212. /*企业会员*/
  213. .company_basic_warp .char-box{margin-left: 15px;width: 443px;height: 315px;float: left;margin-top: 15px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
  214. .company_basic_warp .char-box.c3{width: 900px;height: 335px;}
  215. .company_basic_warp .line-one{padding-left:70px;text-align: left;}
  216. .company_recruitment_warp .char-box{margin-left: 15px;width: 290px;height: 325px;float: left;margin-top: 15px;}
  217. .company_recruitment_warp .char-box.c4,.company_recruitment_warp .char-box.c5{width: 443px;}
  218. /*供求分析*/
  219. .demand_warp .char-box{margin-left: 15px;width: 900px;min-height: 410px;margin-bottom: 15px;}
  220. .detail-info{background-color: #ffffff;width: 900px;margin-left: 15px;margin-bottom: 20px;}
  221. .detail-info .table_title{font-size: 14px;color: #565656;padding: 10px 15px;}
  222. .detail-info table{border-collapse: collapse;width: 900px;text-align: center;}
  223. .detail-info table th{width: 25%;font-weight: normal;color: #1a1a1a;}
  224. .detail-info table tr{height: 40px;border: 1px solid #eaeaea;}
  225. .detail-info table tr:nth-child(2n+1){background-color: #dcdcdc;}
  226. .demand_warp.salary_compare .detail-info table th{width: 33%;}
  227. .demand_warp.job_gap .detail-info table th{width: 20%;}
  228. .detail-info .table_title_new{color: #3c8dbc;font-size: 16px;padding:10px 15px;border-bottom: 1px solid #d4d4d4;border-top: 2px solid #cdcdcd;}
  229. .demand_warp.resume_processing .summary_one{width: 900px;height: 83px;background-color: #ffffff;margin-left: 15px;margin-bottom: 20px;border-radius: 5px;}
  230. .demand_warp.resume_processing .summary_one .box-cell{width: 33.3%;float: left;text-align: center;padding: 15px 0px;}
  231. .demand_warp.resume_processing .summary_one .box-cell.line{background: url('../images/line.png')no-repeat center right;}
  232. .demand_warp.resume_processing .summary_one .box-cell .line-one{font-size: 16px; color: #333333;margin-bottom: 10px;}
  233. .demand_warp.resume_processing .summary_one .box-cell .line-one span{font-size: 30px; color: #2da1f9;margin-left: 5px ;}
  234. /*招聘会*/
  235. .jobfair_warp .summary_one{width: 900px;height: 83px;background-color: #ffffff;margin-left: 15px;margin-bottom: 20px;border-radius: 5px;}
  236. .jobfair_warp .summary_one .box-cell{width: 33.3%;float: left;text-align: center;padding: 15px 0px;}
  237. .jobfair_warp .summary_one .box-cell.line{background: url('../images/line.png')no-repeat center right;}
  238. .jobfair_warp .summary_one .box-cell .line-one{font-size: 16px; color: #333333;margin-bottom: 10px;}
  239. .jobfair_warp .summary_one .box-cell .line-one span{font-size: 30px; color: #2da1f9;margin-left: 5px ;}
  240. .jobfair_warp .char-box{margin-left: 15px;width: 290px;height: 325px;float: left;margin-bottom: 15px;}
  241. .export_excel{float: right;width: 115px;height: 30px;color: #fff;border-radius: 3px;font-size: 14px;margin-top: 8px;margin-right: 15px;cursor: pointer;background:#3c8dbc url('../images/down_icon.png')no-repeat 10px center;padding-left: 15px;}
  242. .export_excel:hover{background-color:#2f739b;}
  243. /*2019.7.31新增*/
  244. .index_right{position:relative;}
  245. .type_box{position:relative;padding:20px 0 0 17px;}
  246. .type_box .type_item{display:inline-block;background:#3c8dbc;color:#fff;height:30px;line-height:30px;padding:0 10px;cursor:pointer;border-radius:3px;font-size:15px;z-index:1000;}
  247. .type_box .type_item:hover{background-color:#2f739b;}
  248. .type_box .type_item.select{cursor: default;background-color: #fff;border:1px solid #3c8dbc;color: #3c89b8;height:32px;
  249. -webkit-box-shadow: 0 0 5px #3c8dbc;
  250. -moz-box-shadow: 0 0 5px #3c8dbc;
  251. box-shadow: 0 0 5px #3c8dbc;}
  252. .detail-info table .parent_tr:nth-child(odd){background-color: #dcdcdc;}
  253. .detail-info table .parent_tr:nth-child(even){background-color: #fff;}
  254. .detail-info table tr.child_tr{background-color: #f0f6ff;font-size:15px;display:none;}
  255. .detail-info table .parent_name{cursor:pointer;}