product.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. .product-banner {
  2. height: 670px;
  3. background-image: url(./../images/product_bannerbg.png);
  4. background-repeat: no-repeat;
  5. color: #fff;
  6. }
  7. .product-banner-a {
  8. max-width: 1200px;
  9. margin: 0 auto;
  10. display: flex;
  11. height: 100%;
  12. align-items: center;
  13. }
  14. .product-banner-left {
  15. flex: 1;
  16. }
  17. .product-banner-left-one {
  18. font-size: 28px;
  19. }
  20. .product-banner-left-two {
  21. font-size: 40px;
  22. font-weight: 600;
  23. padding: 20px 0;
  24. letter-spacing: 2px;
  25. border-bottom: 1px solid #fff;
  26. display: inline-block;
  27. }
  28. .product-banner-left-three {
  29. font-size: 20px;
  30. font-weight: 400;
  31. letter-spacing: 4px;
  32. line-height: 40px;
  33. padding-top: 20px;
  34. }
  35. .product-banner-right {
  36. flex: 1;
  37. text-align: right;
  38. }
  39. .product-banner-right img {
  40. width: 427px;
  41. height: 351px;
  42. }
  43. .tabs {
  44. padding: 30px 0;
  45. line-height: 50px;
  46. }
  47. .tabs-a {
  48. max-width: 1200px;
  49. margin: 0 auto;
  50. border-bottom: 1px #ccc solid;
  51. display: flex;
  52. justify-content: center;
  53. align-items: center;
  54. }
  55. .tabs-one {
  56. flex: 1;
  57. text-align: center;
  58. display: inline-block;
  59. font-weight: 600;
  60. cursor: pointer;
  61. }
  62. .tabs-one-word {
  63. border-bottom: 2px solid #00a2ff;
  64. display: inline-block;
  65. padding: 0 10px;
  66. color: #00a2ff;
  67. }
  68. .tabs-b {
  69. max-width: 1200px;
  70. margin: 0 auto;
  71. display: flex;
  72. justify-content: center;
  73. align-items: center;
  74. padding-top: 50px;
  75. display: none;
  76. }
  77. .tabs-b-show{
  78. display: flex;
  79. }
  80. .tabs-b-left {
  81. flex: 0 0 500px;
  82. text-align: center;
  83. }
  84. .tabs-b-left img {
  85. width: 338px;
  86. height: 338px;
  87. }
  88. .tabs-b-right {
  89. flex: 1;
  90. line-height: 48px;
  91. margin-right: 50px;
  92. font-size: 18px;
  93. }
  94. .tradition {
  95. text-align: center;
  96. overflow: hidden;
  97. }
  98. .tradition-title {
  99. padding: 50px 0;
  100. color: #666666;
  101. font-size: 32px;
  102. }
  103. .tradition-con {
  104. max-width: 1200px;
  105. overflow-x: hidden;
  106. margin: 0 auto;
  107. display: flex;
  108. justify-content: space-between;
  109. /* flex-wrap: wrap; */
  110. }
  111. .tradition-one {
  112. flex: 0 0 200px;
  113. margin: 4%;
  114. text-align: center;
  115. }
  116. .tradition-one img {
  117. width: 50px;
  118. height: 50px;
  119. }
  120. .tradition-one-title {
  121. font-size: 18px;
  122. height: 18px;
  123. padding: 10px;
  124. overflow: hidden;
  125. text-overflow: ellipsis;
  126. display: -webkit-box;
  127. -webkit-line-clamp: 1;
  128. -webkit-box-orient: vertical;
  129. }
  130. .tradition-one-content {
  131. font-size: 14px;
  132. padding: 10px;
  133. color: #999;
  134. line-height: 24px;
  135. height: 134px;
  136. overflow: hidden;
  137. text-overflow: ellipsis;
  138. display: -webkit-box;
  139. -webkit-line-clamp: 6;
  140. -webkit-box-orient: vertical;
  141. text-align: justify;
  142. text-justify: inter-ideograph;
  143. }