product-diactivplvs.scss 1.8 KB

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