index-mobile.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. .wrap {
  2. padding-top: 2.75rem;
  3. }
  4. /* 轮播图 */
  5. .wrap .carousel {
  6. width: 100%;
  7. height: 12.125rem;
  8. position: relative;
  9. }
  10. .carousel-item {
  11. background: rgba(0, 0, 0, 0.1);
  12. color: white;
  13. width: 100%;
  14. height: 100%;
  15. overflow: hidden;
  16. }
  17. .carousel-item .carousel-img {
  18. width: 100%;
  19. height: 12.125rem;
  20. }
  21. /* 滑块控件 */
  22. .carousel-scroll {
  23. position: absolute;
  24. bottom: 1.25rem;
  25. left: 50%;
  26. transform: translate(-50%, 0);
  27. display: flex;
  28. align-items: center;
  29. justify-content: center;
  30. z-index: 100;
  31. }
  32. .carousel-scroll .scroll-item {
  33. width: 1.5625rem;
  34. height: 0.0625rem;
  35. background: #999999;
  36. cursor: pointer;
  37. }
  38. .carousel-scroll .current {
  39. background: #ffffff;
  40. cursor: default;
  41. }
  42. /* 关于 */
  43. .wrap .about {
  44. padding: 0 0.9375rem;
  45. margin: 1.25rem 0;
  46. }
  47. .about .info {
  48. width: 100%;
  49. }
  50. .about .info .href {
  51. font-size: 0.75rem;
  52. font-weight: 500;
  53. color: #1d52a2;
  54. text-decoration: none;
  55. }
  56. .about .info .title {
  57. font-size: 1.125rem;
  58. font-weight: 500;
  59. color: #222222;
  60. margin-top: 1.25rem;
  61. }
  62. .about .info .detail {
  63. font-size: 0.875rem;
  64. font-weight: 300;
  65. color: #444444;
  66. margin-top: 1.25rem;
  67. }
  68. .about .info .more {
  69. width: 6.625rem;
  70. height: 2.75rem;
  71. line-height: 2.75rem;
  72. font-size: 0.875rem;
  73. margin-top: 1.25rem;
  74. }
  75. .about .video {
  76. width: 100%;
  77. height: 15.125rem;
  78. background-color: #000;
  79. margin-top: 1.25rem;
  80. }
  81. /* 公司 */
  82. .wrap .company {
  83. width: 100%;
  84. height: 14.875rem;
  85. background: #000;
  86. position: relative;
  87. background-repeat: no-repeat;
  88. background-size: auto 100%;
  89. background-position: 50%;
  90. }
  91. .company .company-tab {
  92. width: calc(100% - 1.875rem);
  93. height: 2.25rem;
  94. backdrop-filter: blur(0.25rem);
  95. position: absolute;
  96. bottom: 1.25rem;
  97. left: 50%;
  98. transform: translate(-50%, 0);
  99. display: flex;
  100. align-items: center;
  101. }
  102. .company .company-tab .tab-item {
  103. flex: 1;
  104. height: 2.25rem;
  105. font-size: 0.75rem;
  106. font-weight: 500;
  107. color: #ffffff;
  108. line-height: 2.25rem;
  109. text-align: center;
  110. background: rgba(255, 255, 255, 0.1);
  111. position: relative;
  112. cursor: pointer;
  113. }
  114. .company .company-tab .tab-item .tab-item-bottom {
  115. width: 1.375rem;
  116. height: 0.0625rem;
  117. background: #fff;
  118. position: absolute;
  119. bottom: 0;
  120. left: calc(50% - 0.6875rem);
  121. }
  122. .company .company-tab .tab-line {
  123. height: 2.25rem;
  124. width: 0.0625rem;
  125. }
  126. .company .company-tab .tab-line > div {
  127. width: 0.0625rem;
  128. height: 1.35rem;
  129. }
  130. .company .company-tab .tab-line :nth-child(2n - 1) {
  131. height: 0.45rem;
  132. background: rgba(255, 255, 255, 0.1);
  133. }
  134. /* 产品 */
  135. .wrap .product {
  136. padding: 1.875rem 0.9375rem;
  137. }
  138. .product .product-title {
  139. width: 100%;
  140. height: 1.75rem;
  141. font-size: 1.25rem;
  142. font-weight: 600;
  143. color: #222222;
  144. line-height: 1.75rem;
  145. text-align: center;
  146. }
  147. .product .product-tips {
  148. width: 80%;
  149. font-size: 0.75rem;
  150. font-weight: 400;
  151. color: #666666;
  152. text-align: center;
  153. margin: 0.625rem auto 0;
  154. }
  155. .product .product-img {
  156. width: 100%;
  157. margin-top: 0.625rem;
  158. }
  159. .product .product-tab {
  160. height: 2.5rem;
  161. width: 100%;
  162. margin: 0.625rem auto 0;
  163. overflow-x: auto;
  164. }
  165. .product .product-tab::-webkit-scrollbar {
  166. height: 0;
  167. }
  168. .product .product-tab .tab-box {
  169. display: flex;
  170. align-items: center;
  171. }
  172. .product .product-tab .tab-item {
  173. height: 2.5rem;
  174. width: 7.5rem;
  175. text-align: center;
  176. line-height: 2.5rem;
  177. font-size: 0.875rem;
  178. font-weight: 500;
  179. color: #222222;
  180. padding: 0 0.625rem;
  181. border-bottom: 0.0625rem solid #979797;
  182. cursor: pointer;
  183. text-overflow: ellipsis;
  184. overflow: hidden;
  185. white-space: nowrap;
  186. }
  187. .product .product-tab .current {
  188. border-bottom: 0.0625rem solid #1d52a2;
  189. transition: all 0.1s;
  190. }
  191. .product .product-content {
  192. width: 100%;
  193. margin: 0 auto;
  194. padding-top: 0.625rem;
  195. }
  196. .product .product-content .content-info {
  197. width: 100%;
  198. }
  199. .product .product-content .content-info .info-title {
  200. font-size: 1.125rem;
  201. font-weight: 500;
  202. color: #222222;
  203. margin-top: 1.25rem;
  204. }
  205. .product .product-content .content-info .info-detail {
  206. font-size: 0.875rem;
  207. font-weight: 400;
  208. color: #555555;
  209. margin-top: 1.25rem;
  210. }
  211. .product .product-content .content-info .info-more {
  212. width: 6.625rem;
  213. height: 2.75rem;
  214. line-height: 2.75rem;
  215. font-size: 0.875rem;
  216. margin-top: 1.25rem;
  217. }
  218. .product .product-content .content-img {
  219. width: 100%;
  220. height: 13.75rem;
  221. margin-top: 1.25rem;
  222. }
  223. /* 新闻 */
  224. .wrap .news {
  225. padding: 1.875rem 0.9375rem;
  226. }
  227. .news .news-title {
  228. width: 100%;
  229. height: 1.75rem;
  230. font-size: 1.25rem;
  231. font-weight: 600;
  232. color: #222222;
  233. line-height: 1.75rem;
  234. text-align: center;
  235. }
  236. .news .news-tips {
  237. width: 80%;
  238. font-size: 0.75rem;
  239. font-weight: 400;
  240. color: #666666;
  241. text-align: center;
  242. margin: 0.625rem auto 0;
  243. }
  244. .news .news-content {
  245. padding-top: 1.25rem;
  246. }
  247. .news .news-content .news-item {
  248. width: 100%;
  249. background: #fff;
  250. margin-bottom: 1.25rem;
  251. }
  252. .news .news-content .news-item .item-cover {
  253. width: 100%;
  254. height: 13.75rem;
  255. background: #000;
  256. }
  257. .news .news-content .news-item .item-bottom {
  258. background: #f5f5f5;
  259. padding: 0.9375rem;
  260. }
  261. .news .news-content .news-item .item-bottom .item-time {
  262. font-size: 0.875rem;
  263. font-weight: 400;
  264. color: #1d52a2;
  265. }
  266. .news .news-content .news-item .item-bottom .item-title {
  267. font-size: 1rem;
  268. font-weight: 500;
  269. color: #222222;
  270. margin-top: 1.25rem;
  271. overflow: hidden;
  272. text-overflow: ellipsis;
  273. display: -webkit-box;
  274. -webkit-box-orient: vertical;
  275. -webkit-line-clamp: 2;
  276. }
  277. .news .news-content .news-item .item-bottom .item-detail {
  278. font-size: 0.875rem;
  279. font-weight: 400;
  280. color: #444444;
  281. margin-top: 1.25rem;
  282. margin-bottom: 1.875rem;
  283. overflow: hidden;
  284. text-overflow: ellipsis;
  285. display: -webkit-box;
  286. -webkit-box-orient: vertical;
  287. -webkit-line-clamp: 3;
  288. }
  289. .news .news-content .news-item .item-bottom .item-view-detail {
  290. font-size: 0.875rem;
  291. font-weight: 500;
  292. color: #888888;
  293. text-decoration: none;
  294. }
  295. .news .news-more {
  296. width: 7.8125rem;
  297. height: 2.75rem;
  298. line-height: 2.75rem;
  299. font-size: 0.875rem;
  300. margin: 1.25rem auto 0;
  301. }
  302. /* 联系 */
  303. .wrap .contact {
  304. height: 32.5rem;
  305. background: #000;
  306. background-repeat: no-repeat;
  307. background-size: 100% auto;
  308. display: flex;
  309. align-items: center;
  310. justify-content: center;
  311. }
  312. .contact .contact-card {
  313. width: 21.6875rem;
  314. height: 26.25rem;
  315. background: #ffffff;
  316. padding: 1.875rem;
  317. }
  318. .contact .contact-card .card-title {
  319. font-size: 1rem;
  320. font-weight: 500;
  321. color: #222222;
  322. width: 100%;
  323. text-align: center;
  324. }
  325. .contact .contact-card .card-confirm {
  326. margin: 1.25rem auto 0;
  327. width: 7.8125rem;
  328. height: 2.75rem;
  329. line-height: 2.75rem;
  330. font-size: 0.875rem;
  331. }
  332. .contact .contact-card > input {
  333. border: 0.0625rem solid rgba(151, 151, 151, 0.3);
  334. height: 2.5rem;
  335. width: 100%;
  336. padding: 0 0.625rem;
  337. font-size: 0.8125rem;
  338. font-weight: 400;
  339. margin-top: 0.9375rem;
  340. }
  341. .contact .contact-card > textarea {
  342. border: 0.0625rem solid rgba(151, 151, 151, 0.3);
  343. height: 5.625rem;
  344. width: 100%;
  345. padding: 0.625rem;
  346. font-size: 0.8125rem;
  347. font-weight: 400;
  348. resize: none;
  349. margin-top: 0.9375rem;
  350. }