product-mesobiolift.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .main .about {
  2. margin-top: 100px;
  3. }
  4. .main .about .container {
  5. position: relative;
  6. }
  7. .main .about .cover {
  8. position: absolute;
  9. left: 0;
  10. top: 0;
  11. width: 680px;
  12. height: 452px;
  13. background: pink;
  14. }
  15. .main .about .content {
  16. -webkit-box-sizing: border-box;
  17. box-sizing: border-box;
  18. }
  19. .main .about .content .title {
  20. font-size: 24px;
  21. font-weight: bold;
  22. padding: 10px 0 20px;
  23. text-align: center;
  24. }
  25. .main .about .content .subtitle {
  26. font-size: 16px;
  27. text-align: center;
  28. }
  29. .main .about .content .title,
  30. .main .about .content .subtitle,
  31. .main .about .content .section {
  32. padding-left: 735px;
  33. }
  34. .main .about .content .section {
  35. height: 427px;
  36. padding-left: 735px;
  37. padding-top: 52px;
  38. padding-right: 40px;
  39. margin-top: 53px;
  40. background: url(/img/product-mesobiolift-about-bg.png) no-repeat;
  41. background-position: 20px 26px;
  42. background-color: #f7f7f7;
  43. }
  44. .main .about .content .section .description {
  45. line-height: 32px;
  46. }
  47. .main .about .content .section ul li {
  48. line-height: 40px;
  49. }
  50. .main .service {
  51. margin-top: 180px;
  52. }
  53. .main .service.one .content {
  54. background-image: url(/img/service-title-bg-one.png);
  55. }
  56. .main .service.one .cover {
  57. height: 578px;
  58. }
  59. .main .service.two .content {
  60. background-image: url(/img/service-title-bg-two.png);
  61. }
  62. .main .service.two .cover {
  63. height: 700px;
  64. }
  65. .main .service .cover {
  66. width: 567px;
  67. background-color: pink;
  68. }
  69. .main .service .content {
  70. width: 560px;
  71. -webkit-box-sizing: border-box;
  72. box-sizing: border-box;
  73. padding-top: 113px;
  74. background-repeat: no-repeat;
  75. background-position: left top;
  76. }
  77. .main .service .content .title {
  78. font-size: 24px;
  79. font-weight: bold;
  80. }
  81. .main .service .content .line {
  82. height: 3px;
  83. width: 32px;
  84. background-color: #f7f7f7;
  85. margin: 32px 0;
  86. }
  87. .main .service .content .description {
  88. font-size: 16px;
  89. line-height: 40px;
  90. }
  91. .main .service .content .detail {
  92. margin-top: 32px;
  93. }
  94. .main .service .content .detail li {
  95. line-height: 40px;
  96. }
  97. .main .service .content .detail .text {
  98. color: #999;
  99. }