12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- .company-content-body{
- height:906px;
- }
- .company-top-infolist{
- padding-top:216px;
- height:826px;
- }
- .top-infolist-ul{
- height:610px;
- overflow-y:auto;
- overflow-x:hidden;
- }
- .top-infolist-ul::-webkit-scrollbar {/*������������ʽ*/
- width: 32px; /*�߿�ֱ��Ӧ�����������ijߴ�*/
- height: 35px;
- }
- .top-infolist-ul::-webkit-scrollbar-thumb {/*��������������*/
- border-radius: 28px;
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- background: #2a98e3;
- }
- .top-infolist-ul::-webkit-scrollbar-track {/*������������*/
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- border-radius: 28px;
- background:#d3d5d4;
- }
- .infolist-ul-li{
- border-top:1px solid #487cb9;
- border-bottom:1px solid #002d61;
- background-color:#004faa;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .infolist-ul-li-table td{
- height:auto;
- color:#fff;
- font-size:22px;
- padding:5px 0;
- }
- .infolist-ul-li-table td.nname{
- color:#f6871d;
- font-size:26px;
- }
- .infolist-ul-li-table{
- height:auto;
- padding:15px 0;
- }
- .infolist-ul-li-table td a{
- display:block;
- width:120px;
- height:51px;
- background:url(../../../images/hardware/aio/newjoblist/newslist_bg.png) no-repeat center;
- color:#fff;
- line-height:51px;
- text-align:center;
- }
- /*详情*/
- .content-body-top{
- border:0;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- margin-top:176px;
- padding:30px 0;
- color:#fff;
- background-color:#004faa;
- font-size:26px;
- text-align:center;
- }
- .bottom-company-profile{
- background-color:#f0fbff;
- border-radius:5px;
- color:#555555;
- height:610px;
- margin-top:20px;
- font-size:22px;
- padding:20px 40px;
- }
- .body-bottom-content{
- height:auto;
- }
|