index.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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: #409eff;
  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 .aboutcotn {
  64. max-height: 460px;
  65. overflow-x: hidden;
  66. overflow-y: auto;
  67. }
  68. .about-sub-company-section .container .aboutcotn {
  69. overflow: overlay;
  70. }
  71. /* 需要滚动的地方加上这个class */
  72. .about-sub-company-section .container .aboutcotn::-webkit-scrollbar {
  73. /* 组件内滚动条不显示 */
  74. display: none;
  75. }
  76. .about-sub-company-section .container .aboutcotn:hover::-webkit-scrollbar {
  77. /* 悬停时滚动条才显示 */
  78. display: block;
  79. }
  80. .about-sub-company-section .container .border-buttom {
  81. padding: 10px;
  82. border-bottom: 1px solid #C7C7C7;
  83. }
  84. .about-sub-company-section .container .aboutContent .title {
  85. font-size: 16px;
  86. font-family: Microsoft YaHei;
  87. font-weight: bold;
  88. color: #333333;
  89. padding-bottom: 10px;
  90. }
  91. .about-sub-company-section .container .aboutContent .content {
  92. font-size: 16px;
  93. font-family: Microsoft YaHei;
  94. font-weight: 400;
  95. color: #333333;
  96. line-height: 28px;
  97. }
  98. @media (max-width: 1200px) {
  99. .about-sub-company-section .container .aboutImg {
  100. flex: 0 0 100%;
  101. max-width: 100%;
  102. }
  103. .about-sub-company-section .container .aboutcotn {
  104. flex: 0 0 100%;
  105. max-width: 100%;
  106. }
  107. }
  108. @media (max-width: 991px) {
  109. .history-section .container .credentialContent .listAll {
  110. flex: 0 0 100%;
  111. max-width: 100%;
  112. margin-bottom: 20px;
  113. }
  114. .history-section .container .credentialContent .footerImg {
  115. margin-top: 20px;
  116. }
  117. .history-section .container .credentialContent .footerImg>div {
  118. flex: 0 0 50%;
  119. max-width: 50%;
  120. margin-bottom: 20px;
  121. }
  122. }
  123. @media (max-width: 768px) {
  124. .history-section {
  125. padding: 0px;
  126. padding-top: 30px;
  127. padding-bottom: 30px;
  128. }
  129. .history-section .container .credentialContent .list {
  130. flex: 0 0 50%;
  131. max-width: 50%;
  132. }
  133. .history-section .container .credentialContent .list1 {
  134. flex: 0 0 33.333333%;
  135. max-width: 33.333333%;
  136. }
  137. }
  138. @media (max-width: 576px) and (max-width: 575px) {}
  139. @media (max-width: 414px) {
  140. .history-section .container .credentialContent .list,
  141. .history-section .container .credentialContent .list1,
  142. .history-section .container .credentialContent .footerImg>div {
  143. flex: 0 0 100%;
  144. max-width: 100%;
  145. margin-bottom: 20px;
  146. }
  147. .history-section .container .credentialContent .footerImg {
  148. margin-top: 0px;
  149. }
  150. }