111
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1351 line
16 KiB

  1. /*基础CSS*/
  2. html {
  3. font-size: 14px;
  4. overflow-x: hidden;
  5. }
  6. li {
  7. list-style: none;
  8. }
  9. a {
  10. color: #212529
  11. }
  12. a:hover {
  13. text-decoration: none;
  14. }
  15. p, dl, dt, dd, ul {
  16. margin: 0px;
  17. padding: 0px;
  18. }
  19. .red{
  20. color:red;
  21. }
  22. .text-secondary a {
  23. color: #6c757d;
  24. }
  25. .card, .figure {
  26. margin: 15px 0;
  27. }
  28. .navbar-expand-lg .navbar-nav .nav-link {
  29. padding-right: 1.2rem;
  30. padding-left: 1.2rem;
  31. font-size: 14px;
  32. }
  33. .navbar-brand {
  34. font-size: 20px;
  35. padding-top: 0px;
  36. padding-bottom: 0px;
  37. }
  38. .shadow-sm-top {
  39. box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
  40. }
  41. /*上下外边距*/
  42. .mt-6, .my-6 {
  43. margin-top: 4rem !important;
  44. }
  45. .mt-7, .my-7 {
  46. margin-top: 5rem !important;
  47. }
  48. .mt-8, .my-8 {
  49. margin-top: 6rem !important;
  50. }
  51. .mt-9, .my-9 {
  52. margin-top: 7rem !important;
  53. }
  54. .mt-10, .my-10 {
  55. margin-top: 8rem !important;
  56. }
  57. .mb-6, .my-6 {
  58. margin-bottom: 4rem !important;
  59. }
  60. .mb-7, .my-7 {
  61. margin-bottom: 5rem !important;
  62. }
  63. .mb-8, .my-8 {
  64. margin-bottom: 6rem !important;
  65. }
  66. .mb-9, .my-9 {
  67. margin-bottom: 7rem !important;
  68. }
  69. .mb-10, .my-10 {
  70. margin-bottom: 8rem !important;
  71. }
  72. /*上下内边距*/
  73. .pt-6, .mp-6 {
  74. padding-top: 4rem !important;
  75. }
  76. .pt-7, .py-7 {
  77. padding-top: 5rem !important;
  78. }
  79. .pt-8, .py-8 {
  80. padding-top: 6rem !important;
  81. }
  82. .pt-9, .py-9 {
  83. padding-top: 7rem !important;
  84. }
  85. .pt-10, .py-10 {
  86. padding-top: 8rem !important;
  87. }
  88. .pb-6, .py-6 {
  89. padding-bottom: 4rem !important;
  90. }
  91. .pb-7, .py-7 {
  92. padding-bottom: 5rem !important;
  93. }
  94. .pb-8, .py-8 {
  95. padding-bottom: 6rem !important;
  96. }
  97. .pb-9, .py-9 {
  98. padding-bottom: 7rem !important;
  99. }
  100. .pb-10, .py-10 {
  101. padding-bottom: 8rem !important;
  102. }
  103. /*边框*/
  104. .border-top-dashed {
  105. border-top: 1px dashed #dee2e6 !important;
  106. }
  107. .border-right-dashed {
  108. border-right: 1px dashed #dee2e6 !important;
  109. }
  110. .border-bottom-dashed {
  111. border-bottom: 1px dashed #dee2e6 !important;
  112. }
  113. .border-right-dashed {
  114. border-top: 1px dashed #dee2e6 !important;
  115. }
  116. /*字距*/
  117. .ls-1 {
  118. letter-spacing: 1px;
  119. }
  120. .ls-2 {
  121. letter-spacing: 2px;
  122. }
  123. .ls-3 {
  124. letter-spacing: 3px;
  125. }
  126. .ls-4 {
  127. letter-spacing: 4px;
  128. }
  129. .ls-5 {
  130. letter-spacing: 5px;
  131. }
  132. /*分页*/
  133. .page-num:not(:disabled) {
  134. cursor: pointer;
  135. }
  136. .page-num, .page-link {
  137. position: relative;
  138. display: block;
  139. padding: .5rem .75rem;
  140. margin-left: -1px;
  141. line-height: 1.25;
  142. color: #17a2b8;
  143. background-color: #fff;
  144. border: 1px solid #dee2e6;
  145. }
  146. a.page-num:hover, .page-link:hover {
  147. text-decoration: none;
  148. }
  149. .page-num-current {
  150. z-index: 1;
  151. color: #fff;
  152. background-color: #17a2b8;
  153. border-color: #17a2b8;
  154. }
  155. .page-num-current:hover {
  156. color: #fff;
  157. }
  158. /*其他*/
  159. .pages {
  160. min-height: 500px;
  161. padding-top: 10px;
  162. padding-bottom: 10px;
  163. }
  164. .code, .code img {
  165. height: 100px;
  166. }
  167. .position, .position a {
  168. color: #999;
  169. }
  170. .content {
  171. color: #666;
  172. line-height: 2;
  173. }
  174. .content img, .content iframe {
  175. max-width: 100% !important;
  176. }
  177. .content li {
  178. list-style: disc outside none;
  179. margin-left: 20px;
  180. }
  181. /*产品轮播*/
  182. .view {
  183. max-width: 500px;
  184. }
  185. .view .swiper-slide {
  186. height: 300px;
  187. max-width: 500px;
  188. padding: 0 3px;
  189. box-sizing: border-box;
  190. overflow: hidden;
  191. text-align: center;
  192. }
  193. .view .swiper-slide img {
  194. height: 100%;
  195. }
  196. .view .arrow-left {
  197. background: url(../images/index_tab_l.png) no-repeat left center;
  198. position: absolute;
  199. left: 10px;
  200. width: 28px;
  201. height: 300px;
  202. z-index: 10;
  203. display: none;
  204. }
  205. .view .arrow-right {
  206. background: url(../images/index_tab_r.png) no-repeat right center;
  207. position: absolute;
  208. right: 10px;
  209. width: 28px;
  210. height: 300px;
  211. z-index: 10;
  212. display: none;
  213. }
  214. .preview {
  215. position: relative;
  216. width: 440px;
  217. left: 30px;
  218. }
  219. .preview .swiper-slide {
  220. width: 87.5px;
  221. height: 70px;
  222. margin: 0 3px;
  223. box-sizing: border-box;
  224. overflow: hidden;
  225. cursor: pointer;
  226. }
  227. .preview .swiper-slide img {
  228. display: inline-block;
  229. height: 100%;
  230. }
  231. .preview .active-nav {
  232. border: 1px solid #F00;
  233. }
  234. .preview .arrow-left {
  235. background: #fff url(../images/feel3.png) no-repeat left center;
  236. position: absolute;
  237. left: -20px;
  238. top: 0;
  239. width: 20px;
  240. height: 70px;
  241. z-index: 10;
  242. }
  243. .preview .arrow-right {
  244. background: #fff url(../images/feel4.png) no-repeat right center;
  245. position: absolute;
  246. right: -20px;
  247. top: 0;
  248. width: 20px;
  249. height: 70px;
  250. z-index: 10;
  251. }
  252. @media only screen and (max-width: 768px) {
  253. .view .swiper-slide {
  254. height: 200px;
  255. }
  256. .preview {
  257. display: none;
  258. }
  259. .view .arrow-left, .view .arrow-right {
  260. height: 200px;
  261. display: block;
  262. }
  263. }
  264. /*在线客服*/
  265. .online {
  266. position: fixed;
  267. bottom: 150px;
  268. right: 10px;
  269. width: 60px;
  270. z-index: 999;
  271. color: #999;
  272. }
  273. .online a {
  274. color: #666;
  275. }
  276. .online a:hover {
  277. text-decoration: none;
  278. }
  279. .online dl {
  280. background: #27a8e1;
  281. padding: 10px 5px;
  282. margin-bottom: 1px;
  283. position: relative;
  284. }
  285. .online dl dd {
  286. color: #fff;
  287. text-align: center;
  288. font-size: 12px;
  289. cursor: pointer;
  290. }
  291. .online dl dd i {
  292. font-size: 25px;
  293. }
  294. .online dl:hover {
  295. background: #1781bd;
  296. }
  297. .online dl dt {
  298. position: absolute;
  299. top: 0px;
  300. right: 60px;
  301. background: #fff;
  302. border: 1px solid #ccc;
  303. z-index: 9999;
  304. display: none;
  305. padding: 10px 15px;
  306. font-weight: normal;
  307. }
  308. .online dl dt h3 {
  309. display: block;
  310. font-size: 16px;
  311. color: #666;
  312. border-bottom: 1px solid #ccc;
  313. padding-bottom: 5px;
  314. }
  315. .online dl dt h3 i {
  316. margin-right: 5px;
  317. }
  318. .online dl dt h3 span {
  319. float: right;
  320. cursor: pointer;
  321. }
  322. .online dl dt input {
  323. border: 1px solid #ccc;
  324. border-radius: 5px;
  325. margin-top: 15px;
  326. height: 40px;
  327. line-height: 40px;
  328. padding: 3px 5px;
  329. width: 100%;
  330. }
  331. .online dl dt button {
  332. margin: 10px 0;
  333. border: none;
  334. border-radius: 5px;
  335. width: 100%;
  336. font-size: 18px;
  337. height: 40px;
  338. line-height: 40px;
  339. background: #28a7e1;
  340. color: #fff;
  341. cursor: pointer;
  342. }
  343. /*sm屏幕以上*/
  344. @media only screen and (min-width: 576px) {
  345. .card-img-200 {
  346. height: 200px;
  347. overflow: hidden;
  348. }
  349. .card-img-180 {
  350. height: 180px;
  351. overflow: hidden;
  352. }
  353. .card-img-150 {
  354. height: 150px;
  355. overflow: hidden;
  356. }
  357. .card-img-120 {
  358. height: 120px;
  359. overflow: hidden;
  360. }
  361. .card-img-100 {
  362. height: 100px;
  363. overflow: hidden;
  364. }
  365. }
  366. /*sm屏幕以下*/
  367. @media only screen and (max-width: 576px) {
  368. .page-num {
  369. display: none;
  370. }
  371. .head-sm-height {
  372. height: 61px !important;
  373. }
  374. }
  375. /*********响应式样式******************/
  376. /*行距*/
  377. .lh-1 {
  378. line-height: 1;
  379. }
  380. .lh-2 {
  381. line-height: 2;
  382. }
  383. .lh-3 {
  384. line-height: 3;
  385. }
  386. .lh-4 {
  387. line-height: 4;
  388. }
  389. /*字体大小*/
  390. .fs-12 {
  391. font-size: .857rem;
  392. }
  393. .fs-14 {
  394. font-size: 1rem;
  395. }
  396. .fs-16 {
  397. font-size: 1.142rem;
  398. }
  399. .fs-18 {
  400. font-size: 1.285rem;
  401. }
  402. .fs-20 {
  403. font-size: 1.428rem;
  404. }
  405. .fs-22 {
  406. font-size: 1.571rem;
  407. }
  408. .fs-24 {
  409. font-size: 1.714rem;
  410. }
  411. .fs-26 {
  412. font-size: 1.857rem;
  413. }
  414. .fs-28 {
  415. font-size: 2rem;
  416. }
  417. .fs-30 {
  418. font-size: 2.142rem;
  419. }
  420. .fs-32 {
  421. font-size: 2.286rem;
  422. }
  423. .fs-34 {
  424. font-size: 2.429rem;
  425. }
  426. .fs-36 {
  427. font-size: 2.571rem;
  428. }
  429. .fs-38 {
  430. font-size: 2.714rem;
  431. }
  432. .fs-40 {
  433. font-size: 2.857rem;
  434. }
  435. /*高度*/
  436. .h-5px {
  437. height: 5px;
  438. }
  439. .h-10px {
  440. height: 10px;
  441. }
  442. .h-15px {
  443. height: 15px;
  444. }
  445. .h-20px {
  446. height: 20px;
  447. }
  448. .h-25px {
  449. height: 25px;
  450. }
  451. .h-30px {
  452. height: 30px;
  453. }
  454. .h-35px {
  455. height: 35px;
  456. }
  457. .h-40px {
  458. height: 40px;
  459. }
  460. .h-45px {
  461. height: 45px;
  462. }
  463. .h-50px {
  464. height: 50px;
  465. }
  466. .h-55px {
  467. height: 55px;
  468. }
  469. .h-60px {
  470. height: 60px;
  471. }
  472. .h-65px {
  473. height: 65px;
  474. }
  475. .h-70px {
  476. height: 70px;
  477. }
  478. .h-75px {
  479. height: 75px;
  480. }
  481. .h-80px {
  482. height: 80px;
  483. }
  484. .h-85px {
  485. height: 85px;
  486. }
  487. .h-90px {
  488. height: 90px;
  489. }
  490. .h-95px {
  491. height: 95px;
  492. }
  493. .h-100px {
  494. height: 100px;
  495. }
  496. .h-110px {
  497. height: 110px;
  498. }
  499. .h-120px {
  500. height: 120px;
  501. }
  502. .h-130px {
  503. height: 130px;
  504. }
  505. .h-140px {
  506. height: 140px;
  507. }
  508. .h-150px {
  509. height: 150px;
  510. }
  511. .h-160px {
  512. height: 160px;
  513. }
  514. .h-170px {
  515. height: 170px;
  516. }
  517. .h-180px {
  518. height: 180px;
  519. }
  520. .h-190px {
  521. height: 190px;
  522. }
  523. .h-200px {
  524. height: 200px;
  525. }
  526. .h-210px {
  527. height: 210px;
  528. }
  529. .h-220px {
  530. height: 220px;
  531. }
  532. .h-230px {
  533. height: 230px;
  534. }
  535. .h-240px {
  536. height: 240px;
  537. }
  538. .h-250px {
  539. height: 250px;
  540. }
  541. .h-260px {
  542. height: 260px;
  543. }
  544. .h-270px {
  545. height: 270px;
  546. }
  547. .h-280px {
  548. height: 280px;
  549. }
  550. .h-290px {
  551. height: 290px;
  552. }
  553. .h-300px {
  554. height: 300px;
  555. }
  556. .h-310px {
  557. height: 310px;
  558. }
  559. .h-320px {
  560. height: 320px;
  561. }
  562. .h-330px {
  563. height: 330px;
  564. }
  565. .h-340px {
  566. height: 340px;
  567. }
  568. .h-350px {
  569. height: 350px;
  570. }
  571. .h-360px {
  572. height: 360px;
  573. }
  574. .h-370px {
  575. height: 370px;
  576. }
  577. .h-380px {
  578. height: 380px;
  579. }
  580. .h-390px {
  581. height: 390px;
  582. }
  583. .h-400px {
  584. height: 400px;
  585. }
  586. .h-410px {
  587. height: 410px;
  588. }
  589. .h-420px {
  590. height: 420px;
  591. }
  592. .h-430px {
  593. height: 430px;
  594. }
  595. .h-440px {
  596. height: 440px;
  597. }
  598. .h-450px {
  599. height: 450px;
  600. }
  601. .h-460px {
  602. height: 410px;
  603. }
  604. .h-470px {
  605. height: 470px;
  606. }
  607. .h-480px {
  608. height: 480px;
  609. }
  610. .h-490px {
  611. height: 490px;
  612. }
  613. .h-500px {
  614. height: 500px;
  615. }
  616. /*sm屏幕以上*/
  617. @media only screen and (min-width: 576px) {
  618. /*行距*/
  619. .lh-sm-1 {
  620. line-height: 1;
  621. }
  622. .lh-sm-2 {
  623. line-height: 2;
  624. }
  625. .lh-sm-3 {
  626. line-height: 3;
  627. }
  628. .lh-sm-4 {
  629. line-height: 4;
  630. }
  631. /*字体大小*/
  632. .fs-sm-12 {
  633. font-size: .857rem;
  634. }
  635. .fs-sm-14 {
  636. font-size: 1rem;
  637. }
  638. .fs-sm-16 {
  639. font-size: 1.142rem;
  640. }
  641. .fs-sm-18 {
  642. font-size: 1.285rem;
  643. }
  644. .fs-sm-20 {
  645. font-size: 1.428rem;
  646. }
  647. .fs-sm-22 {
  648. font-size: 1.571rem;
  649. }
  650. .fs-sm-24 {
  651. font-size: 1.714rem;
  652. }
  653. .fs-sm-26 {
  654. font-size: 1.857rem;
  655. }
  656. .fs-sm-28 {
  657. font-size: 2rem;
  658. }
  659. .fs-sm-30 {
  660. font-size: 2.142rem;
  661. }
  662. .fs-sm-32 {
  663. font-size: 2.286rem;
  664. }
  665. .fs-sm-34 {
  666. font-size: 2.429rem;
  667. }
  668. .fs-sm-36 {
  669. font-size: 2.571rem;
  670. }
  671. .fs-sm-38 {
  672. font-size: 2.714rem;
  673. }
  674. .fs-sm-40 {
  675. font-size: 2.857rem;
  676. }
  677. /*高度*/
  678. .h-sm-5px {
  679. height: 5px;
  680. }
  681. .h-sm-10px {
  682. height: 10px;
  683. }
  684. .h-sm-15px {
  685. height: 15px;
  686. }
  687. .h-sm-20px {
  688. height: 20px;
  689. }
  690. .h-sm-25px {
  691. height: 25px;
  692. }
  693. .h-sm-30px {
  694. height: 30px;
  695. }
  696. .h-sm-35px {
  697. height: 35px;
  698. }
  699. .h-sm-40px {
  700. height: 40px;
  701. }
  702. .h-sm-45px {
  703. height: 45px;
  704. }
  705. .h-sm-50px {
  706. height: 50px;
  707. }
  708. .h-sm-55px {
  709. height: 55px;
  710. }
  711. .h-sm-60px {
  712. height: 60px;
  713. }
  714. .h-sm-65px {
  715. height: 65px;
  716. }
  717. .h-sm-70px {
  718. height: 70px;
  719. }
  720. .h-sm-75px {
  721. height: 75px;
  722. }
  723. .h-sm-80px {
  724. height: 80px;
  725. }
  726. .h-sm-85px {
  727. height: 85px;
  728. }
  729. .h-sm-90px {
  730. height: 90px;
  731. }
  732. .h-sm-95px {
  733. height: 95px;
  734. }
  735. .h-sm-100px {
  736. height: 100px;
  737. }
  738. .h-sm-110px {
  739. height: 110px;
  740. }
  741. .h-sm-120px {
  742. height: 120px;
  743. }
  744. .h-sm-130px {
  745. height: 130px;
  746. }
  747. .h-sm-140px {
  748. height: 140px;
  749. }
  750. .h-sm-150px {
  751. height: 150px;
  752. }
  753. .h-sm-160px {
  754. height: 160px;
  755. }
  756. .h-sm-170px {
  757. height: 170px;
  758. }
  759. .h-sm-180px {
  760. height: 180px;
  761. }
  762. .h-sm-190px {
  763. height: 190px;
  764. }
  765. .h-sm-200px {
  766. height: 200px;
  767. }
  768. .h-sm-210px {
  769. height: 210px;
  770. }
  771. .h-sm-220px {
  772. height: 220px;
  773. }
  774. .h-sm-230px {
  775. height: 230px;
  776. }
  777. .h-sm-240px {
  778. height: 240px;
  779. }
  780. .h-sm-250px {
  781. height: 250px;
  782. }
  783. .h-sm-260px {
  784. height: 260px;
  785. }
  786. .h-sm-270px {
  787. height: 270px;
  788. }
  789. .h-sm-280px {
  790. height: 280px;
  791. }
  792. .h-sm-290px {
  793. height: 290px;
  794. }
  795. .h-sm-300px {
  796. height: 300px;
  797. }
  798. .h-sm-310px {
  799. height: 310px;
  800. }
  801. .h-sm-320px {
  802. height: 320px;
  803. }
  804. .h-sm-330px {
  805. height: 330px;
  806. }
  807. .h-sm-340px {
  808. height: 340px;
  809. }
  810. .h-sm-350px {
  811. height: 350px;
  812. }
  813. .h-sm-360px {
  814. height: 360px;
  815. }
  816. .h-sm-370px {
  817. height: 370px;
  818. }
  819. .h-sm-380px {
  820. height: 380px;
  821. }
  822. .h-sm-390px {
  823. height: 390px;
  824. }
  825. .h-sm-400px {
  826. height: 400px;
  827. }
  828. .h-sm-410px {
  829. height: 410px;
  830. }
  831. .h-sm-420px {
  832. height: 420px;
  833. }
  834. .h-sm-430px {
  835. height: 430px;
  836. }
  837. .h-sm-440px {
  838. height: 440px;
  839. }
  840. .h-sm-450px {
  841. height: 450px;
  842. }
  843. .h-sm-460px {
  844. height: 410px;
  845. }
  846. .h-sm-470px {
  847. height: 470px;
  848. }
  849. .h-sm-480px {
  850. height: 480px;
  851. }
  852. .h-sm-490px {
  853. height: 490px;
  854. }
  855. .h-sm-500px {
  856. height: 500px;
  857. }
  858. }
  859. /*md屏幕以上*/
  860. @media only screen and (min-width: 768px) {
  861. /*行距*/
  862. .lh-md-1 {
  863. line-height: 1;
  864. }
  865. .lh-md-2 {
  866. line-height: 2;
  867. }
  868. .lh-md-3 {
  869. line-height: 3;
  870. }
  871. .lh-md-4 {
  872. line-height: 4;
  873. }
  874. /*字体大小*/
  875. .fs-md-12 {
  876. font-size: .857rem;
  877. }
  878. .fs-md-14 {
  879. font-size: 1rem;
  880. }
  881. .fs-md-16 {
  882. font-size: 1.142rem;
  883. }
  884. .fs-md-18 {
  885. font-size: 1.285rem;
  886. }
  887. .fs-md-20 {
  888. font-size: 1.428rem;
  889. }
  890. .fs-md-22 {
  891. font-size: 1.571rem;
  892. }
  893. .fs-md-24 {
  894. font-size: 1.714rem;
  895. }
  896. .fs-md-26 {
  897. font-size: 1.857rem;
  898. }
  899. .fs-md-28 {
  900. font-size: 2rem;
  901. }
  902. .fs-md-30 {
  903. font-size: 2.142rem;
  904. }
  905. .fs-md-32 {
  906. font-size: 2.286rem;
  907. }
  908. .fs-md-34 {
  909. font-size: 2.429rem;
  910. }
  911. .fs-md-36 {
  912. font-size: 2.571rem;
  913. }
  914. .fs-md-38 {
  915. font-size: 2.714rem;
  916. }
  917. .fs-md-40 {
  918. font-size: 2.857rem;
  919. }
  920. /*高度*/
  921. .h-md-5px {
  922. height: 5px;
  923. }
  924. .h-md-10px {
  925. height: 10px;
  926. }
  927. .h-md-15px {
  928. height: 15px;
  929. }
  930. .h-md-20px {
  931. height: 20px;
  932. }
  933. .h-md-25px {
  934. height: 25px;
  935. }
  936. .h-md-30px {
  937. height: 30px;
  938. }
  939. .h-md-35px {
  940. height: 35px;
  941. }
  942. .h-md-40px {
  943. height: 40px;
  944. }
  945. .h-md-45px {
  946. height: 45px;
  947. }
  948. .h-md-50px {
  949. height: 50px;
  950. }
  951. .h-md-55px {
  952. height: 55px;
  953. }
  954. .h-md-60px {
  955. height: 60px;
  956. }
  957. .h-md-65px {
  958. height: 65px;
  959. }
  960. .h-md-70px {
  961. height: 70px;
  962. }
  963. .h-md-75px {
  964. height: 75px;
  965. }
  966. .h-md-80px {
  967. height: 80px;
  968. }
  969. .h-md-85px {
  970. height: 85px;
  971. }
  972. .h-md-90px {
  973. height: 90px;
  974. }
  975. .h-md-95px {
  976. height: 95px;
  977. }
  978. .h-md-100px {
  979. height: 100px;
  980. }
  981. .h-md-110px {
  982. height: 110px;
  983. }
  984. .h-md-120px {
  985. height: 120px;
  986. }
  987. .h-md-130px {
  988. height: 130px;
  989. }
  990. .h-md-140px {
  991. height: 140px;
  992. }
  993. .h-md-150px {
  994. height: 150px;
  995. }
  996. .h-md-160px {
  997. height: 160px;
  998. }
  999. .h-md-170px {
  1000. height: 170px;
  1001. }
  1002. .h-md-180px {
  1003. height: 180px;
  1004. }
  1005. .h-md-190px {
  1006. height: 190px;
  1007. }
  1008. .h-md-200px {
  1009. height: 200px;
  1010. }
  1011. .h-md-210px {
  1012. height: 210px;
  1013. }
  1014. .h-md-220px {
  1015. height: 220px;
  1016. }
  1017. .h-md-230px {
  1018. height: 230px;
  1019. }
  1020. .h-md-240px {
  1021. height: 240px;
  1022. }
  1023. .h-md-250px {
  1024. height: 250px;
  1025. }
  1026. .h-md-260px {
  1027. height: 260px;
  1028. }
  1029. .h-md-270px {
  1030. height: 270px;
  1031. }
  1032. .h-md-280px {
  1033. height: 280px;
  1034. }
  1035. .h-md-290px {
  1036. height: 290px;
  1037. }
  1038. .h-md-300px {
  1039. height: 300px;
  1040. }
  1041. .h-md-310px {
  1042. height: 310px;
  1043. }
  1044. .h-md-320px {
  1045. height: 320px;
  1046. }
  1047. .h-md-330px {
  1048. height: 330px;
  1049. }
  1050. .h-md-340px {
  1051. height: 340px;
  1052. }
  1053. .h-md-350px {
  1054. height: 350px;
  1055. }
  1056. .h-md-360px {
  1057. height: 360px;
  1058. }
  1059. .h-md-370px {
  1060. height: 370px;
  1061. }
  1062. .h-md-380px {
  1063. height: 380px;
  1064. }
  1065. .h-md-390px {
  1066. height: 390px;
  1067. }
  1068. .h-md-400px {
  1069. height: 400px;
  1070. }
  1071. .h-md-410px {
  1072. height: 410px;
  1073. }
  1074. .h-md-420px {
  1075. height: 420px;
  1076. }
  1077. .h-md-430px {
  1078. height: 430px;
  1079. }
  1080. .h-md-440px {
  1081. height: 440px;
  1082. }
  1083. .h-md-450px {
  1084. height: 450px;
  1085. }
  1086. .h-md-460px {
  1087. height: 410px;
  1088. }
  1089. .h-md-470px {
  1090. height: 470px;
  1091. }
  1092. .h-md-480px {
  1093. height: 480px;
  1094. }
  1095. .h-md-490px {
  1096. height: 490px;
  1097. }
  1098. .h-md-500px {
  1099. height: 500px;
  1100. }
  1101. }
  1102. /*lg屏幕以上*/
  1103. @media only screen and (min-width: 992px) {
  1104. /*行距*/
  1105. .lh-lg-1 {
  1106. line-height: 1;
  1107. }
  1108. .lh-lg-2 {
  1109. line-height: 2;
  1110. }
  1111. .lh-lg-3 {
  1112. line-height: 3;
  1113. }
  1114. .lh-lg-4 {
  1115. line-height: 4;
  1116. }
  1117. /*字体大小*/
  1118. .fs-lg-12 {
  1119. font-size: .857rem;
  1120. }
  1121. .fs-lg-14 {
  1122. font-size: 1rem;
  1123. }
  1124. .fs-lg-16 {
  1125. font-size: 1.142rem;
  1126. }
  1127. .fs-lg-18 {
  1128. font-size: 1.285rem;
  1129. }
  1130. .fs-lg-20 {
  1131. font-size: 1.428rem;
  1132. }
  1133. .fs-lg-22 {
  1134. font-size: 1.571rem;
  1135. }
  1136. .fs-lg-24 {
  1137. font-size: 1.714rem;
  1138. }
  1139. .fs-lg-26 {
  1140. font-size: 1.857rem;
  1141. }
  1142. .fs-lg-28 {
  1143. font-size: 2rem;
  1144. }
  1145. .fs-lg-30 {
  1146. font-size: 2.142rem;
  1147. }
  1148. .fs-lg-32 {
  1149. font-size: 2.286rem;
  1150. }
  1151. .fs-lg-34 {
  1152. font-size: 2.429rem;
  1153. }
  1154. .fs-lg-36 {
  1155. font-size: 2.571rem;
  1156. }
  1157. .fs-lg-38 {
  1158. font-size: 2.714rem;
  1159. }
  1160. .fs-lg-40 {
  1161. font-size: 2.857rem;
  1162. }
  1163. /*高度*/
  1164. .h-lg-5px {
  1165. height: 5px;
  1166. }
  1167. .h-lg-10px {
  1168. height: 10px;
  1169. }
  1170. .h-lg-15px {
  1171. height: 15px;
  1172. }
  1173. .h-lg-20px {
  1174. height: 20px;
  1175. }
  1176. .h-lg-25px {
  1177. height: 25px;
  1178. }
  1179. .h-lg-30px {
  1180. height: 30px;
  1181. }
  1182. .h-lg-35px {
  1183. height: 35px;
  1184. }
  1185. .h-lg-40px {
  1186. height: 40px;
  1187. }
  1188. .h-lg-45px {
  1189. height: 45px;
  1190. }
  1191. .h-lg-50px {
  1192. height: 50px;
  1193. }
  1194. .h-lg-55px {
  1195. height: 55px;
  1196. }
  1197. .h-lg-60px {
  1198. height: 60px;
  1199. }
  1200. .h-lg-65px {
  1201. height: 65px;
  1202. }
  1203. .h-lg-70px {
  1204. height: 70px;
  1205. }
  1206. .h-lg-75px {
  1207. height: 75px;
  1208. }
  1209. .h-lg-80px {
  1210. height: 80px;
  1211. }
  1212. .h-lg-85px {
  1213. height: 85px;
  1214. }
  1215. .h-lg-90px {
  1216. height: 90px;
  1217. }
  1218. .h-lg-95px {
  1219. height: 95px;
  1220. }
  1221. .h-lg-100px {
  1222. height: 100px;
  1223. }
  1224. .h-lg-110px {
  1225. height: 110px;
  1226. }
  1227. .h-lg-120px {
  1228. height: 120px;
  1229. }
  1230. .h-lg-130px {
  1231. height: 130px;
  1232. }
  1233. .h-lg-140px {
  1234. height: 140px;
  1235. }
  1236. .h-lg-150px {
  1237. height: 150px;
  1238. }
  1239. .h-lg-160px {
  1240. height: 160px;
  1241. }
  1242. .h-lg-170px {
  1243. height: 170px;
  1244. }
  1245. .h-lg-180px {
  1246. height: 180px;
  1247. }
  1248. .h-lg-190px {
  1249. height: 190px;
  1250. }
  1251. .h-lg-200px {
  1252. height: 200px;
  1253. }
  1254. .h-lg-210px {
  1255. height: 210px;
  1256. }
  1257. .h-lg-220px {
  1258. height: 220px;
  1259. }
  1260. .h-lg-230px {
  1261. height: 230px;
  1262. }
  1263. .h-lg-240px {
  1264. height: 240px;
  1265. }
  1266. .h-lg-250px {
  1267. height: 250px;
  1268. }
  1269. .h-lg-260px {
  1270. height: 260px;
  1271. }
  1272. .h-lg-270px {
  1273. height: 270px;
  1274. }
  1275. .h-lg-280px {
  1276. height: 280px;
  1277. }
  1278. .h-lg-290px {
  1279. height: 290px;
  1280. }
  1281. .h-lg-300px {
  1282. height: 300px;
  1283. }
  1284. .h-lg-310px {
  1285. height: 310px;
  1286. }
  1287. .h-lg-320px {
  1288. height: 320px;
  1289. }
  1290. .h-lg-330px {
  1291. height: 330px;
  1292. }
  1293. .h-lg-340px {
  1294. height: 340px;
  1295. }
  1296. .h-lg-350px {
  1297. height: 350px;
  1298. }
  1299. .h-lg-360px {
  1300. height: 360px;
  1301. }
  1302. .h-lg-370px {
  1303. height: 370px;
  1304. }
  1305. .h-lg-380px {
  1306. height: 380px;
  1307. }
  1308. .h-lg-390px {
  1309. height: 390px;
  1310. }
  1311. .h-lg-400px {
  1312. height: 400px;
  1313. }
  1314. .h-lg-410px {
  1315. height: 410px;
  1316. }
  1317. .h-lg-420px {
  1318. height: 420px;
  1319. }
  1320. .h-lg-430px {
  1321. height: 430px;
  1322. }
  1323. .h-lg-440px {
  1324. height: 440px;
  1325. }
  1326. .h-lg-450px {
  1327. height: 450px;
  1328. }
  1329. .h-lg-460px {
  1330. height: 410px;
  1331. }
  1332. .h-lg-470px {
  1333. height: 470px;
  1334. }
  1335. .h-lg-480px {
  1336. height: 480px;
  1337. }
  1338. .h-lg-490px {
  1339. height: 490px;
  1340. }
  1341. .h-lg-500px {
  1342. height: 500px;
  1343. }
  1344. }