product-intradermik.css 2.1 KB

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