index.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. .history-section .container .historyContent{
  2. padding: 0px 30px;
  3. padding-top: 50px;
  4. }
  5. .history-section .container .historyContent .historyConet .hisContent{
  6. text-align: left;
  7. }
  8. .history-section .container .historyContent .historyConet .hisContent>div:nth-child(1){
  9. font-size: 18px;
  10. font-weight: bold;
  11. font-family: Microsoft YaHei;
  12. color: #333333;
  13. line-height: 28px;
  14. }
  15. .history-section .container .historyContent .historyConet .hisContent>div:nth-child(2){
  16. font-size: 16px;
  17. font-weight: 400;
  18. font-family: Microsoft YaHei;
  19. color: #333333;
  20. line-height: 28px;
  21. }
  22. .history-section .container .credentialContent{
  23. padding: 30px;
  24. }
  25. .history-section .container .credentialContent .title{
  26. font-size: 17px;
  27. font-family: Microsoft YaHei;
  28. font-weight: bold;
  29. color: #333333;
  30. text-align: left;
  31. }
  32. .history-section .container .credentialContent .list{
  33. text-align: left;
  34. }
  35. .history-section .container .credentialContent .list>ul li {
  36. margin-bottom: 10px;
  37. overflow: hidden;
  38. text-overflow: ellipsis;
  39. white-space: nowrap;
  40. }
  41. .borderRadius1{
  42. width: 16px;
  43. height: 16px;
  44. background: rgb(175, 202, 250);
  45. border-radius: 50%;
  46. line-height: 14px;
  47. text-align: center;
  48. margin-right: 10px;
  49. }
  50. .borderRadius2{
  51. width: 10px;
  52. height: 10px;
  53. background: #639BFF;
  54. border-radius: 50%;
  55. }
  56. .about-sub-company-section .container .aboutContent{
  57. padding: 40px 20px;
  58. }
  59. .about-sub-company-section .container .aboutImg{
  60. padding: 10px;
  61. }
  62. .about-sub-company-section .container .border-buttom{
  63. padding: 10px;
  64. border-bottom: 1px solid #C7C7C7;
  65. }
  66. .about-sub-company-section .container .aboutContent .title{
  67. font-size: 16px;
  68. font-family: Microsoft YaHei;
  69. font-weight: bold;
  70. color: #333333;
  71. padding-bottom: 10px;
  72. }
  73. .about-sub-company-section .container .aboutContent .content{
  74. font-size: 16px;
  75. font-family: Microsoft YaHei;
  76. font-weight: 400;
  77. color: #333333;
  78. line-height: 28px;
  79. }
  80. @media (max-width: 1200px){
  81. .about-sub-company-section .container .aboutImg{
  82. flex: 0 0 100%;
  83. max-width: 100%;
  84. }
  85. .about-sub-company-section .container .aboutcotn{
  86. flex: 0 0 100%;
  87. max-width: 100%;
  88. }
  89. }
  90. @media (max-width: 991px){
  91. .history-section .container .credentialContent .listAll{
  92. flex: 0 0 100%;
  93. max-width: 100%;
  94. margin-bottom: 20px;
  95. }
  96. .history-section .container .credentialContent .footerImg{
  97. margin-top: 20px;
  98. }
  99. .history-section .container .credentialContent .footerImg>div{
  100. flex: 0 0 50%;
  101. max-width: 50%;
  102. margin-bottom: 20px;
  103. }
  104. }
  105. @media (max-width: 768px) {
  106. .history-section{
  107. padding: 0px;
  108. padding-top: 30px;
  109. padding-bottom: 30px;
  110. }
  111. .history-section .container .credentialContent .list{
  112. flex: 0 0 50%;
  113. max-width: 50%;
  114. }
  115. .history-section .container .credentialContent .list1{
  116. flex: 0 0 33.333333%;
  117. max-width: 33.333333%;
  118. }
  119. }
  120. @media (max-width: 576px) and (max-width: 575px){
  121. }
  122. @media (max-width: 414px){
  123. .history-section .container .credentialContent .list,
  124. .history-section .container .credentialContent .list1,
  125. .history-section .container .credentialContent .footerImg>div{
  126. flex: 0 0 100%;
  127. max-width: 100%;
  128. margin-bottom: 20px;
  129. }
  130. .history-section .container .credentialContent .footerImg{
  131. margin-top: 0px;
  132. }
  133. }