product-mesobiolift.css 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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: #f7f7f7;
  40. }
  41. .main .about .content .section .description {
  42. line-height: 32px;
  43. }
  44. .main .about .content .section ul li {
  45. line-height: 40px;
  46. }
  47. .main .service {
  48. margin-top: 180px;
  49. }
  50. .main .service.one .content {
  51. background-image: url(/img/service-title-bg-one.png);
  52. }
  53. .main .service.one .cover {
  54. height: 578px;
  55. }
  56. .main .service.two .content {
  57. background-image: url(/img/service-title-bg-two.png);
  58. }
  59. .main .service.two .cover {
  60. height: 700px;
  61. }
  62. .main .service .cover {
  63. width: 567px;
  64. background-color: pink;
  65. }
  66. .main .service .content {
  67. width: 560px;
  68. box-sizing: border-box;
  69. padding-top: 113px;
  70. background-repeat: no-repeat;
  71. background-position: left top;
  72. }
  73. .main .service .content .title {
  74. font-size: 24px;
  75. font-weight: bold;
  76. }
  77. .main .service .content .line {
  78. height: 3px;
  79. width: 32px;
  80. background-color: #f7f7f7;
  81. margin: 32px 0;
  82. }
  83. .main .service .content .description {
  84. font-size: 16px;
  85. line-height: 40px;
  86. }
  87. .main .service .content .detail {
  88. margin-top: 32px;
  89. }
  90. .main .service .content .detail li {
  91. line-height: 40px;
  92. }
  93. .main .service .content .detail .text {
  94. color: #999;
  95. }