adaptation.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. .mobile_class {
  2. display: none;
  3. }
  4. @media (max-width: 1120px) {
  5. .web_class {
  6. display: none !important;
  7. }
  8. .mobile_class {
  9. display: block;
  10. }
  11. .head_tab {
  12. /* width: 100vw; */
  13. width: 100%;
  14. padding: 0 2.5rem;
  15. box-sizing: border-box;
  16. }
  17. .carousel_box_tow {
  18. flex-direction: column;
  19. }
  20. .carousel_box_tow .carousel_box_title {
  21. text-align: center !important;
  22. }
  23. .carousel_box_tow .carousel_box_btn a {
  24. margin: 0 auto;
  25. }
  26. .carousel_box_img {
  27. width: 37.5rem;
  28. }
  29. .body_box_item {
  30. width: 100%;
  31. padding: 3.75rem 4rem;
  32. box-sizing: border-box;
  33. }
  34. .service_box {
  35. justify-content: center;
  36. }
  37. .exhibition_box {
  38. flex-wrap: wrap;
  39. justify-content: center;
  40. }
  41. .scene_box {
  42. flex-direction: column;
  43. align-items: center;
  44. justify-content: center;
  45. }
  46. .aboutMy_box {
  47. flex-direction: column;
  48. gap: 3.75rem;
  49. }
  50. .aboutMy_box_img {
  51. width: 100%;
  52. height: auto;
  53. }
  54. .problem {
  55. flex-direction: column;
  56. align-items: center;
  57. gap: 6.25rem;
  58. }
  59. .problem .body_box_title {
  60. width: 36.875rem;
  61. text-align: left;
  62. }
  63. .contact_box {
  64. flex-direction: column;
  65. gap: 5rem;
  66. }
  67. .box_bottom_class {
  68. justify-content: space-between;
  69. padding: 2.5rem !important;
  70. box-sizing: border-box;
  71. }
  72. .bottom_menu {
  73. color: #fff;
  74. width: 26.625rem;
  75. padding: 0;
  76. margin: 0 auto;
  77. justify-content: space-between;
  78. padding-bottom: 2.5rem;
  79. }
  80. .bottom_menu_item {
  81. flex: none;
  82. }
  83. .web_information_content {
  84. justify-content: center;
  85. }
  86. .field_title {
  87. flex-direction: column;
  88. align-items: center;
  89. text-align: center;
  90. }
  91. .field_title_main_bottom {
  92. text-align: center;
  93. }
  94. .field_title_secondary {
  95. width: 80%;
  96. text-align: center;
  97. }
  98. .scene_box_item {
  99. flex-direction: column;
  100. align-items: center;
  101. }
  102. .scene_box_item_text {
  103. text-align: center;
  104. }
  105. .three_box {
  106. /* flex-direction: column; */
  107. }
  108. .three_box_item {
  109. width: 100%;
  110. }
  111. .introduce_box {
  112. flex-direction: column;
  113. align-items: center;
  114. text-align: center;
  115. }
  116. .introduce_box_right {
  117. align-items: center;
  118. gap: 0.625rem;
  119. height: 12rem;
  120. }
  121. }
  122. @media (max-width: 900px) {
  123. html{
  124. font-size: 10px;
  125. }
  126. }
  127. @media (max-width: 350px) {
  128. .web_information_content {
  129. gap: 0;
  130. }
  131. .keep_code {
  132. width: 100%;
  133. text-align: center;
  134. }
  135. .company_name {
  136. margin-right: 2.5rem;
  137. }
  138. }
  139. @media (max-width: 400px) {
  140. html{
  141. font-size: 8px;
  142. }
  143. }