product-diactivplvs.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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: -webkit-box;
  33. display: -ms-flexbox;
  34. display: flex;
  35. .tag {
  36. padding: 8px 14px;
  37. font-size: 16px;
  38. color: #0688d2;
  39. background: #eff9ff;
  40. }
  41. }
  42. .line {
  43. margin: 32px 0;
  44. width: 32px;
  45. height: 2px;
  46. background: #d8d8d8;
  47. }
  48. }
  49. }
  50. .service {
  51. margin-top: 180px;
  52. margin-bottom: 80px;
  53. .cover {
  54. position: relative;
  55. width: 646px;
  56. height: 490px;
  57. background: #fff;
  58. -webkit-box-sizing: border-box;
  59. box-sizing: border-box;
  60. img {
  61. position: absolute;
  62. left: 50%;
  63. top: 50%;
  64. -webkit-transform: translate(-50%, -50%);
  65. transform: translate(-50%, -50%);
  66. display: block;
  67. width: 700px;
  68. }
  69. }
  70. .content {
  71. width: 416px;
  72. .title {
  73. padding-top: 24px;
  74. }
  75. .line {
  76. margin: 32px 0;
  77. width: 32px;
  78. height: 2px;
  79. background: #d8d8d8;
  80. }
  81. .detail {
  82. font-size: 14px;
  83. text-align: justify;
  84. .lh40 {
  85. line-height: 40px;
  86. }
  87. .lh28 {
  88. line-height: 28px;
  89. }
  90. .mt32 {
  91. margin-top: 32px;
  92. }
  93. .mt16 {
  94. margin-top: 16px;
  95. }
  96. li {
  97. .label {
  98. margin-bottom: 16px;
  99. }
  100. .text {
  101. color: #999999;
  102. }
  103. }
  104. .description {
  105. font-size: 16px;
  106. }
  107. }
  108. }
  109. }
  110. }