product-intradermik.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .main {
  2. margin-top: -80px;
  3. .title {
  4. font-size: 24px;
  5. font-weight: bold;
  6. }
  7. .about {
  8. margin-bottom: 180px;
  9. .cover {
  10. width: 614px;
  11. height: 412px;
  12. background-color: pink;
  13. }
  14. .container {
  15. position: relative;
  16. }
  17. .content {
  18. position: absolute;
  19. bottom: 0;
  20. right: 0;
  21. width: 518px;
  22. .title {
  23. font-size: 34px;
  24. text-transform: uppercase;
  25. }
  26. .detail {
  27. font-size: 14px;
  28. line-height: 40px;
  29. text-align: justify;
  30. }
  31. .tags {
  32. margin-top: 36px;
  33. display: flex;
  34. .tag {
  35. padding: 8px 14px;
  36. font-size: 16px;
  37. color: #0688d2;
  38. background: #eff9ff;
  39. }
  40. }
  41. .line {
  42. margin: 32px 0;
  43. width: 32px;
  44. height: 2px;
  45. background: #d8d8d8;
  46. }
  47. }
  48. }
  49. .service {
  50. margin: 80px 0;
  51. .cover {
  52. width: 640px;
  53. height: 480px;
  54. box-sizing: border-box;
  55. }
  56. &.one {
  57. .content {
  58. background-image: url(/img/product-intradermik-service-bg-01.png);
  59. }
  60. }
  61. &.two {
  62. .content {
  63. background-image: url(/img/product-intradermik-service-bg-02.png);
  64. }
  65. }
  66. &.three {
  67. .content {
  68. background-image: url(/img/product-intradermik-service-bg-03.png);
  69. }
  70. }
  71. &.four {
  72. .content {
  73. background-image: url(/img/product-intradermik-service-bg-04.png);
  74. }
  75. }
  76. .content {
  77. width: 560px;
  78. height: 480px;
  79. box-sizing: border-box;
  80. background: rgba(0, 0, 0, 0.39);
  81. padding: 70px 60px 0;
  82. background-repeat: no-repeat;
  83. background-position: center;
  84. background-size: 560px;
  85. .title {
  86. color: #fff;
  87. margin-bottom: 20px;
  88. }
  89. .mb24 {
  90. margin-bottom: 40px;
  91. }
  92. .mb56 {
  93. margin-bottom: 56px;
  94. }
  95. .lh40 {
  96. line-height: 40px;
  97. }
  98. .lh28 {
  99. line-height: 28px;
  100. }
  101. .subtitle {
  102. font-size: 16px;
  103. color: #fff;
  104. }
  105. .detail {
  106. color: #fff;
  107. font-size: 16px;
  108. li {
  109. margin-top: 32px;
  110. }
  111. .label {
  112. margin-bottom: 16px;
  113. }
  114. }
  115. }
  116. }
  117. }