product-diactivplvs.css 1.8 KB

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