index.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. text-align: center;
  62. }
  63. .about-sub-company-section .container .border-buttom{
  64. padding: 10px;
  65. border-bottom: 1px solid #C7C7C7;
  66. }
  67. .about-sub-company-section .container .aboutContent .title{
  68. font-size: 16px;
  69. font-family: Microsoft YaHei;
  70. font-weight: bold;
  71. color: #333333;
  72. padding-bottom: 10px;
  73. }
  74. .about-sub-company-section .container .aboutContent .content{
  75. font-size: 16px;
  76. font-family: Microsoft YaHei;
  77. font-weight: 400;
  78. color: #333333;
  79. line-height: 28px;
  80. }
  81. @media (max-width: 1200px){
  82. .about-sub-company-section .container .aboutImg{
  83. flex: 0 0 100%;
  84. max-width: 100%;
  85. }
  86. .about-sub-company-section .container .aboutcotn{
  87. flex: 0 0 100%;
  88. max-width: 100%;
  89. }
  90. }
  91. @media (max-width: 991px){
  92. .history-section .container .credentialContent .listAll{
  93. flex: 0 0 100%;
  94. max-width: 100%;
  95. margin-bottom: 20px;
  96. }
  97. .history-section .container .credentialContent .footerImg{
  98. margin-top: 20px;
  99. }
  100. .history-section .container .credentialContent .footerImg>div{
  101. flex: 0 0 50%;
  102. max-width: 50%;
  103. margin-bottom: 20px;
  104. }
  105. }
  106. @media (max-width: 768px) {
  107. .history-section{
  108. padding: 0px;
  109. padding-top: 30px;
  110. padding-bottom: 30px;
  111. }
  112. .history-section .container .credentialContent .list{
  113. flex: 0 0 50%;
  114. max-width: 50%;
  115. }
  116. .history-section .container .credentialContent .list1{
  117. flex: 0 0 33.333333%;
  118. max-width: 33.333333%;
  119. }
  120. }
  121. @media (max-width: 576px) and (max-width: 575px){
  122. }
  123. @media (max-width: 414px){
  124. .history-section .container .credentialContent .list,
  125. .history-section .container .credentialContent .list1,
  126. .history-section .container .credentialContent .footerImg>div{
  127. flex: 0 0 100%;
  128. max-width: 100%;
  129. margin-bottom: 20px;
  130. }
  131. .history-section .container .credentialContent .footerImg{
  132. margin-top: 0px;
  133. }
  134. }