product-diactivplvs.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .main {
  2. margin-top: -80px;
  3. .title {
  4. font-size: 24px;
  5. font-weight: bold;
  6. }
  7. .about {
  8. .cover {
  9. width: 614px;
  10. height: 412px;
  11. background-color: pink;
  12. }
  13. .container {
  14. position: relative;
  15. }
  16. .content {
  17. position: absolute;
  18. bottom: 0;
  19. right: 0;
  20. width: 518px;
  21. .title {
  22. font-size: 34px;
  23. text-transform: uppercase;
  24. }
  25. .detail {
  26. font-size: 14px;
  27. line-height: 40px;
  28. text-align: justify;
  29. }
  30. .tags {
  31. margin-top: 36px;
  32. display: flex;
  33. .tag {
  34. padding: 8px 14px;
  35. font-size: 16px;
  36. color: #0688d2;
  37. background: #eff9ff;
  38. }
  39. }
  40. .line {
  41. margin: 32px 0;
  42. width: 32px;
  43. height: 2px;
  44. background: #d8d8d8;
  45. }
  46. }
  47. }
  48. .service {
  49. margin-top: 180px;
  50. margin-bottom: 80px;
  51. .cover {
  52. position: relative;
  53. width: 646px;
  54. height: 490px;
  55. background: #fff;
  56. box-sizing: border-box;
  57. img {
  58. position: absolute;
  59. left: 50%;
  60. top: 50%;
  61. transform: translate(-50%, -50%);
  62. display: block;
  63. width: 700px;
  64. }
  65. }
  66. .content {
  67. width: 416px;
  68. .title {
  69. padding-top: 24px;
  70. }
  71. .line {
  72. margin: 32px 0;
  73. width: 32px;
  74. height: 2px;
  75. background: #d8d8d8;
  76. }
  77. .detail {
  78. font-size: 14px;
  79. text-align: justify;
  80. .lh40 {
  81. line-height: 40px;
  82. }
  83. .lh28 {
  84. line-height: 28px;
  85. }
  86. .mt32 {
  87. margin-top: 32px;
  88. }
  89. .mt16 {
  90. margin-top: 16px;
  91. }
  92. li {
  93. .label {
  94. margin-bottom: 16px;
  95. }
  96. .text {
  97. color: #999999;
  98. }
  99. }
  100. .description {
  101. font-size: 16px;
  102. }
  103. }
  104. }
  105. }
  106. }