index.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @charset "utf-8";
  2. .company-content{
  3. margin: 0 auto;
  4. width: 1920px;
  5. height: 1080px;
  6. background: url(../../../images/hardware/aio/aio/index-bg.png) no-repeat;
  7. overflow: hidden;
  8. }
  9. .company-content-body {
  10. width: 100%;
  11. height: 876px;
  12. }
  13. .company-top-infolist{
  14. width: 1280px;
  15. height: 785px;
  16. margin:0 auto;
  17. padding-top: 176px;
  18. }
  19. .top-infolist-ul{
  20. width: 1280px;
  21. }
  22. .infolist-ul-li{
  23. width: 1280px;
  24. border-bottom:2px solid #0e58d6;
  25. box-shadow: 0px 15px 13px -10px #01326f;
  26. }
  27. .infolist-ul-li-table{
  28. width: 1100px;
  29. margin: 0 auto;
  30. height: 150px;
  31. }
  32. .infolist-ul-li-table td{
  33. text-align: left;
  34. height: 146px;
  35. }
  36. .table-td-left{
  37. float:left;
  38. margin-top: 4px;
  39. }
  40. .table-td-left .company-logo{
  41. width:110px;
  42. height:110px;
  43. }
  44. .td-left-info{
  45. margin-left: 45px;
  46. margin-top: 4px;
  47. }
  48. .td-left-companyname{
  49. font-family: "MicrosoftYaHei";
  50. font-size: 26px;
  51. font-weight: normal;
  52. font-stretch: normal;
  53. line-height: 37px;
  54. letter-spacing: 0px;
  55. color: #ffffff;
  56. }
  57. .td-left-companyname a{
  58. color: #ffffff;
  59. }
  60. .td-left-companyinfo{
  61. font-family: "MicrosoftYaHei";
  62. font-size: 22px;
  63. font-weight: normal;
  64. font-stretch: normal;
  65. line-height: 37px;
  66. letter-spacing: 0px;
  67. color: #92ccff;
  68. }