product-mesobiolift.css 1.9 KB

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