news.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .company-content-body{
  2. height:906px;
  3. }
  4. .company-top-infolist{
  5. padding-top:216px;
  6. height:826px;
  7. }
  8. .top-infolist-ul{
  9. height:610px;
  10. overflow-y:auto;
  11. overflow-x:hidden;
  12. }
  13. .top-infolist-ul::-webkit-scrollbar {/*������������ʽ*/
  14. width: 32px; /*�߿�ֱ��Ӧ�����������ijߴ�*/
  15. height: 35px;
  16. }
  17. .top-infolist-ul::-webkit-scrollbar-thumb {/*��������������*/
  18. border-radius: 28px;
  19. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  20. background: #2a98e3;
  21. }
  22. .top-infolist-ul::-webkit-scrollbar-track {/*������������*/
  23. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  24. border-radius: 28px;
  25. background:#d3d5d4;
  26. }
  27. .infolist-ul-li{
  28. border-top:1px solid #487cb9;
  29. border-bottom:1px solid #002d61;
  30. background-color:#004faa;
  31. -webkit-box-shadow: none;
  32. -moz-box-shadow: none;
  33. box-shadow: none;
  34. }
  35. .infolist-ul-li-table td{
  36. height:auto;
  37. color:#fff;
  38. font-size:22px;
  39. padding:5px 0;
  40. }
  41. .infolist-ul-li-table td.nname{
  42. color:#f6871d;
  43. font-size:26px;
  44. }
  45. .infolist-ul-li-table{
  46. height:auto;
  47. padding:15px 0;
  48. }
  49. .infolist-ul-li-table td a{
  50. display:block;
  51. width:120px;
  52. height:51px;
  53. background:url(../../../images/hardware/aio/newjoblist/newslist_bg.png) no-repeat center;
  54. color:#fff;
  55. line-height:51px;
  56. text-align:center;
  57. }
  58. /*详情*/
  59. .content-body-top{
  60. border:0;
  61. -webkit-box-shadow: none;
  62. -moz-box-shadow: none;
  63. box-shadow: none;
  64. margin-top:176px;
  65. padding:30px 0;
  66. color:#fff;
  67. background-color:#004faa;
  68. font-size:26px;
  69. text-align:center;
  70. }
  71. .bottom-company-profile{
  72. background-color:#f0fbff;
  73. border-radius:5px;
  74. color:#555555;
  75. height:610px;
  76. margin-top:20px;
  77. font-size:22px;
  78. padding:20px 40px;
  79. }
  80. .body-bottom-content{
  81. height:auto;
  82. }