product-mesobiolift.scss 2.0 KB

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