index-page.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. .know-more{
  2. cursor: pointer;
  3. }
  4. .title-sec .title-wrap{
  5. height: 0.43rem;
  6. }
  7. .title-sec .title-wrap .logo{
  8. width: 0.20rem;
  9. height: auto;
  10. margin-right: 0.14rem;
  11. }
  12. .title-sec .title-wrap .title{
  13. font-size: 0.36rem;
  14. font-weight: bold;
  15. font-style: italic;
  16. color: #FFFFFF;
  17. line-height: 0.36rem;
  18. opacity: 0.9;
  19. }
  20. .title-sec .title-tips{
  21. margin-top: 0.10rem;
  22. margin-left: 0.34rem;
  23. font-size: 0.16rem;
  24. font-weight: 500;
  25. color: #FFFFFF;
  26. text-align: left;
  27. }
  28. /* 首页 */
  29. .home-page{
  30. margin-top: -1.4rem;
  31. right: 56%;
  32. }
  33. .home-page .home-title-img{
  34. margin-left: -2rem;
  35. }
  36. /* 关于我们 卫康产业 */
  37. .industry-page{
  38. margin-top: -0.30rem;
  39. }
  40. .industry-page .industry-wrap{
  41. /* width: 9.6rem; */
  42. width: 10.2rem;
  43. margin-top: 0.4rem;
  44. flex-wrap: wrap;
  45. }
  46. .industry-page .industry-item{
  47. transition: 0.2s transform;
  48. cursor: pointer;
  49. margin-right: 1rem;
  50. width: 4.6rem;
  51. margin-bottom: 0.3rem;
  52. }
  53. .industry-page .industry-item:hover{
  54. transform: scale(1.04);
  55. }
  56. .industry-page .industry-item.clearMb{
  57. margin-bottom: 0;
  58. }
  59. .industry-page .industry-item .i-img{
  60. width: 100%;
  61. height: 2.2rem;
  62. object-fit: cover;
  63. }
  64. .industry-page .industry-item .i-name{
  65. padding: 0 0.20rem;
  66. font-family: PingFang SC;
  67. font-weight: 500;
  68. color: #333333;
  69. background-color: #fff;
  70. height: 0.36rem;
  71. line-height: 0.36rem;
  72. font-size: 0.16rem;
  73. }
  74. .industry-page .industry-item:nth-child(2n){
  75. margin-right: 0;
  76. }
  77. /* 产品中心 */
  78. .prod-page{
  79. margin-top: -0.60rem;
  80. }
  81. .prod-page .prod-wrap{
  82. margin-top: 0.60rem;
  83. }
  84. .prod-page .prod-wrap .prod-item{
  85. width: 4.2rem;
  86. height: auto;
  87. margin-right: 0.40rem;
  88. cursor: pointer;
  89. transition: transform 0.3s;
  90. }
  91. .prod-page .prod-wrap .prod-item:hover{
  92. transform: scale(1.1);
  93. }
  94. .prod-page .prod-wrap .prod-item:last-child{
  95. margin-right: 0;
  96. }
  97. .prod-page .prod-wrap .prod-item .i-img{
  98. width: 100%;
  99. height: 2.2rem;
  100. object-fit: cover;
  101. }
  102. .prod-page .prod-wrap .prod-item .i-name{
  103. padding: 0 0.20rem;
  104. font-family: PingFang SC;
  105. font-weight: 500;
  106. color: #333333;
  107. background-color: #fff;
  108. height: 0.36rem;
  109. line-height: 0.36rem;
  110. font-size: 0.16rem;
  111. }
  112. /* 视频专区 */
  113. .video-page .img-wrap{
  114. margin-top: 0.40rem;
  115. }
  116. .video-page .img-wrap .img-item{
  117. margin-right: 0.2rem;
  118. width: 2.90rem;
  119. transition: 0.5s transform;
  120. cursor: pointer;
  121. }
  122. .video-page .img-wrap .img-item:hover{
  123. transform: scale(1.06);
  124. }
  125. .video-page .img-wrap .img-item:last-child{
  126. margin-right: 0;
  127. }
  128. .video-page .img-wrap .img-item .prod-img{
  129. width: 100%;
  130. height: 2.00rem;
  131. object-fit: cover;
  132. }
  133. .video-page .img-wrap .prod-info{
  134. height: 1.75rem;
  135. background-color: #fff;
  136. padding: 0 0.19rem;
  137. }
  138. .video-page .img-wrap .prod-info .name{
  139. margin-top: 0.20rem;
  140. font-size: 0.20rem;
  141. line-height: 0.30rem;
  142. font-family: PingFang SC;
  143. font-weight: 500;
  144. color: #333333;
  145. }
  146. .video-page .img-wrap .prod-info .subname{
  147. margin-top: 0.12rem;
  148. font-size: 0.14rem;
  149. line-height: 0.20rem;
  150. font-family: PingFang SC;
  151. font-weight: 500;
  152. color: #999999;
  153. }
  154. .video-page .img-wrap .img-item .see-btn{
  155. /* margin-top: 0.42rem; */
  156. width: 1.78rem;
  157. height: 0.38rem;
  158. background: #26A4AD;
  159. border-radius: 2px;
  160. line-height: 0.38rem;
  161. text-align: center;
  162. font-size: 0.16rem;
  163. font-family: PingFang SC;
  164. font-weight: 500;
  165. color: #FFFFFF;
  166. margin: 0.30rem auto;
  167. }
  168. .video-page .know-more{
  169. margin-top: 0.70rem;
  170. width: 1.78rem;
  171. height: 0.47rem;
  172. background: #37969D;
  173. cursor: pointer;
  174. }
  175. .video-page .know-more .txt{
  176. font-size: 0.16rem;
  177. font-weight: 500;
  178. color: #FFFFFF;
  179. margin-right: 0.15rem;
  180. }
  181. .video-page .know-more .ic{
  182. width: 0.55rem;
  183. height: auto;
  184. }
  185. .news-page{
  186. width: 12rem;
  187. margin-top: -0.30rem;
  188. }
  189. .news-page .news-wrap{
  190. margin-top: 0.6rem;
  191. flex-wrap: wrap;
  192. max-width: 12.00rem;
  193. }
  194. .news-page .news-wrap .img{
  195. width: 3.00rem;
  196. height: 4.00rem;
  197. object-fit: cover;
  198. margin-right: 0.27rem;
  199. }
  200. .news-page .news-wrap .msg{
  201. height: 0.30rem;
  202. font-size: 0.18rem;
  203. font-family: PingFang SC;
  204. color: #FFFFFF;
  205. line-height: 0.30rem;
  206. max-width: 8.00rem;
  207. margin-bottom: 0.18rem;
  208. }
  209. .news-page .news-wrap .msg:last-child{
  210. margin-bottom: 0;
  211. }
  212. .news-page .know-more{
  213. margin-top: 0.62rem;
  214. width: 1.78rem;
  215. height: 0.47rem;
  216. background: #37969D;
  217. cursor: pointer;
  218. }
  219. .news-page .know-more .txt{
  220. font-size: 0.16rem;
  221. font-weight: 500;
  222. color: #FFFFFF;
  223. margin-right: 0.15rem;
  224. }
  225. .news-page .know-more .ic{
  226. width: 0.55rem;
  227. height: auto;
  228. }
  229. .news-page .news-wrap .msg{
  230. margin-bottom: 0.10rem !important;
  231. max-width: 90%;
  232. font-size: 0.16rem;
  233. }
  234. .news-page .news-wrap{
  235. flex-wrap: nowrap;
  236. }
  237. .news-page .news-wrap .news-info{
  238. width: 4rem;
  239. }
  240. /* 首页和关于我们未设 .img-wrap为产品和视频专区 */
  241. .swiper-slide-content .news-wrap ,.swiper-slide-content .img-wrap{
  242. width: 12.00rem;
  243. }