jobfair.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. .jobmatching-body{
  2. height:700px;
  3. margin-top:180px;
  4. }
  5. .jobmatching-body .jobfair-info{
  6. width:100%;
  7. color:#fff;
  8. font-size:22px;
  9. text-align:center;
  10. height:180px;
  11. background:url(../../../images/hardware/aio/joblist/jobfair_com_bg.png);
  12. }
  13. .jobmatching-body .jobfair-info .title {
  14. font-size:36px;
  15. line-height:56px;
  16. }
  17. .jobmatching-body .jobfair-info .pic {
  18. font-size:22px;
  19. line-height:40px;
  20. }
  21. .jobmatching-body .jobfair_content{
  22. width:1190px;
  23. margin:auto;
  24. background-color:#f0fbff;
  25. border-radius:5px;
  26. margin-top:25px;
  27. font-size:22px;
  28. }
  29. .jobmatching-body .jobfair_content .content_title_box{
  30. width:100%;
  31. height:55px;
  32. border-bottom:2px solid #d2d2d2;
  33. padding:0 50px;
  34. }
  35. .jobmatching-body .jobfair_content .content_title_box li{
  36. float:left;
  37. margin-left:80px;
  38. font-size:24px;
  39. color:#484848;
  40. line-height:55px;
  41. }
  42. .jobmatching-body .jobfair_content .content_title_box li.select{
  43. color:#0f78f7;
  44. font-weight:bold;
  45. position:relative;
  46. }
  47. .jobmatching-body .jobfair_content .content_title_box li.select:after{
  48. content:"";
  49. background-color: #0f78f7;
  50. height:2px;
  51. width:100%;
  52. bottom:0;
  53. left:0;
  54. position:absolute;
  55. }
  56. .jobmatching-body .jobfair_content .content_title_box a{
  57. display:block;
  58. width:150px;
  59. height:40px;
  60. float:right;
  61. background-color:#e1871a;
  62. color:#fff;
  63. text-align:center;
  64. line-height:40px;
  65. border-radius:8px;
  66. margin-top:7px;
  67. }
  68. .jobmatching-body .jobfair_content .content_content_box{
  69. height:500px;
  70. width:100%;
  71. overflow-y:auto;
  72. padding-bottom:20px;
  73. }
  74. .content_content_box::-webkit-scrollbar {/*������������ʽ*/
  75. width: 12px; /*�߿�ֱ��Ӧ�����������ijߴ�*/
  76. height: 15px;
  77. }
  78. .content_content_box::-webkit-scrollbar-thumb {/*��������������*/
  79. border-radius: 8px;
  80. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  81. background: #2a98e3;
  82. }
  83. .content_content_box::-webkit-scrollbar-track {/*������������*/
  84. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  85. border-radius: 8px;
  86. background:#d3d5d4;
  87. }
  88. .jobmatching-body .jobfair_content .content_content_box .txt{
  89. padding:20px 60px;
  90. color:#717171;
  91. line-height:40px;
  92. }
  93. .jobslist_table{
  94. width:1145px;
  95. margin:auto;
  96. margin-top:15px;
  97. border:1px solid #bae0fe;
  98. border-bottom:0;
  99. background-color:#d1ebff;
  100. border-radius:3px;
  101. }
  102. .jobslist_table td{
  103. border-bottom:1px solid #bae0fe;
  104. height:80px;
  105. color:#404446;
  106. font-size:22px;
  107. }
  108. .jobslist_table td.jname{
  109. padding-left:40px;
  110. }
  111. .jobslist_table td.jwage{
  112. color:#256bba;
  113. }
  114. .list_empty_group{
  115. text-align:center;
  116. line-height:80px;
  117. color:#404446;
  118. }