product-mesobiolift.scss 1.9 KB

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