product-diactivplvs.css 1.9 KB

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