index.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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. /* //滚动条凹槽的颜色,还可以设置边框属性 */
  69. .about-sub-company-section .container .aboutcotn::-webkit-scrollbar-track-piece {
  70. background-color:#f8f8f8;
  71. }
  72. /* //滚动条的宽度 */
  73. .about-sub-company-section .container .aboutcotn::-webkit-scrollbar {
  74. width:8px;
  75. height:8px;
  76. }
  77. /* //滚动条的设置 */
  78. .about-sub-company-section .container .aboutcotn::-webkit-scrollbar-thumb {
  79. background-color:#dddddd;
  80. background-clip:padding-box;
  81. min-height:28px;
  82. border-radius: 15px;
  83. }
  84. .about-sub-company-section .container .aboutcotn::-webkit-scrollbar-thumb:hover {
  85. background-color:#bbb;
  86. }
  87. .about-sub-company-section .container .border-buttom{
  88. padding: 10px;
  89. border-bottom: 1px solid #C7C7C7;
  90. }
  91. .about-sub-company-section .container .aboutContent .title{
  92. font-size: 16px;
  93. font-family: Microsoft YaHei;
  94. font-weight: bold;
  95. color: #333333;
  96. padding-bottom: 10px;
  97. }
  98. .about-sub-company-section .container .aboutContent .content{
  99. font-size: 16px;
  100. font-family: Microsoft YaHei;
  101. font-weight: 400;
  102. color: #333333;
  103. line-height: 28px;
  104. }
  105. @media (max-width: 1200px){
  106. .about-sub-company-section .container .aboutImg{
  107. flex: 0 0 100%;
  108. max-width: 100%;
  109. }
  110. .about-sub-company-section .container .aboutcotn{
  111. flex: 0 0 100%;
  112. max-width: 100%;
  113. }
  114. }
  115. @media (max-width: 991px){
  116. .history-section .container .credentialContent .listAll{
  117. flex: 0 0 100%;
  118. max-width: 100%;
  119. margin-bottom: 20px;
  120. }
  121. .history-section .container .credentialContent .footerImg{
  122. margin-top: 20px;
  123. }
  124. .history-section .container .credentialContent .footerImg>div{
  125. flex: 0 0 50%;
  126. max-width: 50%;
  127. margin-bottom: 20px;
  128. }
  129. }
  130. @media (max-width: 768px) {
  131. .history-section{
  132. padding: 0px;
  133. padding-top: 30px;
  134. padding-bottom: 30px;
  135. }
  136. .history-section .container .credentialContent .list{
  137. flex: 0 0 50%;
  138. max-width: 50%;
  139. }
  140. .history-section .container .credentialContent .list1{
  141. flex: 0 0 33.333333%;
  142. max-width: 33.333333%;
  143. }
  144. }
  145. @media (max-width: 576px) and (max-width: 575px){
  146. }
  147. @media (max-width: 414px){
  148. .history-section .container .credentialContent .list,
  149. .history-section .container .credentialContent .list1,
  150. .history-section .container .credentialContent .footerImg>div{
  151. flex: 0 0 100%;
  152. max-width: 100%;
  153. margin-bottom: 20px;
  154. }
  155. .history-section .container .credentialContent .footerImg{
  156. margin-top: 0px;
  157. }
  158. }