index.css 4.0 KB

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