homeImgLayout.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. @use "./theme.scss" as *;
  2. .industry-booth {
  3. background: #fff;
  4. margin: 20px auto;
  5. display: flex;
  6. display: -webkit-flex;
  7. flex-direction: row;
  8. .industry-banner {
  9. position: relative;
  10. box-sizing: border-box;
  11. width: 300px;
  12. overflow: hidden;
  13. .ob-icon {
  14. font-size: 26px;
  15. display: none;
  16. }
  17. }
  18. .industry-products {
  19. display: flex;
  20. display: -webkit-flex;
  21. flex-direction: row;
  22. flex-wrap: wrap;
  23. border-top: 1px solid #e6ecf2;
  24. flex: 1;
  25. }
  26. .prod-item {
  27. position: relative;
  28. box-sizing: border-box;
  29. border: 1px solid #e6ecf2;
  30. border-left: 0;
  31. border-top: 0;
  32. width: 25%;
  33. }
  34. .prod-inr {
  35. position: relative;
  36. display: block;
  37. padding: 29px 30px 15px 30px;
  38. }
  39. .prod-txt {
  40. font-size: 16px;
  41. line-height: 24px;
  42. height: 48px;
  43. color: #555;
  44. display: -webkit-box;
  45. overflow: hidden;
  46. -webkit-line-clamp: 2;
  47. -webkit-box-orient: vertical;
  48. word-wrap: break-word;
  49. position: relative;
  50. z-index: 2;
  51. color: #555;
  52. }
  53. .prod-pic {
  54. margin-top: -24px;
  55. text-align: right;
  56. font-size: 0;
  57. .pic-inr {
  58. width: 120px;
  59. height: 120px;
  60. display: inline-block;
  61. font-size: 0;
  62. overflow: hidden;
  63. }
  64. }
  65. .img-wp {
  66. width: 100%;
  67. position: relative;
  68. font-size: 0;
  69. text-align: center;
  70. overflow: hidden;
  71. img {
  72. max-width: 100%;
  73. max-height: 100%;
  74. vertical-align: middle;
  75. position: relative;
  76. top: 0;
  77. left: 0;
  78. margin: auto;
  79. bottom: 0;
  80. right: 0;
  81. }
  82. }
  83. .industry-link {
  84. display: block;
  85. width: 100%;
  86. height: 100%;
  87. padding: 30px 30px 30px 31px;
  88. box-sizing: border-box;
  89. }
  90. .industry-theme-image {
  91. position: absolute;
  92. right: 0;
  93. bottom: 0;
  94. }
  95. .theme-img-big {
  96. display: block !important;
  97. }
  98. .theme-img-small {
  99. display: none !important;
  100. }
  101. .industry-theme-info {
  102. position: relative;
  103. }
  104. .industry-title {
  105. font-weight: 500;
  106. margin-bottom: 20px;
  107. font-size: 22px;
  108. line-height: 30px;
  109. color: #222;
  110. }
  111. .soure-now .btn {
  112. height: 30px;
  113. line-height: 28px;
  114. padding: 0 10px;
  115. }
  116. .btn {
  117. height: 36px;
  118. line-height: 34px;
  119. font-size: 14px;
  120. display: inline-block;
  121. vertical-align: middle;
  122. *display: inline;
  123. *zoom: 1;
  124. text-align: center;
  125. color: #222;
  126. border: solid 1px #ced3d9;
  127. background-color: #f5f7fa;
  128. padding: 0 15px;
  129. border-radius: 3px;
  130. cursor: pointer;
  131. box-sizing: border-box;
  132. }
  133. .btn-main {
  134. color: #fff;
  135. border: solid 1px $colorMain;
  136. background-color: $colorMain;
  137. }
  138. }
  139. .easy-sourcing {
  140. margin-top: 20px;
  141. margin-bottom: 20px;
  142. padding: 30px;
  143. position: relative;
  144. overflow: hidden;
  145. .sourcing-bg {
  146. position: absolute;
  147. width: 100%;
  148. height: 100%;
  149. left: 0;
  150. top: 0;
  151. right: 0;
  152. bottom: 0;
  153. margin: auto;
  154. img {
  155. width: 100%;
  156. height: 100%;
  157. -o-object-fit: cover;
  158. object-fit: cover;
  159. }
  160. }
  161. .sourcing-centent {
  162. position: relative;
  163. }
  164. .sourcing-form {
  165. float: right;
  166. padding: 20px 25px;
  167. background: #fff;
  168. margin-left: 225px;
  169. width: 530px;
  170. .form-title {
  171. font-size: 24px;
  172. line-height: 30px;
  173. margin-bottom: 10px;
  174. font-weight: normal;
  175. }
  176. }
  177. .sourcing-text {
  178. padding-top: 20px;
  179. padding-left: 30px;
  180. overflow: hidden;
  181. }
  182. .sourcing-title {
  183. font-size: 32px;
  184. font-weight: bold;
  185. margin-bottom: 20px;
  186. transform: scaleX(1.2);
  187. transform-origin: left;
  188. }
  189. .sourcing-desc {
  190. font-size: 16px;
  191. color: #555;
  192. p {
  193. margin-bottom: 24px;
  194. }
  195. }
  196. .sourcing-more {
  197. margin-top: 45px;
  198. font-weight: 500;
  199. font-size: 14px;
  200. a {
  201. color: #222;
  202. font-weight: 500;
  203. }
  204. }
  205. }