product-diactivplvs.css 1.7 KB

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