123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- @charset "utf-8";
- .company-content{
- margin: 0 auto;
- width: 1920px;
- height: 1080px;
- background: url(../../../images/hardware/aio/aio/index-bg.png) no-repeat;
- overflow: hidden;
- }
- .company-content-body {
- width: 100%;
- height: 876px;
- }
- .company-top-infolist{
- width: 1280px;
- height: 785px;
- margin:0 auto;
- padding-top: 176px;
- }
- .top-infolist-ul{
- width: 1280px;
- }
- .infolist-ul-li{
- width: 1280px;
- border-bottom:2px solid #0e58d6;
- box-shadow: 0px 15px 13px -10px #01326f;
- }
- .infolist-ul-li-table{
- width: 1100px;
- margin: 0 auto;
- height: 150px;
- }
- .infolist-ul-li-table td{
- text-align: left;
- height: 146px;
- }
- .table-td-left{
- float:left;
- margin-top: 4px;
- }
- .table-td-left .company-logo{
- width:110px;
- height:110px;
- }
- .td-left-info{
- margin-left: 45px;
- margin-top: 4px;
- }
- .td-left-companyname{
- font-family: "MicrosoftYaHei";
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 37px;
- letter-spacing: 0px;
- color: #ffffff;
- }
- .td-left-companyname a{
- color: #ffffff;
- }
- .td-left-companyinfo{
- font-family: "MicrosoftYaHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 37px;
- letter-spacing: 0px;
- color: #92ccff;
- }
|